1
1
# Test index
2
2
base64/test_base64.rb
3
- # benchmark/test_benchmark.rb
3
+ # benchmark/test_benchmark.rb # passes alone but not in suite
4
4
# bigdecimal/test_bigdecimal.rb
5
5
# bigdecimal/test_bigdecimal_util.rb
6
6
# bigdecimal/test_bigmath.rb
@@ -30,17 +30,17 @@ date/test_date_compat.rb
30
30
date/test_date_conv.rb
31
31
date/test_date_marshal.rb
32
32
date/test_date_new.rb
33
- # date/test_date_parse.rb
34
- # date/test_date_strftime.rb
33
+ # date/test_date_parse.rb # passes alone but not in suite
34
+ # date/test_date_strftime.rb # passes alone but not in suite
35
35
# date/test_date_strptime.rb
36
36
date/test_switch_hitter.rb
37
37
# digest/test_digest.rb
38
38
# digest/test_digest_extend.rb
39
- # erb/test_erb.rb # NPE
39
+ # erb/test_erb.rb # unit.rb:1094:in `abort': wrong number of arguments (1 for 0) (ArgumentError)
40
40
erb/test_erb_m17n.rb
41
41
# etc/test_etc.rb
42
42
fileutils/test_dryrun.rb
43
- # fileutils/test_fileutils.rb
43
+ # fileutils/test_fileutils.rb # cannot load such file -- etc
44
44
fileutils/test_nowrite.rb
45
45
fileutils/test_verbose.rb
46
46
io/console/test_io_console.rb
@@ -54,10 +54,10 @@ io/console/test_io_console.rb
54
54
# json/test_json_generic_object.rb
55
55
# json/test_json_string_matching.rb
56
56
# json/test_json_unicode.rb
57
- # logger/test_logger.rb
57
+ # logger/test_logger.rb # library not added, needs file
58
58
matrix/test_matrix.rb
59
59
matrix/test_vector.rb
60
- # monitor/test_monitor.rb
60
+ # monitor/test_monitor.rb # Undefined methods start and join
61
61
# net/ftp/test_ftp.rb
62
62
# net/http/test_buffered_io.rb
63
63
# net/http/test_http.rb
@@ -77,11 +77,11 @@ matrix/test_vector.rb
77
77
# nkf/test_nkf.rb
78
78
optparse/test_bash_completion.rb
79
79
optparse/test_getopts.rb
80
- # optparse/test_noarg.rb # Stack Overflow Error
80
+ optparse/test_noarg.rb
81
81
optparse/test_optarg.rb
82
82
optparse/test_optparse.rb
83
83
optparse/test_placearg.rb
84
- # optparse/test_reqarg.rb # Stack Overflow Error
84
+ optparse/test_reqarg.rb
85
85
optparse/test_summary.rb
86
86
optparse/test_zsh_completion.rb
87
87
ostruct/test_ostruct.rb
@@ -135,7 +135,7 @@ ripper/test_files.rb
135
135
ruby/enc/test_big5.rb
136
136
ruby/enc/test_cp949.rb
137
137
ruby/enc/test_emoji.rb
138
- # ruby/enc/test_euc_jp.rb
138
+ # ruby/enc/test_euc_jp.rb # invalid multibyte char (EUC-JP)
139
139
ruby/enc/test_euc_kr.rb
140
140
ruby/enc/test_euc_tw.rb
141
141
ruby/enc/test_gb18030.rb
@@ -152,7 +152,7 @@ ruby/test_assignment.rb
152
152
ruby/test_autoload.rb
153
153
ruby/test_basicinstructions.rb
154
154
ruby/test_beginendblock.rb
155
- # ruby/test_bignum.rb # This was causing stack overflow and NPE errors during later tests in the test process.
155
+ ruby/test_bignum.rb
156
156
ruby/test_call.rb
157
157
ruby/test_case.rb
158
158
# ruby/test_class.rb # core:/core/rubinius/common/string.rb:50:in `initialize': Unable to clone/dup String class (TypeError)
@@ -169,7 +169,7 @@ ruby/test_dir.rb
169
169
ruby/test_dir_m17n.rb
170
170
ruby/test_econv.rb
171
171
ruby/test_encoding.rb
172
- # ruby/test_enum.rb
172
+ # ruby/test_enum.rb # cannot load such file -- continuation
173
173
ruby/test_enumerator.rb
174
174
# ruby/test_env.rb # TestEnv#test_aset = core:/core/rubinius/bootstrap/time.rb:28:in `now': internal implementation error - ClassCastException org.jruby.truffle.runtime.core.RubyNilClass cannot be cast to org.jruby.truffle.runtime.core.RubyString org.jruby.truffle.nodes.time.ReadTimeZoneNode.executeRubyString(ReadTimeZoneNode.java:36) (RubyTruffleError)
175
175
ruby/test_eval.rb
@@ -181,7 +181,7 @@ ruby/test_flip.rb
181
181
ruby/test_float.rb
182
182
ruby/test_fnmatch.rb
183
183
ruby/test_gc.rb
184
- # ruby/test_hash.rb
184
+ # ruby/test_hash.rb # cannot load such file -- continuation
185
185
ruby/test_ifunless.rb
186
186
ruby/test_integer.rb
187
187
ruby/test_integer_comb.rb
@@ -191,7 +191,7 @@ ruby/test_iterator.rb
191
191
ruby/test_lambda.rb
192
192
ruby/test_literal.rb
193
193
# ruby/test_m17n.rb
194
- # ruby/test_m17n_comb.rb
194
+ # ruby/test_m17n_comb.rb # cannot load such file -- etc
195
195
# ruby/test_marshal.rb # core:/core/rubinius/common/string.rb:50:in `initialize': Unable to clone/dup String class (TypeError)
196
196
ruby/test_math.rb
197
197
ruby/test_metaclass.rb
@@ -210,7 +210,7 @@ ruby/test_path.rb
210
210
ruby/test_primitive.rb
211
211
# ruby/test_process.rb
212
212
ruby/test_rand.rb
213
- # ruby/test_range.rb
213
+ # ruby/test_range.rb # cannot load such file -- bigdecimal
214
214
ruby/test_rational.rb
215
215
ruby/test_rational2.rb
216
216
# ruby/test_readpartial.rb
@@ -237,20 +237,20 @@ ruby/test_unicode_escape.rb
237
237
ruby/test_variable.rb
238
238
ruby/test_whileuntil.rb
239
239
ruby/test_yield.rb
240
- # scanf/test_scanf.rb
240
+ # scanf/test_scanf.rb # cannot load such file -- scanf.rb
241
241
# scanf/test_scanfblocks.rb
242
242
# socket/test_basicsocket.rb
243
243
# socket/test_nonblock.rb
244
244
# socket/test_socket.rb
245
- # stringio/test_stringio.rb # 2 methods don't want to exclude
245
+ stringio/test_stringio.rb
246
246
strscan/test_stringscanner.rb
247
247
test_cmath.rb
248
- # test_delegate.rb # lib/ruby/truffle/mri/../../stdlib/delegate.rb:397:in `__getobj__': undefined method `block_given?' for #<Class:0x452> (NoMethodError)
249
- # test_find.rb
250
- # test_ipaddr.rb
248
+ test_delegate.rb
249
+ # test_find.rb # cannot load such file -- find
250
+ # test_ipaddr.rb # cannot load such file -- ipaddr
251
251
test_open3.rb
252
252
test_pp.rb
253
- # test_prettyprint.rb
253
+ # test_prettyprint.rb # passes alone but not in suite, Integer.down_to int long proc
254
254
test_prime.rb
255
255
# test_pstore.rb
256
256
# test_pty.rb
0 commit comments