Skip to content

Commit

Permalink
[Truffle] Add rdoc mri tests to mri test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fish committed Nov 3, 2016
1 parent 1f1fd4a commit 59e5d9d
Show file tree
Hide file tree
Showing 18 changed files with 295 additions and 81 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRDocClassModule.rb
@@ -0,0 +1 @@
exclude :test_parse_comment_format, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRDocComment.rb
@@ -0,0 +1 @@
exclude :test_parse_rd, "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRDocCrossReference.rb
@@ -0,0 +1 @@
exclude :test_resolve_no_ref, "needs investigation"
5 changes: 5 additions & 0 deletions test/mri/excludes_truffle/TestRDocI18nLocale.rb
@@ -0,0 +1,5 @@
exclude :"test_load_nonexistent_po", "needs investigation"
exclude :"test_name", "needs investigation"
exclude :"test_translate_nonexistent_message", "needs investigation"
exclude :"test_load_existent_po", "needs investigation"
exclude :"test_translate_existent_message", "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes_truffle/TestRDocI18nText.rb
@@ -0,0 +1,4 @@
exclude :"test_multiple_paragraphs", "needs investigation"
exclude :"test_translate_keep_empty_lines", "needs investigation"
exclude :"test_translate_multiple_paragraphs", "needs investigation"
exclude :"test_translate_not_transalted_message", "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes_truffle/TestRDocMarkupToHtml.rb
@@ -0,0 +1,4 @@
exclude :"test_accept_verbatim", "needs investigation"
exclude :"test_accept_verbatim_parseable", "needs investigation"
exclude :"test_list_verbatim_2", "needs investigation"
exclude :"test_parseable_eh", "needs investigation"
9 changes: 9 additions & 0 deletions test/mri/excludes_truffle/TestRDocMarkupToHtmlSnippet.rb
@@ -0,0 +1,9 @@
exclude :"test_convert_limit", "needs investigation"
exclude :"test_accept_verbatim_ruby", "needs investigation"
exclude :"test_list_verbatim_2", "needs investigation"
exclude :"test_convert_limit_in_tag", "needs investigation"
exclude :"test_convert_limit_verbatim_multiline", "needs investigation"
exclude :"test_accept_verbatim", "needs investigation"
exclude :"test_convert_limit_over", "needs investigation"
exclude :"test_convert_limit_verbatim_2", "needs investigation"
exclude :"test_convert_limit_2", "needs investigation"
4 changes: 4 additions & 0 deletions test/mri/excludes_truffle/TestRDocOptions.rb
@@ -0,0 +1,4 @@
exclude :"test_parse_default", "needs investigation"
exclude :"test_parse_template", "needs investigation"
exclude :"test_parse_ri_site", "needs investigation"
exclude :"test_parse_template_nonexistent", "needs investigation"
19 changes: 19 additions & 0 deletions test/mri/excludes_truffle/TestRDocParserC.rb
@@ -0,0 +1,19 @@
exclude :"test_do_aliases_missing_class", "needs investigation"
exclude :"test_handle_method_args_0", "needs investigation"
exclude :"test_do_aliases", "needs investigation"
exclude :"test_find_body_define", "needs investigation"
exclude :"test_do_methods_singleton_class", "needs investigation"
exclude :"test_define_method_singleton", "needs investigation"
exclude :"test_find_body_define_comment", "needs investigation"
exclude :"test_define_method", "needs investigation"
exclude :"test_find_body_2", "needs investigation"
exclude :"test_find_body_document_method_equals", "needs investigation"
exclude :"test_find_body_macro", "needs investigation"
exclude :"test_handle_method_args_minus_1", "needs investigation"
exclude :"test_find_body", "needs investigation"
exclude :"test_define_method_private", "needs investigation"
exclude :"test_do_aliases_singleton", "needs investigation"
exclude :"test_define_method_private_singleton", "needs investigation"
exclude :"test_define_method_with_prototype", "needs investigation"
exclude :"test_scan_method_copy", "needs investigation"
exclude :"test_find_body_cast", "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestRDocParserRd.rb
@@ -0,0 +1 @@
exclude :test_scan, "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestRDocRDoc.rb
@@ -0,0 +1,2 @@
exclude :test_load_options_invalid, "needs investigation"
exclude :test_handle_pipe_rd, "needs investigation"
77 changes: 77 additions & 0 deletions test/mri/excludes_truffle/TestRDocRIDriver.rb
@@ -0,0 +1,77 @@
exclude :"test_display_class", "needs investigation"
exclude :"test_add_method", "needs investigation"
exclude :"test_parse_name_page_extenson", "needs investigation"
exclude :"test_add_method_documentation", "needs investigation"
exclude :"test_display_page_missing", "needs investigation"
exclude :"test_expand_name", "needs investigation"
exclude :"test_display_method_overriden", "needs investigation"
exclude :"test_in_path_eh", "needs investigation"
exclude :"test_add_extension_modules_empty", "needs investigation"
exclude :"test_add_method_list_none", "needs investigation"
exclude :"test_display_class_superclass", "needs investigation"
exclude :"test_filter_methods", "needs investigation"
exclude :"test_add_also_in", "needs investigation"
exclude :"test_load_method_missing", "needs investigation"
exclude :"test_list_methods_matching_inherit", "needs investigation"
exclude :"test_add_method_list", "needs investigation"
exclude :"test_display_method_attribute", "needs investigation"
exclude :"test_display_method_inherited", "needs investigation"
exclude :"test_list_known_classes_name", "needs investigation"
exclude :"test_add_class", "needs investigation"
exclude :"test_ancestors_of", "needs investigation"
exclude :"test_display_class_multi_no_doc", "needs investigation"
exclude :"test_add_includes", "needs investigation"
exclude :"test_display_class_module", "needs investigation"
exclude :"test_list_methods_matching", "needs investigation"
exclude :"test_complete_ancestor", "needs investigation"
exclude :"test_filter_methods_not_found", "needs investigation"
exclude :"test_find_store", "needs investigation"
exclude :"test_name_regexp", "needs investigation"
exclude :"test_add_also_in_empty", "needs investigation"
exclude :"test_display_name_not_found_special", "needs investigation"
exclude :"test_add_method_inherited", "needs investigation"
exclude :"test_method_type", "needs investigation"
exclude :"test_parse_name_namespace", "needs investigation"
exclude :"test_add_extension_modules_many_no_doc", "needs investigation"
exclude :"test_display_name_not_found_class", "needs investigation"
exclude :"test_parse_name_method", "needs investigation"
exclude :"test_self_dump", "needs investigation"
exclude :"test_find_methods_method", "needs investigation"
exclude :"test_class_document", "needs investigation"
exclude :"test_page_stdout", "needs investigation"
exclude :"test_find_methods", "needs investigation"
exclude :"test_complete_classes", "needs investigation"
exclude :"test_display_method", "needs investigation"
exclude :"test_parse_name_single_class", "needs investigation"
exclude :"test_add_method_list_interative", "needs investigation"
exclude :"test_add_method_overriden", "needs investigation"
exclude :"test_list_methods_matching_regexp", "needs investigation"
exclude :"test_display_page_ignore_directory", "needs investigation"
exclude :"test_parse_name_page", "needs investigation"
exclude :"test_complete", "needs investigation"
exclude :"test_display_page_extension", "needs investigation"
exclude :"test_display_name_not_found_method", "needs investigation"
exclude :"test_formatter", "needs investigation"
exclude :"test_parse_name_special", "needs investigation"
exclude :"test_load_method", "needs investigation"
exclude :"test_add_method_attribute", "needs investigation"
exclude :"test_display_class_ambiguous", "needs investigation"
exclude :"test_add_extension_modules_one", "needs investigation"
exclude :"test_complete_multistore", "needs investigation"
exclude :"test_display_class_all", "needs investigation"
exclude :"test_display_method_params", "needs investigation"
exclude :"test_display_page_list", "needs investigation"
exclude :"test_add_from", "needs investigation"
exclude :"test_display_page_add_extension", "needs investigation"
exclude :"test_list_known_classes", "needs investigation"
exclude :"test_add_extends", "needs investigation"
exclude :"test_add_extension_modules_many", "needs investigation"
exclude :"test_classes", "needs investigation"
exclude :"test_load_method_inherited", "needs investigation"
exclude :"test_load_methods_matching_inherited", "needs investigation"
exclude :"test_load_methods_matching", "needs investigation"
exclude :"test_display_page_ambiguous", "needs investigation"
exclude :"test_expand_class", "needs investigation"
exclude :"test_display", "needs investigation"
exclude :"test_display_class_page", "needs investigation"
exclude :"test_display_page", "needs investigation"
11 changes: 11 additions & 0 deletions test/mri/excludes_truffle/TestRDocRIPaths.rb
@@ -0,0 +1,11 @@
exclude :"test_class_gemdirs_legacy", "needs investigation"
exclude :"test_class_gemdirs_all", "needs investigation"
exclude :"test_class_raw_path_extra_dirs", "needs investigation"
exclude :"test_class_gem_dir", "needs investigation"
exclude :"test_class_gemdirs_latest", "needs investigation"
exclude :"test_class_site_dir", "needs investigation"
exclude :"test_class_home_dir", "needs investigation"
exclude :"test_class_raw_path", "needs investigation"
exclude :"test_class_system_dir", "needs investigation"
exclude :"test_class_each", "needs investigation"
exclude :"test_class_path_nonexistent", "needs investigation"
2 changes: 2 additions & 0 deletions test/mri/excludes_truffle/TestRDocRdBlockParser.rb
@@ -0,0 +1,2 @@
exclude :"test_parse_include_subtree", "needs investigation"
exclude :"test_parse_footnote", "needs investigation"
33 changes: 33 additions & 0 deletions test/mri/excludes_truffle/TestRDocRdInlineParser.rb
@@ -0,0 +1,33 @@
exclude :"test_parse_ref_quote_content", "needs investigation"
exclude :"test_parse_ref_substitute_quote", "needs investigation"
exclude :"test_parse_verb_backslash_quote", "needs investigation"
exclude :"test_parse_ref_em", "needs investigation"
exclude :"test_parse_ref_quote_content_multi", "needs investigation"
exclude :"test_parse_index", "needs investigation"
exclude :"test_parse_ref_filename", "needs investigation"
exclude :"test_parse_verb_backslash", "needs investigation"
exclude :"test_parse_ref_substitute_multi_content2", "needs investigation"
exclude :"test_parse_ref_url", "needs investigation"
exclude :"test_parse_ref_substitute_url", "needs investigation"
exclude :"test_parse_ref_substitute_filename_label", "needs investigation"
exclude :"test_parse_verb_backslash_backslash", "needs investigation"
exclude :"test_parse_ref_substitute_element_quote", "needs investigation"
exclude :"test_parse_ref_substitute_filename", "needs investigation"
exclude :"test_parse_ref_substitute_quote_content", "needs investigation"
exclude :"test_parse_multiple", "needs investigation"
exclude :"test_parse_verb_emphasis", "needs investigation"
exclude :"test_parse_footnote", "needs investigation"
exclude :"test_parse_ref_substitute_multi_content", "needs investigation"
exclude :"test_parse_ref_filename_quote", "needs investigation"
exclude :"test_parse", "needs investigation"
exclude :"test_parse_ref_quote", "needs investigation"
exclude :"test_parse_ref_substitute", "needs investigation"
exclude :"test_parse_kbd", "needs investigation"
exclude :"test_parse_verb", "needs investigation"
exclude :"test_parse_ref_substitute_filename_quote", "needs investigation"
exclude :"test_parse_var", "needs investigation"
exclude :"test_parse_ref", "needs investigation"
exclude :"test_parse_code", "needs investigation"
exclude :"test_parse_em", "needs investigation"
exclude :"test_parse_ref_substitute_multi_content3", "needs investigation"
exclude :"test_parse_verb_multiple", "needs investigation"
35 changes: 35 additions & 0 deletions test/mri/excludes_truffle/TestRDocServlet.rb
@@ -0,0 +1,35 @@
exclude :"test_ri_paths", "needs investigation"
exclude :"test_store_for_missing_documentation", "needs investigation"
exclude :"test_store_for_ruby", "needs investigation"
exclude :"test_show_documentation_search_index", "needs investigation"
exclude :"test_error", "needs investigation"
exclude :"test_root_search", "needs investigation"
exclude :"test_store_for_site", "needs investigation"
exclude :"test_do_GET_mount_path", "needs investigation"
exclude :"test_store_for_extra", "needs investigation"
exclude :"test_do_GET", "needs investigation"
exclude :"test_documentation_source_cached", "needs investigation"
exclude :"test_root", "needs investigation"
exclude :"test_store_for_home", "needs investigation"
exclude :"test_documentation_page_page", "needs investigation"
exclude :"test_do_GET_error", "needs investigation"
exclude :"test_do_GET_root_search", "needs investigation"
exclude :"test_if_modified_since_not_modified", "needs investigation"
exclude :"test_if_modified_since", "needs investigation"
exclude :"test_show_documentation_table_of_contents", "needs investigation"
exclude :"test_asset", "needs investigation"
exclude :"test_do_GET_root", "needs investigation"
exclude :"test_documentation_page_class", "needs investigation"
exclude :"test_do_GET_asset_json_index", "needs investigation"
exclude :"test_do_GET_asset_darkfish", "needs investigation"
exclude :"test_do_GET_not_modified", "needs investigation"
exclude :"test_installed_docs", "needs investigation"
exclude :"test_store_for_missing_gem", "needs investigation"
exclude :"test_generator_for", "needs investigation"
exclude :"test_not_found", "needs investigation"
exclude :"test_not_found_message", "needs investigation"
exclude :"test_show_documentation_index", "needs investigation"
exclude :"test_store_for_gem", "needs investigation"
exclude :"test_show_documentation_page", "needs investigation"
exclude :"test_documentation_source", "needs investigation"
exclude :"test_documentation_page_not_found", "needs investigation"
5 changes: 5 additions & 0 deletions test/mri/excludes_truffle/TestRDocText.rb
@@ -0,0 +1,5 @@
exclude :"test_parse_format_rd", "needs investigation"
exclude :"test_self_encode_fallback", "needs investigation"
exclude :"test_snippet", "needs investigation"
exclude :"test_expand_tabs", "needs investigation"
exclude :"test_to_html_encoding", "needs investigation"

0 comments on commit 59e5d9d

Please sign in to comment.