/[gcl]/gcl/ansi-tests/structures-02.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/structures-02.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by pfdietz, Sat Feb 15 13:48:14 2003 UTC revision 1.16 by pfdietz, Tue May 27 14:25:01 2003 UTC
# Line 408  Line 408 
408  (defstruct-with-tests :struct-test-63 a63 b63 c63)  (defstruct-with-tests :struct-test-63 a63 b63 c63)
409  (defstruct-with-tests struct-test-64 :a63 :b63 :c63)  (defstruct-with-tests struct-test-64 :a63 :b63 :c63)
410    
411    (defstruct-with-tests struct-test-65
412        array-dimension-limit
413        array-rank-limit
414        array-total-size-limit
415        boole-1
416        boole-2
417        boole-and
418        boole-andc1
419        boole-andc2
420        boole-c1
421        boole-c2
422        boole-clr
423        boole-eqv
424        boole-ior
425        boole-nand
426        boole-nor
427        boole-orc1
428        boole-orc2
429        boole-set
430        boole-xor
431        call-arguments-limit
432        char-code-limit
433        double-float-epsilon
434        double-float-negative-epsilon
435        internal-time-units-per-second
436        lambda-list-keywords
437        lambda-parameters-limit
438        least-negative-double-float
439        least-negative-long-float
440        least-negative-normalized-double-float
441        least-negative-normalized-long-float
442        least-negative-normalized-short-float
443        least-negative-normalized-single-float
444        least-negative-short-float
445        least-negative-single-float
446        least-positive-double-float
447        least-positive-long-float
448        least-positive-normalized-double-float
449        least-positive-normalized-long-float
450        least-positive-normalized-short-float
451        least-positive-normalized-single-float
452        least-positive-short-float
453        least-positive-single-float
454        long-float-epsilon
455        long-float-negative-epsilon
456        most-negative-double-float
457        most-negative-fixnum
458        most-negative-long-float
459        most-negative-short-float
460        most-negative-single-float
461        most-positive-double-float
462        most-positive-fixnum
463        most-positive-long-float
464        most-positive-short-float
465        most-positive-single-float
466        multiple-values-limit
467        pi
468        short-float-epsilon
469        short-float-negative-epsilon
470        single-float-epsilon
471        single-float-negative-epsilon
472        t)
473    
474    (defstruct-with-tests struct-test-66 nil)
475    
476  ;;; Error tests  ;;; Error tests
477    
478  (deftest copy-structure.error.1  (deftest copy-structure.error.1

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26