* Delete various temporary files (still some left).
* Also add test/test-status.lisp-expr to .gitignore.
src/runtime/target-arch.h
src/runtime/target-lispregs.h
src/runtime/target-os.h
+tests/test-status.lisp-expr
tools-for-build/grovel-headers
contrib/*/test-passed
contrib/*/foo.c
(assert (= *good-offset* (trampoline (alien-lambda int ()
(stack-alignment-offset *required-alignment*))))))
+(delete-file "stack-alignment-offset")
+(delete-file "stack-alignment-offset.so")
+
;;;; success!
(type-error (condition)
(assert (eql (type-error-datum condition) (code-char 255)))
(assert (subtypep (type-error-expected-type condition)
- '(signed-byte 8))))))))
+ '(signed-byte 8)))))))
+ (delete-file pathname))
\f
;;; Check WRITE-SEQUENCE signals a TYPE-ERROR when the stream can't
;;; write a sequence element.
(type-error (condition)
(assert (= (type-error-datum condition) -1))
(assert (subtypep (type-error-expected-type condition)
- '(unsigned-byte 8)))))))
+ '(unsigned-byte 8))))))
+
+ (delete-file pathname))
;;; writing looong lines. takes way too long and way too much space
;;; to test on 64 bit platforms
:search t)
(sb-alien:load-shared-object "threads-foreign.so")
(sb-alien:define-alien-routine loop-forever sb-alien:void)
-
+(delete-file "threads-foreign.c")
;;; elementary "can we get a lock and release it again"
(let ((l (make-mutex :name "foo"))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.9.9"
+"1.0.9.10"