Commit 971cfd04 authored by Robert Goldman's avatar Robert Goldman
Browse files

Merge branch 'macos-reenable-tests' into 'master'

Re-enable tests on macOS

As far as I can tell, these tests were never disabled because anything was known to be broken but rather because nobody had access to a macOS machine to test this with.

See merge request !7
parents 1fe2172d 445adbda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
;;; -*- Lisp -*-

(unless (or #+(or (and clisp os-unix) clozure cmucl
                  (and ecl (not ecl-bytecmp) (not os-macosx)) lispworks mkcl sbcl scl) t)
                  (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl scl) t)
  (DBG "Creating executables is not supported on your CL implementation")
  (leave-test "Skipping test" 0))

+0 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
       :output (,*standard-output* :linewise t :prefix "stdout: ")
       :error-output (,*error-output* :linewise t :prefix "stderr: "))))))

#-(and ecl os-macosx)
(progn
  (DBG "test image-op")
  (defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example)))
@@ -77,7 +76,6 @@
     "  \"b c\""
     "  \"d\"")))

#-(and ecl os-macosx)
(progn
  (DBG "test program-op")
  (unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t