Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a1f45

Browse files
committed
Float printing might be depending on Java version
Signed-off-by: Stefan Marr <[email protected]>
1 parent c177f03 commit 74a1f45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
export VM=./som.sh
2828
export CLASSPATH=Smalltalk
2929
export TEST_EXCEPTIONS=./integration-tests.yml
30-
pytest core-lib/IntegrationTests
30+
pytest --tb=short core-lib/IntegrationTests
3131
3232
- name: CheckStyle
3333
run: |

integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ failing_as_unspecified:
1515

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

@@ -115,7 +115,7 @@ failing_as_unspecified:
115115

116116
- core-lib/IntegrationTests/Tests/test_literals_limit_1.som
117117
- core-lib/IntegrationTests/Tests/unknown_field_write.som
118-
118+
119119
# This should be specified so that the "set" of fields cannot be changed reflectively
120120
# they obtained array can be changed, but it is expected to have no effect.
121121
- core-lib/IntegrationTests/Tests/mutate_fields.som

0 commit comments

Comments
 (0)