We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838b531 commit 300f272Copy full SHA for 300f272
integration-tests.yml
@@ -15,7 +15,6 @@ failing_as_unspecified:
15
16
# I think this one is about E vs e, but maybe also double rendering
17
- Tests/double2.som
18
- # - Tests/double_double_div.som
19
# - Tests/int_double_div.som
20
# - Tests/integer_asdouble.som
21
@@ -127,3 +126,5 @@ unsupported: []
127
126
128
do_not_run:
129
- Tests/case_insensitive.som
+ # floating point printing changes between JDK versions, I think
130
+ - Tests/double_double_div.som
0 commit comments