test for multiply-interrupted sleeps
[sbcl.git] / tests / compiler.test.sh
index 549141d..87e3026 100644 (file)
@@ -26,14 +26,13 @@ cat > $tmpfilename <<EOF
 EOF
 expect_failed_compile $tmpfilename
 
-# This should fail (but right now we just get a style-warning), as
-# type inference should show that the call to FOO has a wrong number
-# of args.
+# This should fail, as type inference should show that the call to FOO
+# has a wrong number of args.
 cat > $tmpfilename <<EOF
     (in-package :cl-user)
     (defun foo (x) (or x (foo x x)))
 EOF
-expect_condition_during_compile style-warning $tmpfilename
+expect_failed_compile $tmpfilename
 
 # This should fail, as we define a function multiply in the same file
 # (CLHS 3.2.2.3).
@@ -461,7 +460,7 @@ cat > $tmpfilename <<EOF
 (eval-when (:compile-toplevel)
   (error "ERROR within EVAL-WHEN."))
 EOF
-expect_condition_during_compile sb-c:compiler-error $tmpfilename
+expect_condition_during_compile simple-error $tmpfilename
 
 cat > $tmpfilename <<EOF
 (defun slot-name-incf (s)