-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathruby-test-cases.txt
130 lines (130 loc) · 3.71 KB
/
ruby-test-cases.txt
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
126
127
128
129
130
test/ruby/test_alias.rb
test/ruby/test_argf.rb
test/ruby/test_arithmetic_sequence.rb
test/ruby/test_arity.rb
test/ruby/test_array.rb
test/ruby/test_assignment.rb
test/ruby/test_ast.rb
test/ruby/test_autoload.rb
test/ruby/test_backtrace.rb
test/ruby/test_basicinstructions.rb
test/ruby/test_beginendblock.rb
test/ruby/test_bignum.rb
test/ruby/test_call.rb
test/ruby/test_case.rb
test/ruby/test_class.rb
test/ruby/test_clone.rb
test/ruby/test_comparable.rb
test/ruby/test_complex2.rb
test/ruby/test_complexrational.rb
test/ruby/test_complex.rb
test/ruby/test_condition.rb
test/ruby/test_const.rb
test/ruby/test_continuation.rb
test/ruby/test_default_gems.rb
test/ruby/test_defined.rb
test/ruby/test_dir_m17n.rb
test/ruby/test_dir.rb
test/ruby/test_dup.rb
test/ruby/test_econv.rb
test/ruby/test_encoding.rb
test/ruby/test_enumerator.rb
test/ruby/test_enum.rb
test/ruby/test_env.rb
test/ruby/test_eval.rb
test/ruby/test_exception.rb
test/ruby/test_fiber.rb
# test/ruby/test_file_exhaustive.rb XXXX leaks
# test/ruby/test_file.rb XXXX leaks
test/ruby/test_fixnum.rb
test/ruby/test_flip.rb
test/ruby/test_float.rb
test/ruby/test_fnmatch.rb
test/ruby/test_frozen_error.rb
test/ruby/test_frozen.rb
# test/ruby/test_gc_compact.rb XXXX hard crash
# test/ruby/test_gc.rb XXXX failures
test/ruby/test_hash.rb
test/ruby/test_ifunless.rb
test/ruby/test_inlinecache.rb
test/ruby/test_insns_leaf.rb
test/ruby/test_integer_comb.rb
test/ruby/test_integer.rb
test/ruby/test_io_buffer.rb
test/ruby/test_io_m17n.rb
# test/ruby/test_io.rb XXXXX leaks?
test/ruby/test_iseq.rb
test/ruby/test_iterator.rb
test/ruby/test_key_error.rb
test/ruby/test_keyword.rb
test/ruby/test_lambda.rb
test/ruby/test_lazy_enumerator.rb
test/ruby/test_literal.rb
test/ruby/test_m17n_comb.rb
test/ruby/test_m17n.rb
test/ruby/test_marshal.rb
test/ruby/test_math.rb
test/ruby/test_memory_view.rb
test/ruby/test_metaclass.rb
test/ruby/test_method_cache.rb
# test/ruby/test_method.rb XXXX failure
test/ruby/test_mixed_unicode_escapes.rb
test/ruby/test_module.rb
test/ruby/test_name_error.rb
test/ruby/test_nomethod_error.rb
test/ruby/test_not.rb
test/ruby/test_numeric.rb
test/ruby/test_object.rb
test/ruby/test_objectspace.rb
test/ruby/test_optimization.rb
test/ruby/test_pack.rb
test/ruby/test_parse.rb
test/ruby/test_path.rb
test/ruby/test_pattern_matching.rb
test/ruby/test_pipe.rb
test/ruby/test_primitive.rb
test/ruby/test_process.rb
test/ruby/test_proc.rb
test/ruby/test_random_formatter.rb
test/ruby/test_rand.rb
test/ruby/test_range.rb
test/ruby/test_rational2.rb
test/ruby/test_rational.rb
test/ruby/test_readpartial.rb
test/ruby/test_refinement.rb
test/ruby/test_regexp.rb
test/ruby/test_require_lib.rb
test/ruby/test_require.rb
# test/ruby/test_rubyoptions.rb XXXX failures and crashes
# test/ruby/test_rubyvm_mjit.rb XXXXX query
test/ruby/test_rubyvm.rb
test/ruby/test_settracefunc.rb
test/ruby/test_signal.rb
test/ruby/test_sleep.rb
test/ruby/test_sprintf_comb.rb
test/ruby/test_sprintf.rb
test/ruby/test_stack.rb
test/ruby/test_stringchar.rb
test/ruby/test_string.rb
test/ruby/test_struct.rb
test/ruby/test_super.rb
test/ruby/test_symbol.rb
test/ruby/test_syntax.rb
test/ruby/test_system.rb
test/ruby/test_thread_cv.rb
test/ruby/test_threadgroup.rb
test/ruby/test_thread_queue.rb
test/ruby/test_thread.rb
# test/ruby/test_time.rb XXXXX hard crash
test/ruby/test_time_tz.rb
test/ruby/test_trace.rb
test/ruby/test_transcode.rb
test/ruby/test_undef.rb
test/ruby/test_unicode_escape.rb
test/ruby/test_variable.rb
test/ruby/test_vm_dump.rb
# test/ruby/test_weakmap.rb XXXXX failures
test/ruby/test_whileuntil.rb
test/ruby/test_yield.rb
test/ruby/test_yjit_exit_locations.rb
test/ruby/test_yjit.rb