Skip to content

Commit cedad15

Browse files
committed
[Truffle] Add cgi tests to mri test index with excludes.
1 parent 5a83ff7 commit cedad15

File tree

6 files changed

+31
-12
lines changed

6 files changed

+31
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_cgi_cookie_new_complex , "needs investigation"
2+
exclude :test_cgi_cookie_new_simple , "needs investigation"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_cgi_http_header_complex , "needs investigation"
2+
exclude :test_cgi_http_header_nph , "needs investigation"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
exclude :test_cgi_multipart_badbody , "needs investigation"
2+
exclude :test_cgi_multipart_boundary_10240 , "needs investigation"
3+
exclude :test_cgi_multipart_maxmultipartcount , "needs investigation"
4+
exclude :test_cgi_multipart_maxmultipartlength , "needs investigation"
5+
exclude :test_cgi_multipart_maxmultipartlength_lambda , "needs investigation"
6+
exclude :test_cgi_multipart_quoteboundary , "needs investigation"
7+
exclude :test_cgi_multipart_stringio , "needs investigation"
8+
exclude :test_cgi_multipart_tempfile , "needs investigation"
9+
exclude :test_cgi_multipart_without_tempfile , "needs investigation"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_cgi_tag_helper_html3 , "needs investigation"
2+
exclude :test_cgi_tag_helper_html5 , "needs investigation"
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
exclude :test_cgi_escape , "needs investigation"
2+
exclude :test_cgi_escape_preserve_encoding , "needs investigation"
3+
exclude :test_cgi_escape_with_invalid_byte_sequence , "needs investigation"
4+
exclude :test_cgi_include_escape , "needs investigation"

test/mri_truffle.index

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ base64/test_base64.rb
44
# bigdecimal/test_bigdecimal.rb
55
# bigdecimal/test_bigdecimal_util.rb
66
# bigdecimal/test_bigmath.rb
7-
# cgi/test_cgi_cookie.rb
8-
# cgi/test_cgi_core.rb
9-
# cgi/test_cgi_header.rb
10-
# cgi/test_cgi_modruby.rb
11-
# cgi/test_cgi_multipart.rb
12-
# cgi/test_cgi_session.rb
13-
# cgi/test_cgi_tag_helper.rb
14-
# cgi/test_cgi_util.rb
7+
cgi/test_cgi_cookie.rb
8+
cgi/test_cgi_core.rb
9+
cgi/test_cgi_header.rb
10+
cgi/test_cgi_modruby.rb
11+
cgi/test_cgi_multipart.rb
12+
# cgi/test_cgi_session.rb # cannot load such file -- pstore
13+
cgi/test_cgi_tag_helper.rb
14+
cgi/test_cgi_util.rb
1515
# coverage/test_coverage.rb
1616
# csv/test_csv_parsing.rb
1717
# csv/test_csv_writing.rb
@@ -163,7 +163,7 @@ ruby/test_complex2.rb
163163
ruby/test_complexrational.rb
164164
ruby/test_condition.rb
165165
ruby/test_const.rb
166-
# ruby/test_continuation.rb
166+
# ruby/test_continuation.rb # cannot load such file -- continuation
167167
ruby/test_defined.rb
168168
ruby/test_dir.rb
169169
ruby/test_dir_m17n.rb
@@ -208,17 +208,17 @@ ruby/test_parse.rb
208208
ruby/test_path.rb
209209
# ruby/test_pipe.rb # tests not excluding
210210
ruby/test_primitive.rb
211-
# ruby/test_process.rb
211+
# ruby/test_process.rb # cannot load such file -- io/wait
212212
ruby/test_rand.rb
213213
# ruby/test_range.rb # cannot load such file -- bigdecimal
214214
ruby/test_rational.rb
215215
ruby/test_rational2.rb
216216
# ruby/test_readpartial.rb
217-
# ruby/test_regexp.rb
217+
# ruby/test_regexp.rb # NPE in BodyTranslator
218218
ruby/test_require.rb
219219
ruby/test_rubyoptions.rb
220220
ruby/test_signal.rb
221-
# ruby/test_sleep.rb
221+
# ruby/test_sleep.rb # cannot load such file -- etc
222222
ruby/test_sprintf.rb
223223
ruby/test_string.rb
224224
ruby/test_stringchar.rb

0 commit comments

Comments
 (0)