Skip to content

Commit

Permalink
Upgrade test image
Browse files Browse the repository at this point in the history
with new in-image code from 4f34e9d

and new tests (see tests.properties)
  • Loading branch information
fniephaus committed Jun 24, 2019
1 parent 655768f commit 68a85a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/helpers.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

readonly DEFAULT_GIT_TAG="0.8.2" # TODO: use 0.8.4 when merging into dev
readonly IMAGE32_NAME="GraalSqueakTestImage-18615-32bit.zip"
readonly IMAGE64_NAME="GraalSqueakTestImage-18615-64bit.zip"
readonly DEFAULT_GIT_TAG="0.8.4"
readonly IMAGE32_NAME="GraalSqueakTestImage-18618-32bit.zip"
readonly IMAGE64_NAME="GraalSqueakTestImage-18618-64bit.zip"
readonly GITHUB_SLUG="hpi-swa-lab/graalsqueak"
readonly MX_GIT="https://github.com/graalvm/mx.git"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ BlockClosureTest>>testSupplySpecificAnswerToSelection=passing
BlockClosureTest>>testSuppressInform=passing
BlockClosureTest>>testSuppressInformUsingStringMatchOptions=passing
BlockClosureTest>>testTallyInstructions=passing
BlockClosureTest>>testValue=passing
BlockClosureTest>>testValueValue=passing
BlockClosureTest>>testValueValueValue=passing
BlockClosureTest>>testValueValueValueValue=passing
BlockClosureTest>>testValueValueValueValueValue=passing
BlockClosureTest>>testValueWithPossibleArgs=passing
BlockClosureTest>>testValueWithPossibleArgument=passing
BlockLocalTemporariesRemovalTest>>testBlockTemporaries=passing
Expand Down Expand Up @@ -2755,6 +2760,12 @@ ObjectTest>>testCoverage=passing
ObjectTest>>testHaltIf=passing
ObjectTest>>testNew=passing
ObjectTest>>testNotNil=passing
ObjectTest>>testPerform=passing
ObjectTest>>testPerformWith=passing
ObjectTest>>testPerformWithWith=passing
ObjectTest>>testPerformWithWithWith=passing
ObjectTest>>testPerformWithWithWithWith=passing
ObjectTest>>testPerformWithWithWithWithWith=passing
ObjectTest>>testPinning=passing
ObjectTest>>testShouldBeImplemented=passing
ObjectTest>>testShouldNotImplement=passing
Expand Down

0 comments on commit 68a85a1

Please sign in to comment.