|
| 1 | +exclude :test_Class_new_kwsplat_call, "needs investigation" |
| 2 | +exclude :test_Class_new_method_kwsplat_call, "needs investigation" |
| 3 | +exclude :test_Method_call_kwsplat_call, "needs investigation" |
| 4 | +exclude :test_UnboundMethod_bindcall_kwsplat_call, "needs investigation" |
1 | 5 | exclude :test_arity_error_message, "needs investigation"
|
2 |
| -exclude :test_block_required_keyword, "needs investigation" |
3 |
| -exclude :test_kwrest_overwritten, "needs investigation" |
4 |
| -exclude :test_non_keyword_hash_subclass, "needs investigation" |
5 |
| -exclude :test_p1, "needs investigation" |
6 |
| -exclude :test_splat_hash, "needs investigation" |
7 |
| -exclude :test_unknown_keyword, "needs investigation" |
8 |
| -exclude :test_p6, "needs investigation" |
9 |
| -exclude :test_required_keyword, "needs investigation" |
10 | 6 | exclude :test_attr_writer_kwsplat, "needs investigation"
|
11 | 7 | exclude :test_attr_writer_method_kwsplat, "needs investigation"
|
| 8 | +exclude :test_block_required_keyword, "needs investigation" |
| 9 | +exclude :test_dig_kwsplat, "needs investigation" |
| 10 | +exclude :test_enumerator_size_kwsplat, "needs investigation" |
| 11 | +exclude :test_explicit_super_kwsplat, "needs investigation" |
12 | 12 | exclude :test_f2, "needs investigation"
|
13 | 13 | exclude :test_implicit_hash_conversion, "needs investigation"
|
| 14 | +exclude :test_implicit_super_kwsplat, "needs investigation" |
| 15 | +exclude :test_instance_exec_define_method_kwsplat, "needs investigation" |
| 16 | +exclude :test_instance_exec_kwsplat, "needs investigation" |
| 17 | +exclude :test_instance_exec_method_kwsplat, "needs investigation" |
| 18 | +exclude :test_instance_exec_sym_proc_kwsplat, "needs investigation" |
14 | 19 | exclude :test_keyword_split, "needs investigation"
|
| 20 | +exclude :test_kwrest_overwritten, "needs investigation" |
| 21 | +exclude :test_method_missing_kwsplat, "needs investigation" |
| 22 | +exclude :test_non_keyword_hash_subclass, "needs investigation" |
| 23 | +exclude :test_p1, "needs investigation" |
15 | 24 | exclude :test_precedence_of_keyword_arguments_with_post_argument, "needs investigation"
|
16 | 25 | exclude :test_proc_ruby2_keywords, "needs investigation"
|
| 26 | +exclude :test_public_send_kwsplat, "needs investigation" |
| 27 | +exclude :test_regular_kwsplat, "needs investigation" |
17 | 28 | exclude :test_rest_keyrest, "needs investigation"
|
| 29 | +exclude :test_ruby2_keywords, "needs investigation" |
| 30 | +exclude :test_send_kwsplat, "needs investigation" |
| 31 | +exclude :test_send_method_kwsplat, "needs investigation" |
| 32 | +exclude :test_splat_hash, "needs investigation" |
| 33 | +exclude :test_super_method_missing_kwsplat, "needs investigation" |
| 34 | +exclude :test_sym_proc_kwsplat, "needs investigation" |
| 35 | +exclude :test_sym_proc_method_kwsplat, "needs investigation" |
18 | 36 | exclude :test_top_ruby2_keywords, "needs investigation"
|
| 37 | +exclude :test_unknown_keyword, "needs investigation" |
19 | 38 | exclude :test_unknown_keyword_with_block, "needs investigation"
|
20 |
| -exclude :test_Class_new_kwsplat_call, "needs investigation" |
21 |
| -exclude :test_Class_new_method_kwsplat_call, "needs investigation" |
22 | 39 | exclude :test_Enumerator_Generator_each_kwsplat, "needs investigation"
|
23 | 40 | exclude :test_Enumerator_Yielder_yield_kwsplat, "needs investigation"
|
24 | 41 | exclude :test_Fiber_resume_kwsplat, "needs investigation"
|
25 |
| -exclude :test_Method_call_kwsplat_call, "needs investigation" |
26 | 42 | exclude :test_Thread_new_kwsplat, "needs investigation"
|
27 |
| -exclude :test_UnboundMethod_bindcall_kwsplat_call, "needs investigation" |
28 | 43 | exclude :test_attr_reader_kwsplat, "needs investigation"
|
29 | 44 | exclude :test_attr_reader_method_kwsplat, "needs investigation"
|
30 | 45 | exclude :test_define_method_kwsplat, "needs investigation"
|
31 | 46 | exclude :test_define_method_method_kwsplat, "needs investigation"
|
32 |
| -exclude :test_dig_kwsplat, "needs investigation" |
33 | 47 | exclude :test_dig_method_missing_kwsplat, "needs investigation"
|
34 |
| -exclude :test_enumerator_size_kwsplat, "needs investigation" |
35 |
| -exclude :test_explicit_super_kwsplat, "needs investigation" |
36 | 48 | exclude :test_f11, "needs investigation"
|
37 | 49 | exclude :test_f12, "needs investigation"
|
38 | 50 | exclude :test_f13, "needs investigation"
|
39 |
| -exclude :test_implicit_super_kwsplat, "needs investigation" |
40 |
| -exclude :test_instance_exec_define_method_kwsplat, "needs investigation" |
41 |
| -exclude :test_instance_exec_kwsplat, "needs investigation" |
42 |
| -exclude :test_instance_exec_method_kwsplat, "needs investigation" |
43 |
| -exclude :test_instance_exec_sym_proc_kwsplat, "needs investigation" |
44 | 51 | exclude :test_lambda_kwsplat_call, "needs investigation"
|
45 | 52 | exclude :test_lambda_method_kwsplat_call, "needs investigation"
|
46 |
| -exclude :test_method_missing_kwsplat, "needs investigation" |
47 |
| -exclude :test_public_send_kwsplat, "needs investigation" |
48 | 53 | exclude :test_rb_call_super_kw_method_missing_kwsplat, "needs investigation"
|
49 | 54 | exclude :test_rb_yield_block_kwsplat, "needs investigation"
|
50 |
| -exclude :test_regular_kwsplat, "needs investigation" |
51 |
| -exclude :test_ruby2_keywords, "needs investigation" |
52 |
| -exclude :test_send_kwsplat, "needs investigation" |
53 |
| -exclude :test_send_method_kwsplat, "needs investigation" |
54 |
| -exclude :test_super_method_missing_kwsplat, "needs investigation" |
55 |
| -exclude :test_sym_proc_kwsplat, "needs investigation" |
56 |
| -exclude :test_sym_proc_method_kwsplat, "needs investigation" |
0 commit comments