Skip to content

Commit

Permalink
Lots of tagging
Browse files Browse the repository at this point in the history
enebo committed Mar 15, 2016
1 parent a678e5e commit 0eb7422
Showing 23 changed files with 125 additions and 6 deletions.
5 changes: 4 additions & 1 deletion test/externals/ruby1.9/excludes/OpenSSL/TestPKCS12.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_create_with_chain, 'needs investigation' if windows
exclude :test_create_with_chain_decode, 'unimplemented'
exclude :test_create_with_bad_nid, 'unimplemented'
exclude :test_create_with_itr, 'unimplemented'
exclude :test_create_with_mac_itr, 'unimplemented'
exclude :test_create_no_pass, 'fails on Java 6: #628'
exclude :test_create_no_pass, 'fails on Java 6: #628'
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/OpenSSL/TestPKCS7.rb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_split_content, '\r\n in heredoc from git' if windows
exclude :test_graceful_parsing_failure, 'needs investigation'
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/OpenSSL/TestPKeyDSA.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_export_format_is_DSA_PUBKEY_pem, 'most likely \r\n' if windows
exclude :test_new, 'needs investigation'
exclude :test_private, 'needs investigation'
exclude :test_read_DSAPublicKey_pem, 'needs investigation'
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/OpenSSL/TestPKeyRSA.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_export_format_is_RSA_PUBKEY_pem, 'most likely \r\n' if windows
exclude :test_export_format_is_RSA_PUBKEY, 'needs investigation'
exclude :test_read_private_key_pem_pw, 'needs investigation'
exclude :test_read_public_key_pem, 'needs investigation'
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_table, "needs investigation" if windows
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestEncodingConverter.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_accumulate_dst1, "needs investigation"
exclude :test_accumulate_dst2, "needs investigation"
exclude :test_after_output, "needs investigation"
exclude :test_asciicompat_encoding_iso2022jp, "needs investigation"
exclude :test_convert, "needs investigation"
exclude :test_convpath, "needs investigation"
exclude :test_econv_new_hash, "needs investigation" if windows
exclude :test_errinfo_invalid_euc_jp, "needs investigation"
exclude :test_errinfo_invalid_euc_jp2, "needs investigation"
exclude :test_errinfo_invalid_partial_character, "needs investigation"
5 changes: 4 additions & 1 deletion test/externals/ruby1.9/excludes/TestException.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_errat, "needs investigation"
exclude :test_exception_to_s_should_not_propagate_untrustedness, "needs investigation"
exclude :test_nomethoderror, "needs investigation"
exclude :test_safe4, "needs investigation" if windows
exclude :test_set_backtrace, "needs investigation"
exclude :test_thread_signal_location, "needs investigation"
exclude :test_to_s_taintness_propagation, "needs investigation"
exclude :test_catch_throw_in_require, "needs investigation"
exclude :test_catch_throw_in_require, "needs investigation"
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestFile.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_bom_16be, "needs investigation"
exclude :test_bom_16le, "needs investigation"
exclude :test_bom_32be, "needs investigation"
@@ -18,3 +20,4 @@
exclude :test_s_chown , "needs investigation"
exclude :test_truncate_wbuf, "fails on Linux"
exclude :test_uninitialized , "needs investigation"
exclude :test_unlink_before_close, "needs investigation" if windows
20 changes: 20 additions & 0 deletions test/externals/ruby1.9/excludes/TestFileExhaustive.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,30 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_basename, "needs investigation"
exclude :test_dirname, "needs investigation"
exclude :test_chmod, "needs investigation" if windows
exclude :test_directory_p, "needs investigation" if windows
exclude :test_executable_p, "needs investigation" if windows
exclude :test_executable_real_p, "needs investigation" if windows
exclude :test_expand_path, "needs investigation"
exclude :test_expand_path_cleanup_dots_file_name, "needs investigation" if windows
exclude :test_expand_path_converts_a_dot_with_unc_dir, "needs investigation" if windows
exclude :test_expand_path_converts_a_pathname_which_starts_with_a_slash_and_unc_pathname, "needs investigation" if windows
exclude :test_expand_path_converts_a_pathname_which_starts_with_a_slash_using_host_share, "needs investigation" if windows
exclude :test_expand_path_preserves_unc_path_root, "needs investigation" if windows
exclude :test_expand_path_remove_trailing_alternative_data, "needs investigation" if windows
exclude :test_expand_path_removes_trailing_spaces_from_absolute_path, "needs investigation" if windows
exclude :test_extname, "needs investigation"
exclude :test_find_file, "needs investigation"
exclude :test_join, "needs investigation" if windows
exclude :test_owned_p, "needs investigation" if windows
exclude :test_stat, "needs investigation"
exclude :test_stat_init, "needs investigation"
exclude :test_stat_executable_p, "needs investigation" if windows
exclude :test_stat_executable_real_p, "needs investigation" if windows
exclude :test_stat_owned_p, "needs investigation" if windows
exclude :test_stat_world_readable_p, "needs investigation" if windows
exclude :test_stat_world_writable_p, "needs investigation" if windows
exclude :test_umask, "needs investigation"
exclude :test_unlink, "needs investigation"
exclude :test_utime, "needs investigation"
19 changes: 19 additions & 0 deletions test/externals/ruby1.9/excludes/TestFileUtils.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_chmod, "needs investigation" if windows
exclude :test_chmod_R, "needs investigation" if windows
exclude :test_chmod_symbol_mode, "needs investigation" if windows
exclude :test_chmod_symbol_mode_R, "needs investigation" if windows
exclude :test_copy_entry_symlink, "needs investigation"
exclude :test_cp_symlink, "needs investigation" if windows
exclude :test_cp_r_symlink, "needs investigation"
exclude :test_install, "needs investigation" if windows
exclude :test_install_symlink, "needs investigation" if windows
exclude :test_ln_s, "needs investigation"
exclude :test_ln_sf, "needs investigation"
exclude :test_ln_symlink, "needs investigation" if windows
exclude :test_mkdir, "needs investigation" if windows
exclude :test_mkdir_file_perm, "needs investigation" if windows
exclude :test_mkdir_p, "needs investigation" if windows
exclude :test_mkdir_p_file_perm, "needs investigation" if windows
exclude :test_mv_symlink, "needs investigation" if windows
exclude :test_pwd, "needs investigation" if windows
exclude :test_remove_entry_secure_symlink, "needs investigation" if windows
exclude :test_rm_symlink, "needs investigation" if windows
exclude :test_rm_r_symlink, "needs investigation" if windows
4 changes: 4 additions & 0 deletions test/externals/ruby1.9/excludes/TestFind.rb
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_change_dir_to_file, "needs investigation" if windows
exclude :test_unreadable_dir, "needs investigation" if windows
exclude :test_unsearchable_dir, "fails on travis"
7 changes: 7 additions & 0 deletions test/externals/ruby1.9/excludes/TestIO.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_advise, "needs investigation"
exclude :test_autoclose, "needs investigation"
exclude :test_autoclose_false_closed_by_finalizer, "depends on GC running"
exclude :test_autoclose_true_closed_by_finalizer, "depends on GC running"
exclude :test_close_on_exec, "needs investigation"
exclude :test_close_read_pipe, "needs investigation" if windows
exclude :test_close_read_security_error, "needs investigation"
exclude :test_close_security_error, "needs investigation"
exclude :test_close_write, "needs investigation"
@@ -13,7 +16,9 @@
exclude :test_copy_stream_rot13_to_rot13, "needs investigation"
exclude :test_copy_stream_socket, "needs investigation"
exclude :test_copy_stream_src_wbuf, "needs investigation"
exclude :test_copy_stream_fname_to_strio, "needs investigation" if windows
exclude :test_copy_stream_strio_off, "needs investigation"
exclude :test_copy_stream_strio_to_fname, "needs investigation" if windows
exclude :test_display, "needs investigation"
exclude :test_dup, "needs investigation"
exclude :test_dup_many, "needs investigation"
@@ -26,6 +31,7 @@
exclude :test_open_mode, "needs investigation"
exclude :test_open_pipe, "needs investigation"
exclude :test_open_redirect, "needs investigation"
exclude :test_pid, "needs investigation" if windows
exclude :test_pipe_block, "needs investigation"
exclude :test_pipe_block_close, "needs investigation"
exclude :test_print, "needs investigation"
@@ -35,6 +41,7 @@
exclude :test_readlines, "needs investigation"
exclude :test_readlines_limit_0, "needs investigation"
exclude :test_readpartial_lock, "needs investigation"
exclude :test_readpartial_pos, "needs investigation" if windows
exclude :test_reinitialize, "needs investigation"
exclude :test_reopen, "needs investigation"
exclude :test_reopen_inherit, "needs investigation"
5 changes: 5 additions & 0 deletions test/externals/ruby1.9/excludes/TestIO_M17N.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_cbuf, "needs investigation"
exclude :test_cr_decorator_on_stdout, "needs investigation"
exclude :test_crlf_decorator_on_stdout, "needs investigation"
exclude :test_default_mode_on_unix, "needs investigation" if windows
exclude :test_dup, "needs investigation"
exclude :test_dup_undef, "needs investigation"
exclude :test_error_nonascii, "needs investigation"
@@ -19,6 +22,7 @@
exclude :test_pipe, "needs investigation"
exclude :test_puts_widechar, "needs investigation"
exclude :test_read_all_invalid, "needs investigation"
exclude :test_read_encoding, "needs investigation" if windows
exclude :test_read_mode, "needs investigation"
exclude :test_s_pipe_invalid, "needs investigation"
exclude :test_stdin_external_encoding_with_reopen, "needs investigation"
@@ -41,3 +45,4 @@
exclude :test_write_conversion_anyenc_stateful_nosync, "needs investigation"
exclude :test_write_conversion_fixenc, "needs investigation"
exclude :test_write_mode, "needs investigation"
exclude :test_write_mode_fail, "needs investigation" if windows
5 changes: 5 additions & 0 deletions test/externals/ruby1.9/excludes/TestIntegration.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

# under openssl/test_integration.rb (not name-spaced as OpenSSL)
exclude :test_ca_path_name, "needs investigation" if windows
exclude :test_cipher_strings, "needs investigation" if windows
exclude :test_pathlen_does_not_appear, 'does https://www.paypal.com/ assumptions with ca_file'
exclude :test_ssl_verify, "needs investigation" if windows
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestLogDevice.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_write, "needs investigation" if windows
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestMonitor.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_killed_thread_in_synchronize, 'needs investigation' if windows
7 changes: 7 additions & 0 deletions test/externals/ruby1.9/excludes/TestOpen3.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_capture2, "hangs"
exclude :test_capture2e, "error"
exclude :test_capture3, "needs investigation" if windows
exclude :test_capture3_flip, "needs investigation" if windows
exclude :test_pid, "needs investigation" if windows
exclude :test_pipeline, "error"
exclude :test_pipeline_r, "hangs"
exclude :test_pipeline_rw, "hangs"
@@ -8,4 +13,6 @@
exclude :test_pipeline_w, "hangs"
exclude :test_popen2, "hangs"
exclude :test_popen2e, "error"
exclude :test_stderr, "needs investigation" if windows
exclude :test_stdin, "error"
exclude :test_stdout, "needs investigation" if windows
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestPath.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_ascii_incompatible_path, "needs investigation"
exclude :test_basename, "needs investigation"
exclude :test_dirname, "needs investigation"
exclude :test_extname, "needs investigation"
exclude :test_join, "needs investigation"
exclude :test_path, "needs investigation" if windows
10 changes: 10 additions & 0 deletions test/externals/ruby1.9/excludes/TestPathname.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_del_trailing_separator_162, "needs investigation" if windows
exclude :test_del_trailing_separator_187, "needs investigation" if windows
exclude :test_each_line, "needs investigation" if windows
exclude :test_executable?, "needs investigation" if windows
exclude :test_lchown, "needs investigation" if windows
exclude :test_lstat, "needs investigation" if windows
exclude :test_make_symlink, "needs investigation" if windows
exclude :test_open, "needs investigation"
exclude :test_readlink, "needs investigation" if windows
exclude :test_realdirpath, "needs investigation"
exclude :test_realpath, "needs investigation"
exclude :test_lchmod, "fails on Travis, maybe on Linux in general?"
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestSignal.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_signal, "needs investigation" if windows
exclude :test_signal2, "needs investigation"
exclude :test_signal_exception, "needs investigation"
exclude :test_signal_requiring, "needs investigation"
6 changes: 3 additions & 3 deletions test/externals/ruby1.9/excludes/TestSocket.rb
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

exclude :test_accept_loop, "needs investigation"
exclude :test_accept_loop_multi_port, "needs investigation"
exclude :test_accept_loop_with_unix, "needs investigation" if !windows
exclude :test_accept_loop_with_unix, "needs investigation" if windows
exclude :test_closed_read, "needs investigation"
exclude :test_getaddrinfo, "needs investigation"
exclude :test_getaddrinfo_raises_no_errors_on_port_argument_of_0, "needs investigation"
@@ -16,8 +16,8 @@
exclude :test_tcp_server_sockets, "needs investigation"
exclude :test_tcp_server_sockets_port0, "needs investigation"
exclude :test_udp_server, "needs investigation"
exclude :test_unix, "needs investigation" if !windows
exclude :test_unix_server_socket, "needs investigation" if !windows
exclude :test_unix, "needs investigation" if windows
exclude :test_unix_server_socket, "needs investigation" if windows
exclude :test_unpack_sockaddr, "needs investigation"


5 changes: 4 additions & 1 deletion test/externals/ruby1.9/excludes/TestSocketNonblock.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_accept_nonblock, "needs investigation"
exclude :test_accept_nonblock_error, "needs investigation"
exclude :test_connect_nonblock, "needs investigation"
exclude :test_recv_nonblock_error, "need investigation" if windows
exclude :test_recvmsg_nonblock_error, "needs investigation"
exclude :test_sendmsg_nonblock_error, "needs investigation"
exclude :test_socket_recvfrom_nonblock, "needs investigation"
exclude :test_udp_recv_nonblock, "needs investigation"
exclude :test_udp_recvfrom_nonblock, "needs investigation"
exclude :test_udp_recvfrom_nonblock, "needs investigation"
3 changes: 3 additions & 0 deletions test/externals/ruby1.9/excludes/TestString.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_LSHIFT, "needs investigation"
exclude :test_dummy_inspect, "needs investigation"
exclude :test_gsub_enumerator, "needs investigation"
exclude :test_hash_random, "needs investigation"
exclude :test_partition, "needs investigation"
exclude :test_hash_random, "JRuby #3275" if windows
exclude :test_rpartition, "needs investigation"
exclude :test_rstrip, "needs investigation"
exclude :test_split, "needs investigation"

0 comments on commit 0eb7422

Please sign in to comment.