Start the MASSIVE TESTSUITE.

svn: r18157
This commit is contained in:
Stevie Strickland 2010-02-18 21:37:55 +00:00
parent 126c3958b2
commit eeb2b52731

View File

@ -4056,6 +4056,58 @@
'neg))))
;
;
; ;; ;;
; ;; ;;
; ;; ;;
; ;;;; ;; ;;;;; ;;;;; ;;;;; ;; ;;;;
; ;;;;;; ;; ;;;;;;; ;;;;;;; ;;;;;;; ;; ;;;;;;
; ;;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;;; ;;
; ;; ;; ;;;; ;;;; ;;;; ;; ;;
; ;; ;; ;;;;;; ;;;;; ;;;;; ;; ;;
; ;; ;; ;;; ;; ;;;; ;;;; ;; ;;
; ;;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;;; ;;
; ;;;;; ;; ;;;;;;; ;;;;;;; ;;;;;;; ;; ;;;;;
; ;;; ;; ;;;; ;; ;;;;; ;;;;; ;; ;;;
;
;
;
(test/spec-passed
'class/c-first-order-1
(let ()
(define/contract cls%
(class/c)
object%)
1))
;
;
; ;; ;; ; ;;
; ;; ;; ;; ;;
; ;; ;; ;;
; ;;;; ;; ;;; ;; ;;; ;;;; ;;;;; ;; ;;;;
; ;;;;;; ;;;;;;; ;; ;;;;; ;;;;;; ;;;;; ;; ;;;;;;
; ;;; ;;; ;;; ;;; ;; ;; ;; ;;; ;; ;; ;; ;;; ;;
; ;; ;; ;; ;; ;; ;;;;;;; ;; ;; ;; ;;
; ;; ;; ;; ;; ;; ;;;;;;; ;; ;; ;; ;;
; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;;
; ;;; ;;; ;;; ;;; ;; ;;; ;; ;;; ;; ;; ;; ;;; ;;
; ;;;;;; ;;;;;;; ;; ;;;;; ;;;;; ;;;;;; ;;;;;
; ;;;; ;; ;;; ;; ;;; ;;; ;;;;; ;;;
; ;;
; ;;;;
; ;;;
(test/spec-passed
'object/c-first-order-1
(let ()
(define/contract o
(object/c)
(new object%))
1))
;
;
;