Skip to content

Commit

Permalink
[Truffle] Add cgi tests to mri test index with excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 29, 2015
1 parent 5a83ff7 commit cedad15
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 12 deletions.
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/CGICookieTest.rb
@@ -0,0 +1,2 @@
exclude :test_cgi_cookie_new_complex , "needs investigation"
exclude :test_cgi_cookie_new_simple , "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/CGIHeaderTest.rb
@@ -0,0 +1,2 @@
exclude :test_cgi_http_header_complex , "needs investigation"
exclude :test_cgi_http_header_nph , "needs investigation"
9 changes: 9 additions & 0 deletions test/mri/excludes_truffle/CGIMultipartTest.rb
@@ -0,0 +1,9 @@
exclude :test_cgi_multipart_badbody , "needs investigation"
exclude :test_cgi_multipart_boundary_10240 , "needs investigation"
exclude :test_cgi_multipart_maxmultipartcount , "needs investigation"
exclude :test_cgi_multipart_maxmultipartlength , "needs investigation"
exclude :test_cgi_multipart_maxmultipartlength_lambda , "needs investigation"
exclude :test_cgi_multipart_quoteboundary , "needs investigation"
exclude :test_cgi_multipart_stringio , "needs investigation"
exclude :test_cgi_multipart_tempfile , "needs investigation"
exclude :test_cgi_multipart_without_tempfile , "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/CGITagHelperTest.rb
@@ -0,0 +1,2 @@
exclude :test_cgi_tag_helper_html3 , "needs investigation"
exclude :test_cgi_tag_helper_html5 , "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes_truffle/CGIUtilTest.rb
@@ -0,0 +1,4 @@
exclude :test_cgi_escape , "needs investigation"
exclude :test_cgi_escape_preserve_encoding , "needs investigation"
exclude :test_cgi_escape_with_invalid_byte_sequence , "needs investigation"
exclude :test_cgi_include_escape , "needs investigation"
24 changes: 12 additions & 12 deletions test/mri_truffle.index
Expand Up @@ -4,14 +4,14 @@ base64/test_base64.rb
# bigdecimal/test_bigdecimal.rb
# bigdecimal/test_bigdecimal_util.rb
# bigdecimal/test_bigmath.rb
# cgi/test_cgi_cookie.rb
# cgi/test_cgi_core.rb
# cgi/test_cgi_header.rb
# cgi/test_cgi_modruby.rb
# cgi/test_cgi_multipart.rb
# cgi/test_cgi_session.rb
# cgi/test_cgi_tag_helper.rb
# cgi/test_cgi_util.rb
cgi/test_cgi_cookie.rb
cgi/test_cgi_core.rb
cgi/test_cgi_header.rb
cgi/test_cgi_modruby.rb
cgi/test_cgi_multipart.rb
# cgi/test_cgi_session.rb # cannot load such file -- pstore
cgi/test_cgi_tag_helper.rb
cgi/test_cgi_util.rb
# coverage/test_coverage.rb
# csv/test_csv_parsing.rb
# csv/test_csv_writing.rb
Expand Down Expand Up @@ -163,7 +163,7 @@ ruby/test_complex2.rb
ruby/test_complexrational.rb
ruby/test_condition.rb
ruby/test_const.rb
# ruby/test_continuation.rb
# ruby/test_continuation.rb # cannot load such file -- continuation
ruby/test_defined.rb
ruby/test_dir.rb
ruby/test_dir_m17n.rb
Expand Down Expand Up @@ -208,17 +208,17 @@ ruby/test_parse.rb
ruby/test_path.rb
# ruby/test_pipe.rb # tests not excluding
ruby/test_primitive.rb
# ruby/test_process.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_rational.rb
ruby/test_rational2.rb
# ruby/test_readpartial.rb
# ruby/test_regexp.rb
# ruby/test_regexp.rb # NPE in BodyTranslator
ruby/test_require.rb
ruby/test_rubyoptions.rb
ruby/test_signal.rb
# ruby/test_sleep.rb
# ruby/test_sleep.rb # cannot load such file -- etc
ruby/test_sprintf.rb
ruby/test_string.rb
ruby/test_stringchar.rb
Expand Down

0 comments on commit cedad15

Please sign in to comment.