mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Delete scratch files
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / self (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, sse4) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Mac / build (--without-sb-thread, x86-64) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc) (push) Waiting to run
Mac / build (arm64, --with-sb-thread) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread) (push) Waiting to run
Windows / build (push) Waiting to run
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / self (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, sse4) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Mac / build (--without-sb-thread, x86-64) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc) (push) Waiting to run
Mac / build (arm64, --with-sb-thread) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread) (push) Waiting to run
Windows / build (push) Waiting to run
This commit is contained in:
parent
39d2bb9aaa
commit
bd7e55d235
|
|
@ -1349,7 +1349,8 @@
|
|||
(*error-output* (make-broadcast-stream)))
|
||||
(multiple-value-bind (output failurep warningsp)
|
||||
(compile-file path :verbose nil)
|
||||
(declare (ignore output))
|
||||
(delete-file output)
|
||||
(delete-file path)
|
||||
(assert (null failurep))
|
||||
(assert (null warningsp))))))
|
||||
|
||||
|
|
|
|||
|
|
@ -85,3 +85,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :ucs-2be '(2 2 nil 2 2))
|
||||
(test (:ucs-2be :replacement #\?) '(2 2 nil 2 2))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -85,3 +85,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :ucs-2le '(2 2 nil 2 2))
|
||||
(test (:ucs-2le :replacement #\?) '(2 2 nil 2 2))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -70,3 +70,5 @@
|
|||
#x00))
|
||||
(test :ucs-4be '())
|
||||
(test (:ucs-4be :replacement #\?) '(#\? #\?))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -70,3 +70,5 @@
|
|||
#x00))
|
||||
(test :ucs-4le '())
|
||||
(test (:ucs-4le :replacement #\?) '(#\? #\?))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -93,3 +93,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :utf-16be '(2 nil 4 2 2))
|
||||
(test (:utf-16be :replacement #\?) '(2 nil 4 2 2))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -93,3 +93,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :utf-16le '(2 nil 4 2 2))
|
||||
(test (:utf-16le :replacement #\?) '(2 nil 4 2 2))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -108,3 +108,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :utf-32be '(4 nil 4 4 4))
|
||||
(test (:utf-32be :replacement #\?) '(4 nil 4 4 4))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
|
|
@ -108,3 +108,5 @@
|
|||
;; of replacement characters given as part of the external format
|
||||
(test :utf-32le '(4 nil 4 4 4))
|
||||
(test (:utf-32le :replacement #\?) '(4 nil 4 4 4))))
|
||||
|
||||
(delete-file *test-path*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue