File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments