# HG changeset patch # User wenzelm # Date 1406206590 -7200 # Node ID da26d2d6346c94c3775ca2b5156c9e82c1610305 # Parent ee55e667dedc95ffbfc25ef4afc185dc12f1b7c6 less ambitious isatest, avoid "Exception- InternalError: Backing up too far (32bit) raised while compiling" in polyml-5.4.1; diff -r ee55e667dedc -r da26d2d6346c Admin/isatest/settings/mac-poly64-M4 --- a/Admin/isatest/settings/mac-poly64-M4 Thu Jul 24 14:08:29 2014 +0200 +++ b/Admin/isatest/settings/mac-poly64-M4 Thu Jul 24 14:56:30 2014 +0200 @@ -8,7 +8,8 @@ ML_HOME="$POLYML_HOME/$ML_PLATFORM" ML_OPTIONS="-H 2000 --gcthreads 4" -ISABELLE_GHC=ghc +#FIXME disabled due to polyml-5.4.1 compiler crash in Quickcheck_Lattice_Examples.thy +#ISABELLE_GHC=ghc ISABELLE_HOME_USER=~/isabelle-mac-poly64-M4 diff -r ee55e667dedc -r da26d2d6346c Admin/isatest/settings/mac-poly64-M8 --- a/Admin/isatest/settings/mac-poly64-M8 Thu Jul 24 14:08:29 2014 +0200 +++ b/Admin/isatest/settings/mac-poly64-M8 Thu Jul 24 14:56:30 2014 +0200 @@ -8,7 +8,8 @@ ML_HOME="$POLYML_HOME/$ML_PLATFORM" ML_OPTIONS="-H 2000 --gcthreads 8" -ISABELLE_GHC=ghc +#FIXME disabled due to polyml-5.4.1 compiler crash in Quickcheck_Lattice_Examples.thy +#ISABELLE_GHC=ghc ISABELLE_HOME_USER=~/isabelle-mac-poly64-M8