Skip to content

Commit c594241

Browse files
committed
Adjust CT test sets
1 parent 9490673 commit c594241

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

test/known_problems_should_pass_SUITE.erl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ groups() ->
5959

6060
all_tests() ->
6161
[arith_op_arg_types,binary_exhaustiveness_checking_should_pass,
62-
call_intersection_function_with_union_arg_should_pass,
63-
different_normalization_levels,elixir_list_first,error_in_guard,
64-
fun_subtyping,generator_var_shadow,inner_union_subtype_of_root_union,
65-
intersection_should_pass,intersection_with_any,list_concat_op_should_pass,
66-
list_tail,map_pattern_duplicate_key,maybe_expr,poly_should_pass,
67-
poly_type_vars,recursive_types,refine_bound_var_on_mismatch,
62+
call_intersection_function_with_union_arg_should_pass,elixir_list_first,
63+
error_in_guard,fun_subtyping,generator_var_shadow,
64+
inner_union_subtype_of_root_union,intersection_should_pass,
65+
intersection_with_any,list_concat_op_should_pass,list_tail,
66+
map_pattern_duplicate_key,maybe_expr,poly_should_pass,poly_type_vars,
67+
recursive_types,refine_bound_var_on_mismatch,
6868
refine_bound_var_with_guard_should_pass,refine_comparison_should_pass,
6969
refine_list_tail,union_fun].
7070

test/should_pass_SUITE.erl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ all_tests() ->
7070
bitstring,block_scope,bool,bounded_funs,
7171
call_intersection_function_with_union_arg_pass,'case',
7272
case_of_record_with_user_defined,catch_expr_pass,covariant_map_keys_pass,
73-
cyclic_otp_specs,erlang_error_args_none_pass,exhaustiveness_union_types,
74-
factorial,float,flow,fun_capture,fun_spec,guard,guard_sequences_pass,if_expr,
75-
imported,int,intersection_pass,intersection_with_any_pass,iodata,issue131,lc,
76-
lc_generator_not_none,lc_var_binds_in_filters,list,list_concat_op_pass,
73+
cyclic_otp_specs,different_normalization_levels,erlang_error_args_none_pass,
74+
exhaustiveness_union_types,factorial,float,flow,fun_capture,fun_spec,guard,
75+
guard_sequences_pass,if_expr,imported,int,intersection_pass,
76+
intersection_with_any_pass,iodata,issue131,lc,lc_generator_not_none,
77+
lc_var_binds_in_filters,list,list_concat_op_pass,
7778
list_exhaustiveness_checking_regressions,
7879
list_exhaustiveness_checking_regressions2,
7980
list_exhaustiveness_checking_unreachable_clause_regression,list_infer_pass,

0 commit comments

Comments
 (0)