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
|
# Our own test/unit-based tests
# NOTE: test_globals comes first here because it has tests that $? be nil
jruby/test_globals
jruby/test_addrinfo
jruby/test_argf
jruby/test_array
jruby/test_autoload
jruby/test_backquote
jruby/test_backtraces
jruby/test_base64
jruby/test_binding_eval_yield
jruby/test_block
jruby/test_caller
jruby/test_case
jruby/test_class
jruby/test_comparable
jruby/test_core_arities
jruby/test_coverage
jruby/test_custom_enumerable
jruby/test_cvars_in_odd_scopes
jruby/test_date
jruby/test_defined
jruby/test_default_constants
jruby/test_dir
jruby/test_dir_with_jar_without_dir_entry
jruby/test_digest_extend
jruby/test_digest2
jruby/test_env
jruby/test_enumerator
jruby/test_etc
jruby/test_exception
jruby/test_file
# IRBuilder is unable to build these currently
#jruby/test_flip
jruby/test_frame_self
jruby/test_hash
jruby/test_higher_javasupport
jruby/test_ifaddr
jruby/test_include_order
jruby/test_included_in_object_space
jruby/test_integer_overflows
jruby/test_ivar_table_integrity
jruby/test_io
jruby/test_load
jruby/test_load_gem_extensions
jruby/test_method
jruby/test_method_cache
jruby/test_method_missing
jruby/test_java_accessible_object
jruby/test_java_extension
jruby/test_jruby_internals
jruby/test_marshal
jruby/test_marshal_gemspec
jruby/test_name_error
jruby/test_pack
jruby/test_primitive_to_java
jruby/test_process
jruby/test_proc_visibility
jruby/test_parsing
jruby/test_pathname
jruby/test_random
jruby/test_rbconfig
jruby/test_refinement_include
jruby/test_require_once
jruby/test_respond_to
jruby/test_set
jruby/test_socket
jruby/test_sprintf
jruby/test_string
jruby/test_string_java_bytes
jruby/test_super_call_site_caching
jruby/test_symbol
jruby/test_system
jruby/test_timeout
jruby/test_thread
jruby/test_thread_backtrace
jruby/test_threaded_nonlocal_return
jruby/test_time
jruby/test_unmarshal
jruby/test_win32
jruby/test_zlib
jruby/test_yaml_charset
# these tests are last because they pull in libraries that can affect others
jruby/test_kernel
jruby/test_null_channel
jruby/test_irubyobject_java_passing
jruby/test_jruby_object_input_stream
jruby/test_jruby_synchronized
jruby/test_jruby_4198
jruby/test_context_classloader
jruby/test_uri_classloader
jruby/test_rexml_document
jruby/test_missing_jruby_home
jruby/test_ast_inspector
jruby/test_jarred_gems
jruby/test_dir_with_plusses
jruby/test_jar
jruby/test_require
# Not sure how to test this, since soft references take too long to collect
#test_thread_service
jruby/test_instantiating_interfaces
jruby/test_openssl
jruby/test_tempfile_cleanup
jruby/test_loading_builtin_libraries
jruby/test_jruby_core_ext
jruby/test_thread_context_frame_dereferences_unreachable_variables
jruby/test_reified_variables
jruby/compiler/test_jrubyc
jruby/test_load_compiled_ruby
jruby/test_load_compiled_ruby_class_from_classpath
jruby/test_date_parse_limit
|