Changeset 15332
- Timestamp:
- 06/26/20 13:23:35 (3 years ago)
- Location:
- trunk/abcl
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.asd
r15312 r15332 44 44 (:file "bugs" :depends-on 45 45 ("file-system-tests")) 46 #+abcl 46 47 (:file "wild-pathnames" 47 48 :depends-on ("file-system-tests")) … … 52 53 #+abcl 53 54 (:file "java") 54 #+abcl55 55 (:file "pathname-tests" :depends-on 56 56 ("utilities")) -
trunk/abcl/test/lisp/abcl/clos-tests.lisp
r14587 r15332 22 22 23 23 (in-package #:abcl.test.lisp) 24 25 24 26 25 … … 246 245 ;; From SBCL: method combination (long form) with arguments 247 246 247 #-ccl ;; "The value (ABCL.TEST.LISP::EXTRA :EXTRA) is not of the expected type SYMBOL." 248 248 (define-method-combination dmc-test.5 () 249 249 ((method-list *)) … … 251 251 `(progn ,@(mapcar (lambda (method) `(call-method ,method)) method-list))) 252 252 253 #-ccl ;; "The value (ABCL.TEST.LISP::EXTRA :EXTRA) is not of the expected type SYMBOL." 253 254 (defgeneric dmc-test-mc.5 (p1 p2 s) 254 255 (:method-combination dmc-test.5) … … 454 455 T) 455 456 457 #-ccl ;; "The value (ABCL.TEST.LISP::A :DEFAULT) is not of the expected type SYMBOL." 456 458 (define-method-combination dmc-test-args-with-optional.2 () 457 459 ((methods *)) … … 461 463 ,a))) 462 464 465 #-ccl ;; "The value (ABCL.TEST.LISP::A :DEFAULT) is not of the expected type SYMBOL." 463 466 (defgeneric dmc-test-args-with-optional.2 (x &optional b) 464 467 (:method-combination dmc-test-args-with-optional.2) … … 475 478 T) 476 479 480 #-ccl ;; The value (ABCL.TEST.LISP::A :DEFAULT) is not of the expected type SYMBOL. 477 481 (define-method-combination dmc-test-args-with-optional.3 () 478 482 ((methods *)) … … 482 486 ,a))) 483 487 488 #-ccl ;; The value (ABCL.TEST.LISP::A :DEFAULT) is not of the expected type SYMBOL. 484 489 (defgeneric dmc-test-args-with-optional.3 (x) 485 490 (:method-combination dmc-test-args-with-optional.3) 486 491 (:method (x) (progn x))) 487 492 493 #-ccl ;; The value (ABCL.TEST.LISP::A :DEFAULT) is not of the expected type SYMBOL. 488 494 (deftest dmc-test-args-with-optional.3 489 495 :documentation "TODO" … … 491 497 nil) 492 498 493 499 #-ccl ;; The value (ABCL.TEST.LISP::A :DEFAULT ABCL.TEST.LISP::SUP-P) is not of the expected type SYMBOL. 494 500 (define-method-combination dmc-test-args-with-optional.4 () 495 501 ((methods ())) … … 499 505 (values ,a ,sup-p))) 500 506 507 #-ccl 501 508 (defgeneric dmc-test-args-with-optional.4a (x &optional b) 502 509 (:method-combination dmc-test-args-with-optional.4) 503 510 (:method (x &optional b) (progn x b))) 504 511 512 #-ccl 505 513 (deftest dmc-test-args-with-optional.4a 506 514 (dmc-test-args-with-optional.4a T) … … 508 516 nil) 509 517 518 #-ccl 510 519 (deftest dmc-test-args-with-optional.4b 511 520 (dmc-test-args-with-optional.4a T T) … … 513 522 T) 514 523 524 #-ccl 515 525 (defgeneric dmc-test-args-with-optional.4c (x) 516 526 (:method-combination dmc-test-args-with-optional.4) 517 527 (:method (x) (progn x))) 518 528 529 #-ccl 519 530 (deftest dmc-test-args-with-optional.4c 520 531 :documentation "TODO" -
trunk/abcl/test/lisp/abcl/compiler-tests.lisp
r14245 r15332 23 23 (in-package #:abcl.test.lisp) 24 24 25 (defconstant most-positive-java-long 9223372036854775807) 26 (defconstant most-negative-java-long -9223372036854775808) 25 (eval-when (:compile-toplevel :load-toplevel :execute) 26 (defvar most-positive-java-long 9223372036854775807) 27 (defvar most-negative-java-long -9223372036854775808)) 27 28 28 29 #+abcl … … 105 106 #+allegro (pushnew 'plus.3 *expected-failures*) 106 107 107 # -clisp108 #+abcl 108 109 (define-compiler-test plus.4 109 110 (lambda (x y) -
trunk/abcl/test/lisp/abcl/package-local-nicknames-tests.lisp
r14431 r15332 19 19 20 20 ;;; Most of these tests are adapted from the SBCL test suite. 21 22 ;;;; FIXME: re-running these tests in the same process fails the second time due to interactions 23 ;;; with the problems with DEFPACKAGE "only being run once" 21 24 22 25 (in-package #:abcl.test.lisp) -
trunk/abcl/test/lisp/abcl/package.lisp
r14912 r15332 1 1 (defpackage #:abcl.test.lisp 2 2 (:use #:cl #:abcl-rt) 3 (:nicknames "ABCL-TEST-LISP" "ABCL-TEST" )3 (:nicknames "ABCL-TEST-LISP" "ABCL-TEST" "ABCL/TEST/LISP") 4 4 (:export 5 5 #:run -
trunk/abcl/test/lisp/abcl/pathname-tests.lisp
r15032 r15332 563 563 564 564 ;; If the prefix isn't a defined logical host, it's not a logical pathname. 565 #-(or c mu (and clisp windows))565 #-(or ccl cmu (and clisp windows)) 566 566 ;; CMUCL parses this as (:ABSOLUTE #<SEARCH-LIST foo>) "bar.baz" "42". 567 567 ;; CLISP signals a parse error reading #p"foo:bar.baz.42". … … 1335 1335 (pushnew 'sbcl.26 *expected-failures*) 1336 1336 1337 (setf (logical-pathname-translations "scratch") 1338 '(("**;*.*.*" "/usr/local/doc/**/*"))) 1337 (eval-when (:compile-toplevel :load-toplevel :execute) 1338 (setf (logical-pathname-translations "scratch") 1339 '(("**;*.*.*" "/usr/local/doc/**/*")))) 1339 1340 1340 1341 ;; Trivial merge. -
trunk/abcl/test/lisp/abcl/wild-pathnames.lisp
r14621 r15332 51 51 52 52 (deftest wild-pathnames.2 53 ( equal54 ( first (with-test-directories55 (directory (make-pathname :directory (pathname-directory *temp-directory-root*)56 :name :wild :type "ext"57 :version :newest))))58 ( merge-pathnames *temp-directory-root* "foo.ext"))53 (check-namestring 54 (namestring (first (with-test-directories 55 (directory (make-pathname :directory (pathname-directory *temp-directory-root*) 56 :name :wild :type "ext" 57 :version :newest))))) 58 (namestring (merge-pathnames *temp-directory-root* "foo.ext"))) 59 59 t) 60 60
Note: See TracChangeset
for help on using the changeset viewer.