1 | |
---|
2 | sample/test.rb:assignment .................................................................................................................................................................................................................................................................................................................................................................................... |
---|
3 | sample/test.rb:condition .. |
---|
4 | sample/test.rb:if/unless ... |
---|
5 | sample/test.rb:case ..... |
---|
6 | sample/test.rb:while/until ........ |
---|
7 | sample/test.rb:exception .......... |
---|
8 | sample/test.rb:array ....................................... |
---|
9 | sample/test.rb:hash ........................... |
---|
10 | sample/test.rb:iterator ............................................................................................................... |
---|
11 | sample/test.rb:float ................................................................................ |
---|
12 | sample/test.rb:bignum ............................... |
---|
13 | sample/test.rb:string & char .............................................................. |
---|
14 | sample/test.rb:assignment .......... |
---|
15 | sample/test.rb:call ...... |
---|
16 | sample/test.rb:proc ......... |
---|
17 | sample/test.rb:signal .. |
---|
18 | sample/test.rb:eval ............................. |
---|
19 | sample/test.rb:system ......... |
---|
20 | sample/test.rb:const ..... |
---|
21 | sample/test.rb:clone ..... |
---|
22 | sample/test.rb:marshal .... |
---|
23 | sample/test.rb:pack .... |
---|
24 | sample/test.rb:math .. |
---|
25 | sample/test.rb:struct ...... |
---|
26 | sample/test.rb:variable ........... |
---|
27 | sample/test.rb:trace ... |
---|
28 | sample/test.rb:defined? ............ |
---|
29 | sample/test.rb:alias ...... |
---|
30 | sample/test.rb:path ....................... |
---|
31 | sample/test.rb:gc .... |
---|
32 | test succeeded |
---|
33 | |
---|
34 | test_attr.rb .. |
---|
35 | test_autoload.rb ........... |
---|
36 | test_block.rb ....................................................... |
---|
37 | test_class.rb ............................................. |
---|
38 | test_eval.rb .................................... |
---|
39 | test_exception.rb ................................. |
---|
40 | test_finalizer.rb . |
---|
41 | test_flip.rb . |
---|
42 | test_flow.rb ................................................ |
---|
43 | test_fork.rb .... |
---|
44 | test_gc.rb .. |
---|
45 | test_io.rb ................. |
---|
46 | test_jump.rb ............................. |
---|
47 | test_literal.rb ...................................................................................................................................................... |
---|
48 | test_load.rb .. |
---|
49 | test_marshal.rb . |
---|
50 | test_massign.rb ................................F. |
---|
51 | test_method.rb ............................................................................................................................................................................................................................. |
---|
52 | test_objectspace.rb ... |
---|
53 | test_proc.rb .................................. |
---|
54 | test_struct.rb . |
---|
55 | test_syntax.rb .......................................................................................................................................................... |
---|
56 | test_thread.rb .............................FFF.FF............... |
---|
57 | #470 test_massign.rb:165:in `<top (required)>': |
---|
58 | a,s=[],"aaa" |
---|
59 | 300.times { a<<s; s=s.succ } |
---|
60 | eval <<-END__ |
---|
61 | GC.stress=true |
---|
62 | Fiber.new do |
---|
63 | #{ a.join(",") },*zzz=1 |
---|
64 | end.resume |
---|
65 | END__ |
---|
66 | :ok |
---|
67 | #=> "" (expected "ok") [ruby-dev:32581] |
---|
68 | #914 test_thread.rb:287:in `<top (required)>': |
---|
69 | at_exit { Fiber.new{}.resume } |
---|
70 | #=> killed by SIGABRT (signal 6) |
---|
71 | | bootstraptest.tmp.rb:2: [BUG] Segmentation fault |
---|
72 | | ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11] |
---|
73 | | |
---|
74 | | -- control frame ---------- |
---|
75 | | c:0004 p:---- s:0009 b:0009 l:000008 d:000008 CFUNC :resume |
---|
76 | | c:0003 p:0021 s:0006 b:0006 l:000958 d:001c08 BLOCK bootstraptest.tmp.rb:2 |
---|
77 | | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH |
---|
78 | | c:0001 p:0000 s:0002 b:0002 l:000958 d:000958 TOP |
---|
79 | | --------------------------- |
---|
80 | | -- Ruby level backtrace information ---------------------------------------- |
---|
81 | | bootstraptest.tmp.rb:2:in `block in <main>' |
---|
82 | | bootstraptest.tmp.rb:2:in `resume' |
---|
83 | | |
---|
84 | | -- C level backtrace information ------------------------------------------- |
---|
85 | | |
---|
86 | | [NOTE] |
---|
87 | | You may have encountered a bug in the Ruby interpreter or extension libraries. |
---|
88 | | Bug reports are welcome. |
---|
89 | | For details: http://www.ruby-lang.org/bugreport.html |
---|
90 | | |
---|
91 | |
---|
92 | #915 test_thread.rb:292:in `<top (required)>': |
---|
93 | g = enum_for(:local_variables) |
---|
94 | loop { g.next } |
---|
95 | #=> killed by SIGABRT (signal 6) |
---|
96 | | bootstraptest.tmp.rb:3: [BUG] Segmentation fault |
---|
97 | | ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11] |
---|
98 | | |
---|
99 | | -- control frame ---------- |
---|
100 | | c:0007 p:---- s:0018 b:0018 l:000bb0 d:000bb0 CFUNC :next |
---|
101 | | c:0006 p:0011 s:0015 b:0015 l:002538 d:000014 BLOCK bootstraptest.tmp.rb:3 |
---|
102 | | c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH |
---|
103 | | c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop |
---|
104 | | c:0003 p:0026 s:0008 b:0007 l:002538 d:000b00 EVAL bootstraptest.tmp.rb:3 |
---|
105 | | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH |
---|
106 | | c:0001 p:0000 s:0002 b:0002 l:002538 d:002538 TOP |
---|
107 | | --------------------------- |
---|
108 | | -- Ruby level backtrace information ---------------------------------------- |
---|
109 | | bootstraptest.tmp.rb:3:in `<main>' |
---|
110 | | bootstraptest.tmp.rb:3:in `loop' |
---|
111 | | bootstraptest.tmp.rb:3:in `block in <main>' |
---|
112 | | bootstraptest.tmp.rb:3:in `next' |
---|
113 | | |
---|
114 | | -- C level backtrace information ------------------------------------------- |
---|
115 | | |
---|
116 | | [NOTE] |
---|
117 | | You may have encountered a bug in the Ruby interpreter or extension libraries. |
---|
118 | | Bug reports are welcome. |
---|
119 | | For details: http://www.ruby-lang.org/bugreport.html |
---|
120 | | |
---|
121 | [ruby-dev:34128] |
---|
122 | #916 test_thread.rb:297:in `<top (required)>': |
---|
123 | g = enum_for(:block_given?) |
---|
124 | loop { g.next } |
---|
125 | #=> killed by SIGABRT (signal 6) |
---|
126 | | bootstraptest.tmp.rb:3: [BUG] Segmentation fault |
---|
127 | | ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11] |
---|
128 | | |
---|
129 | | -- control frame ---------- |
---|
130 | | c:0007 p:---- s:0018 b:0018 l:0005c0 d:0005c0 CFUNC :next |
---|
131 | | c:0006 p:0011 s:0015 b:0015 l:0006b8 d:000014 BLOCK bootstraptest.tmp.rb:3 |
---|
132 | | c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH |
---|
133 | | c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop |
---|
134 | | c:0003 p:0026 s:0008 b:0007 l:0006b8 d:000510 EVAL bootstraptest.tmp.rb:3 |
---|
135 | | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH |
---|
136 | | c:0001 p:0000 s:0002 b:0002 l:0006b8 d:0006b8 TOP |
---|
137 | | --------------------------- |
---|
138 | | -- Ruby level backtrace information ---------------------------------------- |
---|
139 | | bootstraptest.tmp.rb:3:in `<main>' |
---|
140 | | bootstraptest.tmp.rb:3:in `loop' |
---|
141 | | bootstraptest.tmp.rb:3:in `block in <main>' |
---|
142 | | bootstraptest.tmp.rb:3:in `next' |
---|
143 | | |
---|
144 | | -- C level backtrace information ------------------------------------------- |
---|
145 | | |
---|
146 | | [NOTE] |
---|
147 | | You may have encountered a bug in the Ruby interpreter or extension libraries. |
---|
148 | | Bug reports are welcome. |
---|
149 | | For details: http://www.ruby-lang.org/bugreport.html |
---|
150 | | |
---|
151 | [ruby-dev:34128] |
---|
152 | #918 test_thread.rb:307:in `<top (required)>': |
---|
153 | g = "abc".enum_for(:scan, /./) |
---|
154 | loop { g.next } |
---|
155 | #=> killed by SIGABRT (signal 6) |
---|
156 | | bootstraptest.tmp.rb:3: [BUG] Segmentation fault |
---|
157 | | ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11] |
---|
158 | | |
---|
159 | | -- control frame ---------- |
---|
160 | | c:0007 p:---- s:0018 b:0018 l:002440 d:002440 CFUNC :next |
---|
161 | | c:0006 p:0011 s:0015 b:0015 l:000828 d:000014 BLOCK bootstraptest.tmp.rb:3 |
---|
162 | | c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH |
---|
163 | | c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop |
---|
164 | | c:0003 p:0029 s:0008 b:0007 l:000828 d:002390 EVAL bootstraptest.tmp.rb:3 |
---|
165 | | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH |
---|
166 | | c:0001 p:0000 s:0002 b:0002 l:000828 d:000828 TOP |
---|
167 | | --------------------------- |
---|
168 | | -- Ruby level backtrace information ---------------------------------------- |
---|
169 | | bootstraptest.tmp.rb:3:in `<main>' |
---|
170 | | bootstraptest.tmp.rb:3:in `loop' |
---|
171 | | bootstraptest.tmp.rb:3:in `block in <main>' |
---|
172 | | bootstraptest.tmp.rb:3:in `next' |
---|
173 | | |
---|
174 | | -- C level backtrace information ------------------------------------------- |
---|
175 | | |
---|
176 | | [NOTE] |
---|
177 | | You may have encountered a bug in the Ruby interpreter or extension libraries. |
---|
178 | | Bug reports are welcome. |
---|
179 | | For details: http://www.ruby-lang.org/bugreport.html |
---|
180 | | |
---|
181 | [ruby-dev:34128] |
---|
182 | #919 test_thread.rb:312:in `<top (required)>': |
---|
183 | g = Module.enum_for(:new) |
---|
184 | loop { g.next } |
---|
185 | #=> killed by SIGABRT (signal 6) |
---|
186 | | bootstraptest.tmp.rb:3: [BUG] Segmentation fault |
---|
187 | | ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11] |
---|
188 | | |
---|
189 | | -- control frame ---------- |
---|
190 | | c:0007 p:---- s:0018 b:0018 l:0026c0 d:0026c0 CFUNC :next |
---|
191 | | c:0006 p:0011 s:0015 b:0015 l:002088 d:000014 BLOCK bootstraptest.tmp.rb:3 |
---|
192 | | c:0005 p:---- s:0013 b:0013 l:000012 d:000012 FINISH |
---|
193 | | c:0004 p:---- s:0011 b:0011 l:000010 d:000010 CFUNC :loop |
---|
194 | | c:0003 p:0032 s:0008 b:0007 l:002088 d:002610 EVAL bootstraptest.tmp.rb:3 |
---|
195 | | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH |
---|
196 | | c:0001 p:0000 s:0002 b:0002 l:002088 d:002088 TOP |
---|
197 | | --------------------------- |
---|
198 | | -- Ruby level backtrace information ---------------------------------------- |
---|
199 | | bootstraptest.tmp.rb:3:in `<main>' |
---|
200 | | bootstraptest.tmp.rb:3:in `loop' |
---|
201 | | bootstraptest.tmp.rb:3:in `block in <main>' |
---|
202 | | bootstraptest.tmp.rb:3:in `next' |
---|
203 | | |
---|
204 | | -- C level backtrace information ------------------------------------------- |
---|
205 | | |
---|
206 | | [NOTE] |
---|
207 | | You may have encountered a bug in the Ruby interpreter or extension libraries. |
---|
208 | | Bug reports are welcome. |
---|
209 | | For details: http://www.ruby-lang.org/bugreport.html |
---|
210 | | |
---|
211 | [ruby-dev:34128] |
---|
212 | FAIL 6/934 tests failed |
---|
213 | make: *** [yes-btest-ruby] Error 1 |
---|