forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjruby.index
114 lines (110 loc) · 2.94 KB
/
jruby.index
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
# 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_big_decimal
jruby/test_binding_eval_yield
jruby/test_caller
jruby/test_case
jruby/test_class
jruby/test_comparable
jruby/test_core_arities
jruby/test_custom_enumerable
jruby/test_cvars_in_odd_scopes
jruby/test_date_joda_time
jruby/test_defined
jruby/test_default_constants
jruby/test_delegated_array_equals
jruby/test_dir
jruby/test_dir_with_jar_without_dir_entry
jruby/test_digest_extend
jruby/test_digest2
jruby/test_env
jruby/test_etc
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_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_override_and_caching
jruby/test_java_accessible_object
jruby/test_java_extension
jruby/test_java_wrapper_deadlock
jruby/test_jruby_internals
jruby/test_marshal_with_instance_variables
jruby/test_marshal_gemspec
jruby/test_method_missing
jruby/test_no_stack_trace_stomp
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_require_once
jruby/test_respond_to
jruby/test_socket
jruby/test_string_java_bytes
jruby/test_string_printf
jruby/test_string_to_number
jruby/test_super_call_site_caching
jruby/test_system
jruby/test_system_error
jruby/test_timeout
jruby/test_thread
# FIXME probably should figure this one out
#test_thread_backtrace
jruby/test_threaded_nonlocal_return
jruby/test_time_add
jruby/test_time_nil_ops
jruby/test_time_tz
jruby/test_unmarshal
jruby/test_vietnamese_charset
jruby/test_win32
jruby/test_zlib
# these tests are last because they pull in libraries that can affect others
jruby/test_loading_builtin_libraries
jruby/test_null_channel
jruby/test_irubyobject_java_passing
jruby/test_jruby_object_input_stream
jruby/test_jar_on_load_path
jruby/test_jruby_core_ext
jruby/test_thread_context_frame_dereferences_unreachable_variables
jruby/test_context_classloader
# fails with -j-ea on java :(
# jruby/test_uri_classloader
jruby/test_rexml_document
jruby/test_openssl_stub
jruby/test_missing_jruby_home
jruby/test_ast_inspector
jruby/test_jarred_gems
jruby/test_kernel
jruby/test_dir_with_plusses
jruby/test_jar_file
# Not sure how to test this, since soft references take too long to collect
#test_thread_service
jruby/test_jruby_synchronized
jruby/test_instantiating_interfaces
jruby/test_openssl
jruby/test_tempfile_cleanup
# Disabled until the new JIT/AOT is more complete
jruby/compiler/test_jrubyc
jruby/test_load_compiled_ruby
jruby/test_load_compiled_ruby_class_from_classpath