Fix up old TR tests that should fail now
This commit is contained in:
parent
3ed1d56b05
commit
d6b0c71a91
|
@ -58,7 +58,7 @@
|
||||||
(define-struct: xxx5 ([y : Number] [z : xxx4]))
|
(define-struct: xxx5 ([y : Number] [z : xxx4]))
|
||||||
(define-struct: (A) xxx6 ([y : A] [z : xxx4]))
|
(define-struct: (A) xxx6 ([y : A] [z : xxx4]))
|
||||||
xxx6-y
|
xxx6-y
|
||||||
(with-continuation-mark 1 1 1)
|
(with-continuation-mark ((inst make-continuation-mark-key Integer)) 1 1)
|
||||||
'foo
|
'foo
|
||||||
'(foo foo foo)
|
'(foo foo foo)
|
||||||
(define-type-alias NNN Number)
|
(define-type-alias NNN Number)
|
||||||
|
|
|
@ -600,8 +600,9 @@
|
||||||
(set! x "foo")
|
(set! x "foo")
|
||||||
x)]
|
x)]
|
||||||
;; w-c-m
|
;; w-c-m
|
||||||
[tc-e/t (with-continuation-mark 'key 'mark
|
[tc-e/t (with-continuation-mark
|
||||||
3)
|
((inst make-continuation-mark-key Symbol)) 'mark
|
||||||
|
3)
|
||||||
-PosByte]
|
-PosByte]
|
||||||
[tc-err (with-continuation-mark (5 4) 1
|
[tc-err (with-continuation-mark (5 4) 1
|
||||||
3)]
|
3)]
|
||||||
|
@ -1351,8 +1352,10 @@
|
||||||
#:ret (ret B (-FS -top -bot)))
|
#:ret (ret B (-FS -top -bot)))
|
||||||
|
|
||||||
;Continuation Prompt Tags ang Continuation Mark Sets
|
;Continuation Prompt Tags ang Continuation Mark Sets
|
||||||
(tc-e (default-continuation-prompt-tag) -Prompt-Tag)
|
;; TODO: supporting default-continuation-prompt-tag means we need to
|
||||||
(tc-e (let: ((pt : Prompt-Tag (make-continuation-prompt-tag)))
|
;; specially handle abort-current-continuation in the type system
|
||||||
|
;(tc-e (default-continuation-prompt-tag) -Prompt-Tag)
|
||||||
|
(tc-e (let: ((pt : (Prompt-Tag Integer Integer) (make-continuation-prompt-tag)))
|
||||||
(continuation-marks #f pt)) -Cont-Mark-Set)
|
(continuation-marks #f pt)) -Cont-Mark-Set)
|
||||||
(tc-e (let: ((set : Continuation-Mark-Set (current-continuation-marks)))
|
(tc-e (let: ((set : Continuation-Mark-Set (current-continuation-marks)))
|
||||||
(continuation-mark-set? set)) #:ret (ret B (-FS -top -bot)))
|
(continuation-mark-set? set)) #:ret (ret B (-FS -top -bot)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user