testing2/knight3_test.sh
changeset 168 03530cb87cd0
parent 153 4383809c176a
equal deleted inserted replaced
167:349d706586ef 168:03530cb87cd0
    18   (ulimit -t 30 ; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out) 
    18   (ulimit -t 30 ; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out) 
    19 }
    19 }
    20 
    20 
    21 # functional tests
    21 # functional tests
    22 
    22 
       
    23 # not sure yet what the right kind of stack should be
       
    24 
    23 function scala_assert {
    25 function scala_assert {
    24     (ulimit -t 20 ; JAVA_OPTS="-Xmx1g" scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null)
    26     (ulimit -t 20 ; JAVA_OPTS="-Xmx1g -Xss200m" scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null)
    25 }
    27 }
    26 
    28 
    27 # purity test
    29 # purity test
    28 
    30 
    29 function scala_vars {
    31 function scala_vars {