1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
# Our own test/unit-based tests
# NOTE: test_globals comes first here because it has tests that $? be nil
test_globals
# NOTE: test_object_class_default_methods comes early because it depends
# on no additional methods existing on the Object class
test_object_class_default_methods
test_argf
test_array
test_array_subclass_behavior
test_autoload
test_backquote
test_backtraces
test_big_decimal
test_bignum
test_binding_eval_yield
test_block
test_block_arg_processing
test_cache_map_leak
test_caller
test_case
test_class
test_command_line_switches
test_comparable
test_core_arities
test_crazy_blocks
test_custom_enumerable
test_cvars_in_odd_scopes
test_date_time
test_defined
test_default_constants
test_delegated_array_equals
test_dir
test_digest_lazy_load
test_digest_extend
test_digest2
test_dup_clone_taint_freeze
test_env
test_etc
test_eval
test_eval_with_binding
test_file
test_flip
test_frame_self
test_hash
test_higher_javasupport
test_iconv
test_included_in_object_space
test_ivar_table_integrity
test_io
test_line_endings
test_load
test_math
test_method
test_method_cache
test_method_override_and_caching
test_nkf
test_java_accessible_object
test_java_extension
test_java_wrapper_deadlock
test_jruby_internals
test_jruby_4084
compiler/test_jrubyc
test_launching_by_shell_script
#test_local_jump_error
test_marshal_with_instance_variables
test_marshal_gemspec
test_method_missing
test_methods
test_no_stack_trace_stomp
test_pack
test_primitive_to_java
test_process
test_proc_visibility
test_parsing
test_random
test_rbconfig
test_require_once
test_respond_to_concurrency
test_ri
test_socket
test_string_java_bytes
test_string_printf
test_string_sub
test_string_to_number
test_super_call_site_caching
test_symbol
test_tb_yaml
test_timeout
test_thread
test_thread_backtrace
test_threaded_nonlocal_return
test_time_nil_ops
test_unicode_paths
test_unmarshal
test_variables
test_vietnamese_charset
#test_trace_func
test_win32
test_zlib
test_yaml
test_system_error
# these tests are last because they pull in libraries that can affect others
test_base64_strangeness
test_loading_builtin_libraries
test_load_compiled_ruby_class_from_classpath
test_null_channel
test_irubyobject_java_passing
test_jruby_object_input_stream
test_jar_on_load_path
test_jruby_ext
test_jruby_core_ext
test_thread_context_frame_dereferences_unreachable_variables
test_context_classloader
test_rexml_document
test_load_compiled_ruby
test_openssl_stub
test_missing_jruby_home
test_ast_inspector
test_jarred_gems_with_spaces_in_directory
test_weak_drb_id_conv
test_kernel
test_dir_with_plusses
test_jar_file
test_thread_service
|