Skip to content

Commit 2b2fb37

Browse files
committed
Update core-lib
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 74a1f45 commit 2b2fb37

2 files changed

Lines changed: 87 additions & 86 deletions

File tree

integration-tests.yml

Lines changed: 86 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2,127 +2,128 @@ known_failures: []
22

33

44
failing_as_unspecified:
5-
- core-lib/IntegrationTests/Tests/arbint_double_div_err.som
6-
- core-lib/IntegrationTests/Tests/arbint_double_div_zero_err.som
7-
- core-lib/IntegrationTests/Tests/arbint_modulus_err.som
8-
- core-lib/IntegrationTests/Tests/array_at_idx0_err.som
9-
- core-lib/IntegrationTests/Tests/array_at_idx2_err.som
10-
- core-lib/IntegrationTests/Tests/array_at_idx_err.som
11-
- core-lib/IntegrationTests/Tests/array_at_negative_idx_err.som
12-
- core-lib/IntegrationTests/Tests/array_at_put_idx0_err.som
13-
- core-lib/IntegrationTests/Tests/array_at_put_idx2_err.som
14-
- core-lib/IntegrationTests/Tests/call2.som
5+
- Tests/arbint_double_div_err.som
6+
- Tests/arbint_double_div_zero_err.som
7+
- Tests/arbint_modulus_err.som
8+
- Tests/array_at_idx0_err.som
9+
- Tests/array_at_idx2_err.som
10+
- Tests/array_at_idx_err.som
11+
- Tests/array_at_negative_idx_err.som
12+
- Tests/array_at_put_idx0_err.som
13+
- Tests/array_at_put_idx2_err.som
14+
- Tests/call2.som
1515

1616
# I think this one is about E vs e, but maybe also double rendering
17-
- core-lib/IntegrationTests/Tests/double2.som
18-
- core-lib/IntegrationTests/Tests/double_double_div.som
19-
# - core-lib/IntegrationTests/Tests/int_double_div.som
20-
# - core-lib/IntegrationTests/Tests/integer_asdouble.som
17+
- Tests/double2.som
18+
# - Tests/double_double_div.som
19+
# - Tests/int_double_div.som
20+
# - Tests/integer_asdouble.som
2121

2222

2323
# I think IEEE allows for infinities here, and we probably want that
24-
- core-lib/IntegrationTests/Tests/double3.som
25-
- core-lib/IntegrationTests/Tests/double4.som
26-
- core-lib/IntegrationTests/Tests/double5.som
27-
- core-lib/IntegrationTests/Tests/double6.som
28-
- core-lib/IntegrationTests/Tests/double7.som
29-
- core-lib/IntegrationTests/Tests/double8.som
30-
- core-lib/IntegrationTests/Tests/double9.som
31-
- core-lib/IntegrationTests/Tests/double11.som
32-
- core-lib/IntegrationTests/Tests/double13.som
24+
- Tests/double3.som
25+
- Tests/double4.som
26+
- Tests/double5.som
27+
- Tests/double6.som
28+
- Tests/double7.som
29+
- Tests/double8.som
30+
- Tests/double9.som
31+
- Tests/double11.som
32+
- Tests/double13.som
3333

3434
# Java seems to do some rounding in the transition, but it's also requiring bigints
35-
- core-lib/IntegrationTests/Tests/double_asinteger.som
35+
- Tests/double_asinteger.som
3636

3737

38-
- core-lib/IntegrationTests/Tests/double_double_div_err.som
39-
- core-lib/IntegrationTests/Tests/double_double_div_zero_err1.som
40-
- core-lib/IntegrationTests/Tests/double_double_div_zero_err2.som
41-
- core-lib/IntegrationTests/Tests/double_double_div_zero_err3.som
42-
- core-lib/IntegrationTests/Tests/double_double_div_zero_err4.som
43-
- core-lib/IntegrationTests/Tests/double_modulus.som
44-
- core-lib/IntegrationTests/Tests/double_modulus_err.som
38+
- Tests/double_double_div_err.som
39+
- Tests/double_double_div_zero_err1.som
40+
- Tests/double_double_div_zero_err2.som
41+
- Tests/double_double_div_zero_err3.som
42+
- Tests/double_double_div_zero_err4.som
43+
- Tests/double_modulus.som
44+
- Tests/double_modulus_err.som
4545

46-
- core-lib/IntegrationTests/Tests/exit_double.som
47-
- core-lib/IntegrationTests/Tests/exit_int_too_big.som
48-
- core-lib/IntegrationTests/Tests/exit_string.som
46+
- Tests/exit_double.som
47+
- Tests/exit_int_too_big.som
48+
- Tests/exit_string.som
4949

50-
- core-lib/IntegrationTests/Tests/fromstring_double_err.som
51-
- core-lib/IntegrationTests/Tests/fromstring_err.som
50+
- Tests/fromstring_double_err.som
51+
- Tests/fromstring_err.som
5252

53-
- core-lib/IntegrationTests/Tests/hashcode2.som
53+
- Tests/hashcode2.som
5454

55-
- core-lib/IntegrationTests/Tests/inst_var_at_bad_idx.som
56-
- core-lib/IntegrationTests/Tests/inst_var_at_put_bad_idx.som
55+
- Tests/inst_var_at_bad_idx.som
56+
- Tests/inst_var_at_put_bad_idx.som
5757

58-
- core-lib/IntegrationTests/Tests/instance_fields_overlap/test.som
59-
- core-lib/IntegrationTests/Tests/instance_fields_overlap2.som
58+
- Tests/instance_fields_overlap/test.som
59+
- Tests/instance_fields_overlap2.som
6060

61-
- core-lib/IntegrationTests/Tests/int5.som
62-
- core-lib/IntegrationTests/Tests/int8.som
63-
- core-lib/IntegrationTests/Tests/int9.som
61+
- Tests/int5.som
62+
- Tests/int8.som
63+
- Tests/int9.som
6464

65-
- core-lib/IntegrationTests/Tests/int10.som
66-
- core-lib/IntegrationTests/Tests/int11.som
67-
- core-lib/IntegrationTests/Tests/int12.som
68-
- core-lib/IntegrationTests/Tests/int13.som
69-
- core-lib/IntegrationTests/Tests/int14.som
70-
- core-lib/IntegrationTests/Tests/int15.som
71-
- core-lib/IntegrationTests/Tests/int16.som
72-
- core-lib/IntegrationTests/Tests/int17.som
65+
- Tests/int10.som
66+
- Tests/int11.som
67+
- Tests/int12.som
68+
- Tests/int13.som
69+
- Tests/int14.som
70+
- Tests/int15.som
71+
- Tests/int16.som
72+
- Tests/int17.som
7373

7474
# too large shifts would take too much memory to support
7575
# need to specify this some how
76-
- core-lib/IntegrationTests/Tests/int20.som
77-
- core-lib/IntegrationTests/Tests/int21.som
78-
- core-lib/IntegrationTests/Tests/int22.som
79-
- core-lib/IntegrationTests/Tests/int23.som
80-
- core-lib/IntegrationTests/Tests/int25.som
81-
- core-lib/IntegrationTests/Tests/int27.som
82-
- core-lib/IntegrationTests/Tests/int28.som
83-
- core-lib/IntegrationTests/Tests/int31.som
76+
- Tests/int20.som
77+
- Tests/int21.som
78+
- Tests/int22.som
79+
- Tests/int23.som
80+
- Tests/int25.som
81+
- Tests/int27.som
82+
- Tests/int28.som
83+
- Tests/int31.som
8484

85-
- core-lib/IntegrationTests/Tests/int_double_div_err.som
86-
- core-lib/IntegrationTests/Tests/int_double_div_zero_err.som
87-
- core-lib/IntegrationTests/Tests/int_modulus.som
88-
- core-lib/IntegrationTests/Tests/int_modulus_err.som
85+
- Tests/int_double_div_err.som
86+
- Tests/int_double_div_zero_err.som
87+
- Tests/int_modulus.som
88+
- Tests/int_modulus_err.som
8989

90-
- core-lib/IntegrationTests/Tests/load_string.som
90+
- Tests/load_string.som
9191

92-
- core-lib/IntegrationTests/Tests/mutate_methods.som
93-
- core-lib/IntegrationTests/Tests/mutate_superclass_method/test.som
92+
- Tests/mutate_methods.som
93+
- Tests/mutate_superclass_method/test.som
9494

95-
- core-lib/IntegrationTests/Tests/nested_backtrace1.som
96-
- core-lib/IntegrationTests/Tests/nested_backtrace2.som
95+
- Tests/nested_backtrace1.som
96+
- Tests/nested_backtrace2.som
9797

98-
- core-lib/IntegrationTests/Tests/obj2.som
98+
- Tests/obj2.som
9999

100-
- core-lib/IntegrationTests/Tests/perform_string.som
101-
- core-lib/IntegrationTests/Tests/perform_witharguments_wrong.som
100+
- Tests/perform_string.som
101+
- Tests/perform_witharguments_wrong.som
102102

103-
- core-lib/IntegrationTests/Tests/remainder_zero.som
104-
- core-lib/IntegrationTests/Tests/round.som
103+
- Tests/remainder_zero.som
104+
- Tests/round.som
105105

106-
- core-lib/IntegrationTests/Tests/shift_right.som
107-
- core-lib/IntegrationTests/Tests/shift_right_too_big.som
108-
- core-lib/IntegrationTests/Tests/shift_right_type_err.som
106+
- Tests/shift_right.som
107+
- Tests/shift_right_too_big.som
108+
- Tests/shift_right_type_err.som
109109

110-
- core-lib/IntegrationTests/Tests/str_escape_unknown.som
110+
- Tests/str_escape_unknown.som
111111

112-
- core-lib/IntegrationTests/Tests/system2.som
113-
- core-lib/IntegrationTests/Tests/system_global_lookup_string.som
114-
- core-lib/IntegrationTests/Tests/system_global_put_string.som
112+
- Tests/system2.som
113+
- Tests/system_global_lookup_string.som
114+
- Tests/system_global_put_string.som
115115

116-
- core-lib/IntegrationTests/Tests/test_literals_limit_1.som
117-
- core-lib/IntegrationTests/Tests/unknown_field_write.som
116+
- Tests/test_literals_limit_1.som
117+
- Tests/test_literals_limit_2.som
118+
- Tests/unknown_field_write.som
118119

119120
# This should be specified so that the "set" of fields cannot be changed reflectively
120121
# they obtained array can be changed, but it is expected to have no effect.
121-
- core-lib/IntegrationTests/Tests/mutate_fields.som
122+
- Tests/mutate_fields.som
122123

123124

124125
unsupported: []
125126

126127

127128
do_not_run:
128-
- core-lib/IntegrationTests/Tests/case_insensitive.som
129+
- Tests/case_insensitive.som

0 commit comments

Comments
 (0)