Skip to content

Commit d5f5320

Browse files
committed
[Truffle] Updating test index for passing tests.
1 parent 04c17ec commit d5f5320

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

test/mri_truffle.index

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test index
22
base64/test_base64.rb
3-
# benchmark/test_benchmark.rb
3+
# benchmark/test_benchmark.rb # passes alone but not in suite
44
# bigdecimal/test_bigdecimal.rb
55
# bigdecimal/test_bigdecimal_util.rb
66
# bigdecimal/test_bigmath.rb
@@ -30,17 +30,17 @@ date/test_date_compat.rb
3030
date/test_date_conv.rb
3131
date/test_date_marshal.rb
3232
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
3535
# date/test_date_strptime.rb
3636
date/test_switch_hitter.rb
3737
# digest/test_digest.rb
3838
# 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)
4040
erb/test_erb_m17n.rb
4141
# etc/test_etc.rb
4242
fileutils/test_dryrun.rb
43-
# fileutils/test_fileutils.rb
43+
# fileutils/test_fileutils.rb # cannot load such file -- etc
4444
fileutils/test_nowrite.rb
4545
fileutils/test_verbose.rb
4646
io/console/test_io_console.rb
@@ -54,10 +54,10 @@ io/console/test_io_console.rb
5454
# json/test_json_generic_object.rb
5555
# json/test_json_string_matching.rb
5656
# json/test_json_unicode.rb
57-
# logger/test_logger.rb
57+
# logger/test_logger.rb # library not added, needs file
5858
matrix/test_matrix.rb
5959
matrix/test_vector.rb
60-
# monitor/test_monitor.rb
60+
# monitor/test_monitor.rb # Undefined methods start and join
6161
# net/ftp/test_ftp.rb
6262
# net/http/test_buffered_io.rb
6363
# net/http/test_http.rb
@@ -77,11 +77,11 @@ matrix/test_vector.rb
7777
# nkf/test_nkf.rb
7878
optparse/test_bash_completion.rb
7979
optparse/test_getopts.rb
80-
# optparse/test_noarg.rb # Stack Overflow Error
80+
optparse/test_noarg.rb
8181
optparse/test_optarg.rb
8282
optparse/test_optparse.rb
8383
optparse/test_placearg.rb
84-
# optparse/test_reqarg.rb # Stack Overflow Error
84+
optparse/test_reqarg.rb
8585
optparse/test_summary.rb
8686
optparse/test_zsh_completion.rb
8787
ostruct/test_ostruct.rb
@@ -135,7 +135,7 @@ ripper/test_files.rb
135135
ruby/enc/test_big5.rb
136136
ruby/enc/test_cp949.rb
137137
ruby/enc/test_emoji.rb
138-
# ruby/enc/test_euc_jp.rb
138+
# ruby/enc/test_euc_jp.rb # invalid multibyte char (EUC-JP)
139139
ruby/enc/test_euc_kr.rb
140140
ruby/enc/test_euc_tw.rb
141141
ruby/enc/test_gb18030.rb
@@ -152,7 +152,7 @@ ruby/test_assignment.rb
152152
ruby/test_autoload.rb
153153
ruby/test_basicinstructions.rb
154154
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
156156
ruby/test_call.rb
157157
ruby/test_case.rb
158158
# 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
169169
ruby/test_dir_m17n.rb
170170
ruby/test_econv.rb
171171
ruby/test_encoding.rb
172-
# ruby/test_enum.rb
172+
# ruby/test_enum.rb # cannot load such file -- continuation
173173
ruby/test_enumerator.rb
174174
# 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)
175175
ruby/test_eval.rb
@@ -181,7 +181,7 @@ ruby/test_flip.rb
181181
ruby/test_float.rb
182182
ruby/test_fnmatch.rb
183183
ruby/test_gc.rb
184-
# ruby/test_hash.rb
184+
# ruby/test_hash.rb # cannot load such file -- continuation
185185
ruby/test_ifunless.rb
186186
ruby/test_integer.rb
187187
ruby/test_integer_comb.rb
@@ -191,7 +191,7 @@ ruby/test_iterator.rb
191191
ruby/test_lambda.rb
192192
ruby/test_literal.rb
193193
# ruby/test_m17n.rb
194-
# ruby/test_m17n_comb.rb
194+
# ruby/test_m17n_comb.rb # cannot load such file -- etc
195195
# ruby/test_marshal.rb # core:/core/rubinius/common/string.rb:50:in `initialize': Unable to clone/dup String class (TypeError)
196196
ruby/test_math.rb
197197
ruby/test_metaclass.rb
@@ -210,7 +210,7 @@ ruby/test_path.rb
210210
ruby/test_primitive.rb
211211
# ruby/test_process.rb
212212
ruby/test_rand.rb
213-
# ruby/test_range.rb
213+
# ruby/test_range.rb # cannot load such file -- bigdecimal
214214
ruby/test_rational.rb
215215
ruby/test_rational2.rb
216216
# ruby/test_readpartial.rb
@@ -237,20 +237,20 @@ ruby/test_unicode_escape.rb
237237
ruby/test_variable.rb
238238
ruby/test_whileuntil.rb
239239
ruby/test_yield.rb
240-
# scanf/test_scanf.rb
240+
# scanf/test_scanf.rb # cannot load such file -- scanf.rb
241241
# scanf/test_scanfblocks.rb
242242
# socket/test_basicsocket.rb
243243
# socket/test_nonblock.rb
244244
# socket/test_socket.rb
245-
# stringio/test_stringio.rb # 2 methods don't want to exclude
245+
stringio/test_stringio.rb
246246
strscan/test_stringscanner.rb
247247
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
251251
test_open3.rb
252252
test_pp.rb
253-
# test_prettyprint.rb
253+
# test_prettyprint.rb # passes alone but not in suite, Integer.down_to int long proc
254254
test_prime.rb
255255
# test_pstore.rb
256256
# test_pty.rb

0 commit comments

Comments
 (0)