Skip to content

Commit

Permalink
[Truffle] Add tests to MRI test index.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed May 19, 2015
1 parent 851d63b commit 0c12f0f
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
8 changes: 8 additions & 0 deletions test/mri/excludes_truffle/TC_IPAddr.rb
@@ -0,0 +1,8 @@
exclude :test_ipv4_compat, "needs investigation"
exclude :test_ipv4_mapped, "needs investigation"
exclude :test_s_new, "needs investigation"
exclude :test_ip6_arpa, "needs investigation"
exclude :test_ip6_int, "needs investigation"
exclude :test_reverse, "needs investigation"
exclude :test_s_new_ntoh, "needs investigation"
exclude :test_to_s, "needs investigation"
9 changes: 9 additions & 0 deletions test/mri/excludes_truffle/TC_Operator.rb
@@ -0,0 +1,9 @@
exclude :test_hash, "needs investigation"
exclude :test_or, "needs investigation"
exclude :test_and, "needs investigation"
exclude :test_carrot, "needs investigation"
exclude :test_equal, "needs investigation"
exclude :test_include?, "needs investigation"
exclude :test_mask, "needs investigation"
exclude :test_shift_left, "needs investigation"
exclude :test_shift_right, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestBenchmark.rb
@@ -1 +1,3 @@
exclude :test_tms_outputs_nicely, "needs investigation"
exclude :test_benchmark_makes_extra_calcultations_with_an_Array_at_the_end_of_the_benchmark_and_show_the_result, "needs investigation"
exclude :test_bm_correctly_output_when_no_label_is_given, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestJSONAddition.rb
@@ -0,0 +1,2 @@
exclude :test_bigdecimal, "needs investigation"
exclude :test_extended_json_fail2, "needs investigation"
17 changes: 17 additions & 0 deletions test/mri/excludes_truffle/TestRange.rb
@@ -0,0 +1,17 @@
exclude :test_beg_len, "needs investigation"
exclude :test_bsearch_for_bignum, "needs investigation"
exclude :test_bsearch_for_fixnum, "needs investigation"
exclude :test_bsearch_for_float, "needs investigation"
exclude :test_bsearch_for_other_numerics, "needs investigation"
exclude :test_bsearch_with_mathn, "needs investigation"
exclude :test_comparison_when_recursive, "needs investigation"
exclude :test_cyclic_range_inspect, "needs investigation"
exclude :test_duckrange, "needs investigation"
exclude :test_each, "needs investigation"
exclude :test_each_no_blockarg, "needs investigation"
exclude :test_initialize_twice, "needs investigation"
exclude :test_max, "needs investigation"
exclude :test_min, "needs investigation"
exclude :test_range_bsearch_for_floats, "needs investigation"
exclude :test_range_numeric_string, "needs investigation"
exclude :test_size, "needs investigation"
8 changes: 4 additions & 4 deletions test/mri_truffle.index
Expand Up @@ -2,7 +2,7 @@

ruby/test_alias.rb

# ruby/test_argf.rb
# ruby/test_argf.rb # spawn needed for tests
# ruby/test_array.rb # StackOverflowError null java.lang.ClassLoader.getClassLoadingLock(ClassLoader.java:461) (RubyTruffleError)
ruby/test_assignment.rb
ruby/test_autoload.rb
Expand Down Expand Up @@ -71,7 +71,7 @@ ruby/test_proc.rb

# ruby/test_process.rb # cannot load such file -- io/wait
ruby/test_rand.rb
# ruby/test_range.rb # cannot load such file -- bigdecimal
ruby/test_range.rb
ruby/test_rational.rb
ruby/test_rational2.rb
ruby/test_readpartial.rb
Expand Down Expand Up @@ -107,7 +107,7 @@ test_pp.rb
test_cmath.rb
test_delegate.rb
test_find.rb
# test_ipaddr.rb # cannot load such file -- ipaddr
test_ipaddr.rb

test_mathn.rb

Expand Down Expand Up @@ -191,7 +191,7 @@ fileutils/test_verbose.rb
io/console/test_io_console.rb

json/test_json.rb
# json/test_json_addition.rb # cannot load such file -- bigdecimal
json/test_json_addition.rb
json/test_json_encoding.rb
json/test_json_fixtures.rb
json/test_json_generate.rb
Expand Down

0 comments on commit 0c12f0f

Please sign in to comment.