Skip to content

Commit b5d72fa

Browse files
committed
Retag MRI test test_keyword.rb
1 parent 8f63a1a commit b5d72fa

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed
Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,54 @@
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"
15
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"
106
exclude :test_attr_writer_kwsplat, "needs investigation"
117
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"
1212
exclude :test_f2, "needs investigation"
1313
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"
1419
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"
1524
exclude :test_precedence_of_keyword_arguments_with_post_argument, "needs investigation"
1625
exclude :test_proc_ruby2_keywords, "needs investigation"
26+
exclude :test_public_send_kwsplat, "needs investigation"
27+
exclude :test_regular_kwsplat, "needs investigation"
1728
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"
1836
exclude :test_top_ruby2_keywords, "needs investigation"
37+
exclude :test_unknown_keyword, "needs investigation"
1938
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"
2239
exclude :test_Enumerator_Generator_each_kwsplat, "needs investigation"
2340
exclude :test_Enumerator_Yielder_yield_kwsplat, "needs investigation"
2441
exclude :test_Fiber_resume_kwsplat, "needs investigation"
25-
exclude :test_Method_call_kwsplat_call, "needs investigation"
2642
exclude :test_Thread_new_kwsplat, "needs investigation"
27-
exclude :test_UnboundMethod_bindcall_kwsplat_call, "needs investigation"
2843
exclude :test_attr_reader_kwsplat, "needs investigation"
2944
exclude :test_attr_reader_method_kwsplat, "needs investigation"
3045
exclude :test_define_method_kwsplat, "needs investigation"
3146
exclude :test_define_method_method_kwsplat, "needs investigation"
32-
exclude :test_dig_kwsplat, "needs investigation"
3347
exclude :test_dig_method_missing_kwsplat, "needs investigation"
34-
exclude :test_enumerator_size_kwsplat, "needs investigation"
35-
exclude :test_explicit_super_kwsplat, "needs investigation"
3648
exclude :test_f11, "needs investigation"
3749
exclude :test_f12, "needs investigation"
3850
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"
4451
exclude :test_lambda_kwsplat_call, "needs investigation"
4552
exclude :test_lambda_method_kwsplat_call, "needs investigation"
46-
exclude :test_method_missing_kwsplat, "needs investigation"
47-
exclude :test_public_send_kwsplat, "needs investigation"
4853
exclude :test_rb_call_super_kw_method_missing_kwsplat, "needs investigation"
4954
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"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
exclude :test_splat_fixnum, "needs investigation"
21
exclude :test_sym_proc_refine_kwsplat, "needs investigation"
32
exclude :test_sym_proc_refine_method_missing_kwsplat, "needs investigation"
43
exclude :test_sym_proc_refine_super_method_missing_kwsplat, "needs investigation"

0 commit comments

Comments
 (0)