diff --git a/racket/src/ChezScheme/IMPLEMENTATION.md b/racket/src/ChezScheme/IMPLEMENTATION.md index f76c8f4d21..48b140986d 100644 --- a/racket/src/ChezScheme/IMPLEMENTATION.md +++ b/racket/src/ChezScheme/IMPLEMENTATION.md @@ -286,10 +286,10 @@ to create new vesions of the files in the workarea directory. Copy changed files to the "mats" source directory; if the only change to a patch file is to the line-number hints, then it's probably not worth keeping the update (as long as the line numbers are not too far off). -A `make clean` will delete any "root-experr-..." or "patch-..." files, -and links are created on demand in the workarea space to -"root-experr-..." or "patch-..." files that are needed to generate -expexted-error diffs. +After copying to source, delete any "root-experr-..." or "patch-..." +files, and then links are recreated on demand in the workarea space to +"root-experr-..." or "patch-..." files when they are needed to +generate expexted-error diffs. Despite its name, `make allx` does not run all available tests. Use `make bullyx` to run a different, more stressfull set of tests. The diff --git a/racket/src/ChezScheme/mats/4.ms b/racket/src/ChezScheme/mats/4.ms index 8e9b67dac1..18c1f037a0 100644 --- a/racket/src/ChezScheme/mats/4.ms +++ b/racket/src/ChezScheme/mats/4.ms @@ -4223,7 +4223,7 @@ (let loop ([tries 3]) (or (< (/ (measure-guardian-chain-time 10000 get-key ordered?) (measure-guardian-chain-time 1000 get-key ordered?)) - 20) + 50) (and (positive? tries) (loop (sub1 tries)))))) diff --git a/racket/src/ChezScheme/mats/6.ms b/racket/src/ChezScheme/mats/6.ms index c9dc78fe0e..3ce48ffafd 100644 --- a/racket/src/ChezScheme/mats/6.ms +++ b/racket/src/ChezScheme/mats/6.ms @@ -2616,9 +2616,13 @@ (close-output-port p) #t) (begin + (define make-sure-this-symbol-stays '#{%foo %bar}) (load "testfile.ss") #t) (record? (cadr $$rats) (type-descriptor #{%foo %bar})) + (begin + (define make-sure-this-symbol-stays #f) + #t) (let ([r (cadr $$rats)]) (eq? (%foo-x r) (car $$rats)) (equal? (%foo-y r) '(d e))) diff --git a/racket/src/ChezScheme/mats/7.ms b/racket/src/ChezScheme/mats/7.ms index 6ec3a4b62a..34e9e98150 100644 --- a/racket/src/ChezScheme/mats/7.ms +++ b/racket/src/ChezScheme/mats/7.ms @@ -6143,15 +6143,15 @@ evaluating module init (>= (bytes-deallocated) 0) (let ([b (bytes-deallocated)] [c (collections)]) (let ([x (make-list 10 'a)]) - (pretty-print x) - (collect) - (and (> (collections) c) (> (bytes-deallocated) b)))) + (pretty-print x)) + (collect) + (and (> (collections) c) (> (bytes-deallocated) b))) (>= (bytes-allocated #f #f) 0) (andmap (lambda (space) (>= (bytes-allocated #f space) 0)) (#%$spaces)) (let () - (define fudge 2000) + (define fudge (if (positive? (heap-check-interval)) 4000 2000)) (define ~= (lambda (x y) (<= (abs (- x y)) fudge))) diff --git a/racket/src/ChezScheme/mats/cp0.ms b/racket/src/ChezScheme/mats/cp0.ms index 03ceac906c..151fcb675a 100644 --- a/racket/src/ChezScheme/mats/cp0.ms +++ b/racket/src/ChezScheme/mats/cp0.ms @@ -3165,6 +3165,7 @@ (or (not (enable-cp0)) (not (procedure-known-single-valued? (lambda (f) (#2%$app/value f))))) (or (not (enable-cp0)) + (#%$suppress-primitive-inlining) (eq? (current-eval) interpret) (procedure-known-single-valued? (case-lambda [(f) (#3%$app/value f)] @@ -3173,6 +3174,7 @@ (#3%$app/value f))]))) (or (not (enable-cp0)) + (#%$suppress-primitive-inlining) (eq? (current-eval) interpret) (procedure-known-single-valued? (lambda () (abort 'x)))) (or (not (enable-cp0)) @@ -3181,6 +3183,7 @@ (or (not (enable-cp0)) (not (procedure-known-single-valued? (lambda (f) (#2%$app/no-return f))))) (or (not (enable-cp0)) + (#%$suppress-primitive-inlining) (eq? (current-eval) interpret) (procedure-known-single-valued? (case-lambda [(f) (#3%$app/no-return f)] diff --git a/racket/src/ChezScheme/mats/misc.ms b/racket/src/ChezScheme/mats/misc.ms index 5783cb7018..734b193440 100644 --- a/racket/src/ChezScheme/mats/misc.ms +++ b/racket/src/ChezScheme/mats/misc.ms @@ -4797,9 +4797,11 @@ (ok-name? (procedure-name should-be-named-j) "j") (or (not (enable-cp0)) + (#%$suppress-primitive-inlining) (let ([gx (make-guardian)]) (ok-name? (procedure-name gx) "gx"))) (or (not (enable-cp0)) + (#%$suppress-primitive-inlining) (ok-name? (procedure-name (result-should-be-named-mk-CP)) "mk-CP")) (or (not (enable-cp0)) diff --git a/racket/src/ChezScheme/mats/patch-compile-0-f-f-t b/racket/src/ChezScheme/mats/patch-compile-0-f-f-t index 78aaac2c07..2964557177 100644 --- a/racket/src/ChezScheme/mats/patch-compile-0-f-f-t +++ b/racket/src/ChezScheme/mats/patch-compile-0-f-f-t @@ -1,24 +1,24 @@ -*** errors-compile-0-f-f-f 2019-02-12 01:00:43.726170571 -0500 ---- errors-compile-0-f-f-t 2019-02-12 01:14:58.071195602 -0500 +*** errors-compile-0-f-f-f 2021-05-04 16:18:50.000000000 -0600 +--- errors-compile-0-f-f-t 2021-05-04 16:17:06.000000000 -0600 *************** -*** 3660,3666 **** +*** 3995,4001 **** misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation -1". misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation "static"". misc.mo:Expected error in mat make-object-finder: "make-object-finder: 17 is not a procedure". ! misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation 5". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation oldgen". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation -1". - misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments to #". ---- 3660,3666 ---- + misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments 1 to #". +--- 3995,4001 ---- misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation -1". misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation "static"". misc.mo:Expected error in mat make-object-finder: "make-object-finder: 17 is not a procedure". ! misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation 7". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation oldgen". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation -1". - misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments to #". + misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments 1 to #". *************** -*** 7159,7169 **** +*** 7707,7717 **** 7.mo:Expected error in mat sstats: "set-sstats-gc-bytes!: twelve is not an exact integer". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation yuk". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation -1". @@ -30,7 +30,7 @@ 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". ---- 7159,7169 ---- +--- 7707,7717 ---- 7.mo:Expected error in mat sstats: "set-sstats-gc-bytes!: twelve is not an exact integer". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation yuk". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation -1". @@ -43,9 +43,9 @@ 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". *************** -*** 8595,8607 **** - fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum". - fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum". +*** 9222,9234 **** + fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum". + fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum". fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum". ! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow with arguments and 2". fx.mo:Expected error in mat fx*: "fx*: is not a fixnum". @@ -57,9 +57,9 @@ fx.mo:Expected error in mat r6rs:fx*: "fx*: is not a fixnum". fx.mo:Expected error in mat r6rs:fx*: "fx*: <-int> is not a fixnum". fx.mo:Expected error in mat r6rs:fx*: "fx*: #f is not a fixnum". ---- 8595,8607 ---- - fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum". - fx.mo:Expected error in mat r6rs:fx-: "fx-: #f is not a fixnum". +--- 9222,9234 ---- + fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum". + fx.mo:Expected error in mat fx-/wraparound: "fx-: <-int> is not a fixnum". fx.mo:Expected error in mat fx*: "fx*: (a . b) is not a fixnum". ! fx.mo:Expected error in mat fx*: "fx*: fixnum overflow computing (fx* 2)". fx.mo:Expected error in mat fx*: "fx*: is not a fixnum". diff --git a/racket/src/ChezScheme/mats/patch-compile-0-t-f-t b/racket/src/ChezScheme/mats/patch-compile-0-t-f-t index cfe0bed51c..4dda700169 100644 --- a/racket/src/ChezScheme/mats/patch-compile-0-t-f-t +++ b/racket/src/ChezScheme/mats/patch-compile-0-t-f-t @@ -1,24 +1,24 @@ -*** errors-compile-0-t-f-f 2019-02-12 01:30:17.595345564 -0500 ---- errors-compile-0-t-f-t 2019-02-12 01:05:15.184684883 -0500 +*** errors-compile-0-t-f-f 2021-05-04 16:23:16.000000000 -0600 +--- errors-compile-0-t-f-t 2021-05-04 16:17:10.000000000 -0600 *************** -*** 3660,3666 **** +*** 3995,4001 **** misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation -1". misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation "static"". misc.mo:Expected error in mat make-object-finder: "make-object-finder: 17 is not a procedure". ! misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation 5". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation oldgen". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation -1". - misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments to #". ---- 3660,3666 ---- + misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments 1 to #". +--- 3995,4001 ---- misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation -1". misc.mo:Expected error in mat compute-composition: "compute-composition: invalid generation "static"". misc.mo:Expected error in mat make-object-finder: "make-object-finder: 17 is not a procedure". ! misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation 2". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation oldgen". misc.mo:Expected error in mat make-object-finder: "make-object-finder: invalid generation -1". - misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments to #". + misc.mo:Expected error in mat make-object-finder: "incorrect number of arguments 1 to #". *************** -*** 7159,7169 **** +*** 7707,7717 **** 7.mo:Expected error in mat sstats: "set-sstats-gc-bytes!: twelve is not an exact integer". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation yuk". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation -1". @@ -30,7 +30,7 @@ 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". ---- 7159,7169 ---- +--- 7707,7717 ---- 7.mo:Expected error in mat sstats: "set-sstats-gc-bytes!: twelve is not an exact integer". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation yuk". 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid generation -1". diff --git a/racket/src/ChezScheme/mats/patch-compile-0-t-t-f b/racket/src/ChezScheme/mats/patch-compile-0-t-t-f index e9f0921ec6..bd895f574f 100644 --- a/racket/src/ChezScheme/mats/patch-compile-0-t-t-f +++ b/racket/src/ChezScheme/mats/patch-compile-0-t-t-f @@ -1,7 +1,7 @@ -*** errors-compile-0-t-f-f 2019-02-12 01:30:17.595345564 -0500 ---- errors-compile-0-t-t-f 2019-02-12 01:20:09.150192807 -0500 +*** errors-compile-0-t-f-f 2021-05-04 16:23:16.000000000 -0600 +--- errors-compile-0-t-t-f 2021-05-04 16:40:04.000000000 -0600 *************** -*** 144,150 **** +*** 219,225 **** 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable b". 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable a". 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable g". @@ -9,7 +9,7 @@ 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable f". 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable c". 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x". ---- 144,150 ---- +--- 219,225 ---- 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable b". 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable a". 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable g". @@ -18,7 +18,7 @@ 3.mo:Expected error in mat cpvalid: "attempt to reference undefined variable c". 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x". *************** -*** 3702,3708 **** +*** 4037,4043 **** misc.mo:Expected error in mat cpletrec: "foreign-procedure: no entry for "foo"". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable q". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable bar". @@ -26,7 +26,7 @@ misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable b". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable b". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable a". ---- 3702,3708 ---- +--- 4037,4043 ---- misc.mo:Expected error in mat cpletrec: "foreign-procedure: no entry for "foo"". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable q". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable bar". @@ -35,7 +35,7 @@ misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable b". misc.mo:Expected error in mat cpletrec: "attempt to reference undefined variable a". *************** -*** 7169,7176 **** +*** 7717,7724 **** 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat error: "a: hit me!". 7.mo:Expected error in mat error: "f: n is 0". @@ -44,7 +44,7 @@ record.mo:Expected error in mat record2: "invalid value 3 for foreign type double-float". record.mo:Expected error in mat record2: "3 is not of type #". record.mo:Expected error in mat record2: "make-record-type: invalid field list ((immutable double-float a) . b)". ---- 7169,7176 ---- +--- 7717,7724 ---- 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat error: "a: hit me!". 7.mo:Expected error in mat error: "f: n is 0". @@ -54,7 +54,7 @@ record.mo:Expected error in mat record2: "3 is not of type #". record.mo:Expected error in mat record2: "make-record-type: invalid field list ((immutable double-float a) . b)". *************** -*** 7178,7192 **** +*** 7726,7740 **** record.mo:Expected error in mat type-descriptor: "invalid syntax (type-descriptor 3)". record.mo:Expected error in mat type-descriptor: "type-descriptor: unrecognized record car". record.mo:Expected error in mat record3: "variable set-fudge-a! is not bound". @@ -70,7 +70,7 @@ record.mo:Expected error in mat record9: "record-reader: invalid input #f". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". ---- 7178,7192 ---- +--- 7726,7740 ---- record.mo:Expected error in mat type-descriptor: "invalid syntax (type-descriptor 3)". record.mo:Expected error in mat type-descriptor: "type-descriptor: unrecognized record car". record.mo:Expected error in mat record3: "variable set-fudge-a! is not bound". @@ -87,7 +87,7 @@ record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". *************** -*** 7199,7224 **** +*** 7747,7772 **** record.mo:Expected error in mat record10: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". @@ -114,7 +114,7 @@ record.mo:Expected error in mat foreign-data: "foreign-alloc: 0 is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: -5 is not a positive fixnum". ---- 7199,7224 ---- +--- 7747,7772 ---- record.mo:Expected error in mat record10: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". @@ -142,10 +142,10 @@ record.mo:Expected error in mat foreign-data: "foreign-alloc: is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: -5 is not a positive fixnum". *************** -*** 7349,7387 **** +*** 7901,7939 **** record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". - record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type #". + record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type # as bar". ! record.mo:Expected error in mat record25: "invalid value 1.0 for foreign type int". ! record.mo:Expected error in mat record25: "invalid value 2.0 for foreign type unsigned". ! record.mo:Expected error in mat record25: "invalid value three for foreign type unsigned-int". @@ -157,7 +157,7 @@ ! record.mo:Expected error in mat record25: "invalid value #\9 for foreign type uptr". ! record.mo:Expected error in mat record25: "invalid value 10 for foreign type float". ! record.mo:Expected error in mat record25: "invalid value 11.0+0.0i for foreign type double". - record.mo:Expected error in mat record25: "incorrect number of arguments to #". + record.mo:Expected error in mat record25: "incorrect number of arguments 18 to #". ! record.mo:Expected error in mat record25: "invalid value 12.0 for foreign type long-long". ! record.mo:Expected error in mat record25: "invalid value 13.0 for foreign type unsigned-long-long". ! record.mo:Expected error in mat record25: "invalid value 3.0 for foreign type int". @@ -182,10 +182,10 @@ record.mo:Expected error in mat record?: "record?: 4 is not a record type descriptor". record.mo:Expected error in mat record?: "record?: a is not a record type descriptor". record.mo:Expected error in mat record?: "record?: #(1) is not a record type descriptor". ---- 7349,7387 ---- +--- 7901,7939 ---- record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". - record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type #". + record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type # as bar". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 1.0 for foreign type int". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 2.0 for foreign type unsigned". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value three for foreign type unsigned-int". @@ -197,7 +197,7 @@ ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value #\9 for foreign type uptr". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 10 for foreign type float". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 11.0+0.0i for foreign type double". - record.mo:Expected error in mat record25: "incorrect number of arguments to #". + record.mo:Expected error in mat record25: "incorrect number of arguments 18 to #". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 12.0 for foreign type long-long". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 13.0 for foreign type unsigned-long-long". ! record.mo:Expected error in mat record25: "set-r25-bar-a!: invalid value 3.0 for foreign type int". @@ -223,77 +223,77 @@ record.mo:Expected error in mat record?: "record?: a is not a record type descriptor". record.mo:Expected error in mat record?: "record?: #(1) is not a record type descriptor". *************** -*** 7407,7442 **** +*** 7959,7994 **** record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor # is not for parent of record type #". - record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #". + record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type # as foo". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 0 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 1 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "parent record type is sealed ex3". ---- 7407,7442 ---- +--- 7959,7994 ---- record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor # is not for parent of record type #". - record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #". + record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type # as foo". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 0 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 1 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "parent record type is sealed ex3". diff --git a/racket/src/ChezScheme/mats/patch-interpret-0-t-f-f b/racket/src/ChezScheme/mats/patch-interpret-0-t-f-f index 97369bd840..4d5edd228c 100644 --- a/racket/src/ChezScheme/mats/patch-interpret-0-t-f-f +++ b/racket/src/ChezScheme/mats/patch-interpret-0-t-f-f @@ -1,143 +1,154 @@ -*** errors-compile-0-t-f-f 2019-02-12 01:30:17.595345564 -0500 ---- errors-interpret-0-t-f-f 2019-02-12 03:03:25.069665634 -0500 +*** errors-compile-0-t-f-f 2021-05-04 16:23:16.000000000 -0600 +--- errors-interpret-0-t-f-f 2021-05-04 16:34:53.000000000 -0600 *************** -*** 1,7 **** +*** 18,25 **** + primvars.mo:Expected error testing (environment (quote (chezscheme)) (quote (chezscheme)) (quote #f)): Exception in environment: invalid library reference #f + primvars.mo:Expected error testing (base-exception-handler (quote 0)): Exception in default-exception-handler: 0 is not a procedure + primvars.mo:Expected error testing (base-exception-handler (quote #f)): Exception in default-exception-handler: #f is not a procedure +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote ((a . b)))): Exception in compile: ((a . b)) is not an environment +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote #f)): Exception in compile: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b)))): Exception in sc-expand: ((a . b)) is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote #f)): Exception in sc-expand: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b))) 1.0+2.0i): Exception in sc-expand: ((a . b)) is not an environment +--- 18,25 ---- + primvars.mo:Expected error testing (environment (quote (chezscheme)) (quote (chezscheme)) (quote #f)): Exception in environment: invalid library reference #f + primvars.mo:Expected error testing (base-exception-handler (quote 0)): Exception in default-exception-handler: 0 is not a procedure + primvars.mo:Expected error testing (base-exception-handler (quote #f)): Exception in default-exception-handler: #f is not a procedure +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote ((a . b)))): Exception in interpret: ((a . b)) is not an environment +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote #f)): Exception in interpret: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b)))): Exception in sc-expand: ((a . b)) is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote #f)): Exception in sc-expand: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b))) 1.0+2.0i): Exception in sc-expand: ((a . b)) is not an environment +*************** +*** 76,82 **** primvars.mo:Expected error in mat make-parameter: "make-parameter: 2 is not a procedure". primvars.mo:Expected error in mat make-parameter: "+: a is not a number". - primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments to #". -! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments to #". + primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments 1 to #". +! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments 0 to #". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: a is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: -1 is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: 0 is not a positive fixnum". ---- 1,13 ---- -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 1 at line 1005, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 2 at line 1007, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 5 at line 1014, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 6 at line 1016, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 9 at line 1023, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 10 at line 1025, char 4 of 6.ms +--- 76,82 ---- primvars.mo:Expected error in mat make-parameter: "make-parameter: 2 is not a procedure". primvars.mo:Expected error in mat make-parameter: "+: a is not a number". - primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments to #". -! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments to #". + primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments 1 to #". +! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments 0 to #". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: a is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: -1 is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: 0 is not a positive fixnum". *************** -*** 28,98 **** +*** 103,173 **** primvars.mo:Expected error in mat print-radix: "print-radix: 1 is not between 2 and 36". primvars.mo:Expected error in mat timer-interrupt-handler: "timer-interrupt-handler: midnight is not a procedure". primvars.mo:Expected error in mat trace-output-port: "trace-output-port: # is not a textual output port". -! 3.mo:Expected error in mat matrest1: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest1: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 8 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 9 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 8 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 0 to #". 3.mo:Expected error in mat application: "attempt to apply non-procedure ((a b c))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call ((case-lambda))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call (f 3 4 5)". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". 3.mo:Expected error in mat let: "incorrect argument count in call ((lambda (x . r) ((...) x (...))))". 3.mo:Expected error in mat letrec: "variable f is not bound". 3.mo:Expected error in mat letrec: "attempt to reference undefined variable a". ---- 34,104 ---- +--- 103,173 ---- primvars.mo:Expected error in mat print-radix: "print-radix: 1 is not between 2 and 36". primvars.mo:Expected error in mat timer-interrupt-handler: "timer-interrupt-handler: midnight is not a procedure". primvars.mo:Expected error in mat trace-output-port: "trace-output-port: # is not a textual output port". -! 3.mo:Expected error in mat matrest1: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest1: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". @@ -145,6 +156,8 @@ ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". @@ -153,8 +166,8 @@ ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 0 to #". 3.mo:Expected error in mat application: "attempt to apply non-procedure ((a b c))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call ((case-lambda))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call (f 3 4 5)". @@ -169,26 +182,7 @@ 3.mo:Expected error in mat letrec: "variable f is not bound". 3.mo:Expected error in mat letrec: "attempt to reference undefined variable a". *************** -*** 4076,4091 **** - 6.mo:Expected error in mat pretty-print: "incorrect number of arguments to #". - 6.mo:Expected error in mat pretty-print: "pretty-format: 3 is not a symbol". - 6.mo:Expected error in mat pretty-print: "pretty-format: invalid format (bad 0 ... ... 0 format)". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected error in mat print-parameters: "write: cycle detected; proceeding with (print-graph #t)". ---- 4082,4091 ---- -*************** -*** 7032,7038 **** +*** 7517,7523 **** 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for testfile-mc-1a.ss: no such file or directory 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: file "testfile-mc-1a.ss" not found in source directories 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for ./testfile-mc-3a.ss: no such file or directory @@ -196,7 +190,7 @@ 7.mo:Expected error in mat eval: "interpret: 7 is not an environment". 7.mo:Expected error in mat eval: "compile: 7 is not an environment". 7.mo:Expected error in mat expand: "sc-expand: 7 is not an environment". ---- 7032,7038 ---- +--- 7517,7523 ---- 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for testfile-mc-1a.ss: no such file or directory 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: file "testfile-mc-1a.ss" not found in source directories 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for ./testfile-mc-3a.ss: no such file or directory @@ -205,15 +199,15 @@ 7.mo:Expected error in mat eval: "compile: 7 is not an environment". 7.mo:Expected error in mat expand: "sc-expand: 7 is not an environment". *************** -*** 7360,7366 **** +*** 7912,7918 **** record.mo:Expected error in mat record25: "invalid value #\9 for foreign type uptr". record.mo:Expected error in mat record25: "invalid value 10 for foreign type float". record.mo:Expected error in mat record25: "invalid value 11.0+0.0i for foreign type double". -! record.mo:Expected error in mat record25: "incorrect number of arguments to #". +! record.mo:Expected error in mat record25: "incorrect number of arguments 18 to #". record.mo:Expected error in mat record25: "invalid value 12.0 for foreign type long-long". record.mo:Expected error in mat record25: "invalid value 13.0 for foreign type unsigned-long-long". record.mo:Expected error in mat record25: "invalid value 3.0 for foreign type int". ---- 7360,7366 ---- +--- 7912,7918 ---- record.mo:Expected error in mat record25: "invalid value #\9 for foreign type uptr". record.mo:Expected error in mat record25: "invalid value 10 for foreign type float". record.mo:Expected error in mat record25: "invalid value 11.0+0.0i for foreign type double". @@ -222,7 +216,7 @@ record.mo:Expected error in mat record25: "invalid value 13.0 for foreign type unsigned-long-long". record.mo:Expected error in mat record25: "invalid value 3.0 for foreign type int". *************** -*** 9362,9386 **** +*** 10008,10032 **** foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". @@ -248,7 +242,7 @@ foreign.mo:Expected error in mat foreign-procedure: "invalid foreign-procedure argument type specifier booleen". foreign.mo:Expected error in mat foreign-procedure: "invalid foreign-procedure argument type specifier integer-34". foreign.mo:Expected error in mat foreign-procedure: "invalid foreign-procedure result type specifier chare". ---- 9362,9386 ---- +--- 10008,10032 ---- foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". foreign.mo:Expected error in mat foreign-procedure: "foreign-procedure: invalid foreign procedure handle foo". @@ -275,8 +269,8 @@ foreign.mo:Expected error in mat foreign-procedure: "invalid foreign-procedure argument type specifier integer-34". foreign.mo:Expected error in mat foreign-procedure: "invalid foreign-procedure result type specifier chare". *************** -*** 9393,9424 **** - foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments to #". +*** 10039,10070 **** + foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments 2 to #". foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier i-am-not-a-type". foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier 1". ! foreign.mo:Expected error in mat foreign-bytevectors: "u8*->u8*: invalid foreign-procedure argument "hello"". @@ -308,8 +302,8 @@ foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". ---- 9393,9424 ---- - foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments to #". +--- 10039,10070 ---- + foreign.mo:Expected error in mat foreign-sizeof: "incorrect number of arguments 2 to #". foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier i-am-not-a-type". foreign.mo:Expected error in mat foreign-sizeof: "foreign-sizeof: invalid foreign type specifier 1". ! foreign.mo:Expected error in mat foreign-bytevectors: "u8_star_to_u8_star: invalid foreign-procedure argument "hello"". @@ -342,7 +336,7 @@ foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". *************** -*** 9426,9451 **** +*** 10072,10097 **** foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". @@ -369,7 +363,7 @@ foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". ---- 9426,9451 ---- +--- 10072,10097 ---- foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". foreign.mo:Expected error in mat foreign-strings: "foreign-callable: invalid return value ("ello" 4) from #". @@ -397,7 +391,7 @@ foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". *************** -*** 9456,9490 **** +*** 10103,10137 **** foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". @@ -433,7 +427,7 @@ foreign.mo:Expected error in mat foreign-C-types: "foreign-callable: invalid return value (73 74) from #". foreign.mo:Expected error in mat foreign-C-types: "foreign-callable: invalid return value (73 74) from #". foreign.mo:Expected error in mat foreign-C-types: "foreign-callable: invalid return value (73 74) from #". ---- 9456,9490 ---- +--- 10103,10137 ---- foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". foreign.mo:Expected error in mat foreign-fixed-types: "foreign-callable: invalid return value (- x 7) from #". @@ -470,25 +464,25 @@ foreign.mo:Expected error in mat foreign-C-types: "foreign-callable: invalid return value (73 74) from #". foreign.mo:Expected error in mat foreign-C-types: "foreign-callable: invalid return value (73 74) from #". *************** -*** 10091,10100 **** +*** 10738,10747 **** exceptions.mo:Expected error in mat assert: "failed assertion (memq (quote b) (quote (1 2 a 3 4)))". exceptions.mo:Expected error in mat assert: "failed assertion (q ...)". exceptions.mo:Expected error in mat assert: "failed assertion (andmap symbol? (syntax (x ...)))". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #>". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #>". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 0 to #>". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 2 to #>". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 1 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 3 to #". oop.mo:Expected error in mat oop: "m1: not applicable to 17". oop.mo:Expected error in mat oop: "variable -x1 is not bound". oop.mo:Expected error in mat oop: "variable -x1-set! is not bound". ---- 10091,10100 ---- +--- 10738,10747 ---- exceptions.mo:Expected error in mat assert: "failed assertion (memq (quote b) (quote (1 2 a 3 4)))". exceptions.mo:Expected error in mat assert: "failed assertion (q ...)". exceptions.mo:Expected error in mat assert: "failed assertion (andmap symbol? (syntax (x ...)))". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 0 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 2 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 1 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 3 to #". oop.mo:Expected error in mat oop: "m1: not applicable to 17". oop.mo:Expected error in mat oop: "variable -x1 is not bound". oop.mo:Expected error in mat oop: "variable -x1-set! is not bound". diff --git a/racket/src/ChezScheme/mats/patch-interpret-0-t-t-f b/racket/src/ChezScheme/mats/patch-interpret-0-t-t-f index 21a71432cb..1e5f434591 100644 --- a/racket/src/ChezScheme/mats/patch-interpret-0-t-t-f +++ b/racket/src/ChezScheme/mats/patch-interpret-0-t-t-f @@ -1,143 +1,154 @@ -*** errors-compile-0-t-t-f 2019-02-12 01:20:09.150192807 -0500 ---- errors-interpret-0-t-t-f 2019-02-12 03:10:46.824077889 -0500 +*** errors-compile-0-t-t-f 2021-05-04 16:40:04.000000000 -0600 +--- errors-interpret-0-t-t-f 2021-05-04 16:40:21.000000000 -0600 *************** -*** 1,7 **** +*** 18,25 **** + primvars.mo:Expected error testing (environment (quote (chezscheme)) (quote (chezscheme)) (quote #f)): Exception in environment: invalid library reference #f + primvars.mo:Expected error testing (base-exception-handler (quote 0)): Exception in default-exception-handler: 0 is not a procedure + primvars.mo:Expected error testing (base-exception-handler (quote #f)): Exception in default-exception-handler: #f is not a procedure +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote ((a . b)))): Exception in compile: ((a . b)) is not an environment +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote #f)): Exception in compile: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b)))): Exception in sc-expand: ((a . b)) is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote #f)): Exception in sc-expand: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b))) 1.0+2.0i): Exception in sc-expand: ((a . b)) is not an environment +--- 18,25 ---- + primvars.mo:Expected error testing (environment (quote (chezscheme)) (quote (chezscheme)) (quote #f)): Exception in environment: invalid library reference #f + primvars.mo:Expected error testing (base-exception-handler (quote 0)): Exception in default-exception-handler: 0 is not a procedure + primvars.mo:Expected error testing (base-exception-handler (quote #f)): Exception in default-exception-handler: #f is not a procedure +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote ((a . b)))): Exception in interpret: ((a . b)) is not an environment +! primvars.mo:Expected error testing (eval 1.0+2.0i (quote #f)): Exception in interpret: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b)))): Exception in sc-expand: ((a . b)) is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote #f)): Exception in sc-expand: #f is not an environment + primvars.mo:Expected error testing (expand 1.0+2.0i (quote ((a . b))) 1.0+2.0i): Exception in sc-expand: ((a . b)) is not an environment +*************** +*** 76,82 **** primvars.mo:Expected error in mat make-parameter: "make-parameter: 2 is not a procedure". primvars.mo:Expected error in mat make-parameter: "+: a is not a number". - primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments to #". -! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments to #". + primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments 1 to #". +! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments 0 to #". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: a is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: -1 is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: 0 is not a positive fixnum". ---- 1,13 ---- -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 1 at line 1005, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 2 at line 1007, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 5 at line 1014, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 6 at line 1016, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 9 at line 1023, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 10 at line 1025, char 4 of 6.ms +--- 76,82 ---- primvars.mo:Expected error in mat make-parameter: "make-parameter: 2 is not a procedure". primvars.mo:Expected error in mat make-parameter: "+: a is not a number". - primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments to #". -! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments to #". + primvars.mo:Expected error in mat make-parameter: "incorrect number of arguments 1 to #". +! primvars.mo:Expected error in mat parameterize: "incorrect number of arguments 0 to #". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: a is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: -1 is not a positive fixnum". primvars.mo:Expected error in mat collect-generation-radix: "collect-generation-radix: 0 is not a positive fixnum". *************** -*** 28,98 **** +*** 103,173 **** primvars.mo:Expected error in mat print-radix: "print-radix: 1 is not between 2 and 36". primvars.mo:Expected error in mat timer-interrupt-handler: "timer-interrupt-handler: midnight is not a procedure". primvars.mo:Expected error in mat trace-output-port: "trace-output-port: # is not a textual output port". -! 3.mo:Expected error in mat matrest1: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest1: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 8 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 9 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 8 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 7 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 6 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 5 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 3 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 0 to #". 3.mo:Expected error in mat application: "attempt to apply non-procedure ((a b c))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call ((case-lambda))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call (f 3 4 5)". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". -! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 4 to #". +! 3.mo:Expected error in mat case-lambda: "incorrect number of arguments 2 to #". 3.mo:Expected error in mat let: "incorrect argument count in call ((lambda (x . r) ((...) x (...))))". 3.mo:Expected error in mat letrec: "variable f is not bound". 3.mo:Expected error in mat letrec: "attempt to reference undefined variable a". ---- 34,104 ---- +--- 103,173 ---- primvars.mo:Expected error in mat print-radix: "print-radix: 1 is not between 2 and 36". primvars.mo:Expected error in mat timer-interrupt-handler: "timer-interrupt-handler: midnight is not a procedure". primvars.mo:Expected error in mat trace-output-port: "trace-output-port: # is not a textual output port". -! 3.mo:Expected error in mat matrest1: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest2: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest1: "incorrect number of arguments 0 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest2: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest3: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest3: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest4: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest4: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest5: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest5: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest6: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest6: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest7: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest7: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest8: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest8: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". @@ -145,6 +156,8 @@ ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest9: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest9: "incorrect number of arguments 0 to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". @@ -153,8 +166,8 @@ ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". ! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". -! 3.mo:Expected error in mat matrest10: "incorrect number of arguments to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 1 to #". +! 3.mo:Expected error in mat matrest10: "incorrect number of arguments 0 to #". 3.mo:Expected error in mat application: "attempt to apply non-procedure ((a b c))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call ((case-lambda))". 3.mo:Expected error in mat case-lambda: "incorrect argument count in call (f 3 4 5)". @@ -169,26 +182,7 @@ 3.mo:Expected error in mat letrec: "variable f is not bound". 3.mo:Expected error in mat letrec: "attempt to reference undefined variable a". *************** -*** 4076,4091 **** - 6.mo:Expected error in mat pretty-print: "incorrect number of arguments to #". - 6.mo:Expected error in mat pretty-print: "pretty-format: 3 is not a symbol". - 6.mo:Expected error in mat pretty-print: "pretty-format: invalid format (bad 0 ... ... 0 format)". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected error in mat print-parameters: "write: cycle detected; proceeding with (print-graph #t)". ---- 4082,4091 ---- -*************** -*** 7032,7038 **** +*** 7517,7523 **** 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for testfile-mc-1a.ss: no such file or directory 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: file "testfile-mc-1a.ss" not found in source directories 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for ./testfile-mc-3a.ss: no such file or directory @@ -196,7 +190,7 @@ 7.mo:Expected error in mat eval: "interpret: 7 is not an environment". 7.mo:Expected error in mat eval: "compile: 7 is not an environment". 7.mo:Expected error in mat expand: "sc-expand: 7 is not an environment". ---- 7032,7038 ---- +--- 7517,7523 ---- 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for testfile-mc-1a.ss: no such file or directory 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: file "testfile-mc-1a.ss" not found in source directories 7.mo:Expected error in mat maybe-compile: "separate-compile: Exception in include: failed for ./testfile-mc-3a.ss: no such file or directory @@ -205,7 +199,7 @@ 7.mo:Expected error in mat eval: "compile: 7 is not an environment". 7.mo:Expected error in mat expand: "sc-expand: 7 is not an environment". *************** -*** 7169,7176 **** +*** 7717,7724 **** 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat error: "a: hit me!". 7.mo:Expected error in mat error: "f: n is 0". @@ -214,7 +208,7 @@ record.mo:Expected error in mat record2: "invalid value 3 for foreign type double-float". record.mo:Expected error in mat record2: "3 is not of type #". record.mo:Expected error in mat record2: "make-record-type: invalid field list ((immutable double-float a) . b)". ---- 7169,7176 ---- +--- 7717,7724 ---- 7.mo:Expected error in mat bytes-allocated: "bytes-allocated: invalid space gnu". 7.mo:Expected error in mat error: "a: hit me!". 7.mo:Expected error in mat error: "f: n is 0". @@ -224,7 +218,7 @@ record.mo:Expected error in mat record2: "3 is not of type #". record.mo:Expected error in mat record2: "make-record-type: invalid field list ((immutable double-float a) . b)". *************** -*** 7178,7192 **** +*** 7726,7740 **** record.mo:Expected error in mat type-descriptor: "invalid syntax (type-descriptor 3)". record.mo:Expected error in mat type-descriptor: "type-descriptor: unrecognized record car". record.mo:Expected error in mat record3: "variable set-fudge-a! is not bound". @@ -240,7 +234,7 @@ record.mo:Expected error in mat record9: "record-reader: invalid input #f". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". ---- 7178,7192 ---- +--- 7726,7740 ---- record.mo:Expected error in mat type-descriptor: "invalid syntax (type-descriptor 3)". record.mo:Expected error in mat type-descriptor: "type-descriptor: unrecognized record car". record.mo:Expected error in mat record3: "variable set-fudge-a! is not bound". @@ -257,7 +251,7 @@ record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". record.mo:Expected error in mat record9: "record-reader: invalid second argument fudge". *************** -*** 7199,7224 **** +*** 7747,7772 **** record.mo:Expected error in mat record10: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". @@ -284,7 +278,7 @@ record.mo:Expected error in mat foreign-data: "foreign-alloc: 0 is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: -5 is not a positive fixnum". ---- 7199,7224 ---- +--- 7747,7772 ---- record.mo:Expected error in mat record10: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". record.mo:Expected error in mat record16: "read: unresolvable cycle constructing record of type # at char 3 of #". @@ -312,10 +306,10 @@ record.mo:Expected error in mat foreign-data: "foreign-alloc: is not a positive fixnum". record.mo:Expected error in mat foreign-data: "foreign-alloc: -5 is not a positive fixnum". *************** -*** 7349,7387 **** +*** 7901,7939 **** record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". - record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type #". + record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type # as bar". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 1.0 for foreign type int". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 2.0 for foreign type unsigned". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value three for foreign type unsigned-int". @@ -327,7 +321,7 @@ ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value #\9 for foreign type uptr". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 10 for foreign type float". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 11.0+0.0i for foreign type double". -! record.mo:Expected error in mat record25: "incorrect number of arguments to #". +! record.mo:Expected error in mat record25: "incorrect number of arguments 18 to #". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 12.0 for foreign type long-long". ! record.mo:Expected error in mat record25: "make-r25-bar: invalid value 13.0 for foreign type unsigned-long-long". ! record.mo:Expected error in mat record25: "set-r25-bar-a!: invalid value 3.0 for foreign type int". @@ -352,10 +346,10 @@ record.mo:Expected error in mat record?: "record?: 4 is not a record type descriptor". record.mo:Expected error in mat record?: "record?: a is not a record type descriptor". record.mo:Expected error in mat record?: "record?: #(1) is not a record type descriptor". ---- 7349,7387 ---- +--- 7901,7939 ---- record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". record.mo:Expected error in mat record22: "invalid field specifier (immutable creepy q)". - record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type #". + record.mo:Expected error in mat record23: "make-record-type: cannot extend sealed record type # as bar". ! record.mo:Expected error in mat record25: "invalid value 1.0 for foreign type int". ! record.mo:Expected error in mat record25: "invalid value 2.0 for foreign type unsigned". ! record.mo:Expected error in mat record25: "invalid value three for foreign type unsigned-int". @@ -393,100 +387,100 @@ record.mo:Expected error in mat record?: "record?: a is not a record type descriptor". record.mo:Expected error in mat record?: "record?: #(1) is not a record type descriptor". *************** -*** 7407,7442 **** +*** 7959,7994 **** record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor # is not for parent of record type #". - record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #". + record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type # as foo". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 0 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 1 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "parent record type is sealed ex3". ---- 7407,7442 ---- +--- 7959,7994 ---- record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: record constructor descriptor # is not for parent of record type #". - record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type #". + record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot extend sealed record type # as foo". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 0 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "record-mutator: field 1 of # is immutable". record.mo:Expected error in mat r6rs-records-syntactic: "invalid syntax point". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-x-set! is not bound". record.mo:Expected error in mat r6rs-records-syntactic: "variable point-y-set! is not bound". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". -! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 2 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 0 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 1 to #". +! record.mo:Expected error in mat r6rs-records-syntactic: "incorrect number of arguments 3 to #". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "record-rtd: # is not a record". record.mo:Expected error in mat r6rs-records-syntactic: "parent record type is sealed ex3". *************** -*** 10091,10100 **** +*** 10738,10747 **** exceptions.mo:Expected error in mat assert: "failed assertion (memq (quote b) (quote (1 2 a 3 4)))". exceptions.mo:Expected error in mat assert: "failed assertion (q ...)". exceptions.mo:Expected error in mat assert: "failed assertion (andmap symbol? (syntax (x ...)))". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #>". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #>". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 0 to #>". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 2 to #>". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 1 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 3 to #". oop.mo:Expected error in mat oop: "m1: not applicable to 17". oop.mo:Expected error in mat oop: "variable -x1 is not bound". oop.mo:Expected error in mat oop: "variable -x1-set! is not bound". ---- 10091,10100 ---- +--- 10738,10747 ---- exceptions.mo:Expected error in mat assert: "failed assertion (memq (quote b) (quote (1 2 a 3 4)))". exceptions.mo:Expected error in mat assert: "failed assertion (q ...)". exceptions.mo:Expected error in mat assert: "failed assertion (andmap symbol? (syntax (x ...)))". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". -! oop.mo:Expected error in mat oop: "incorrect number of arguments to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 0 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 2 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 1 to #". +! oop.mo:Expected error in mat oop: "incorrect number of arguments 3 to #". oop.mo:Expected error in mat oop: "m1: not applicable to 17". oop.mo:Expected error in mat oop: "variable -x1 is not bound". oop.mo:Expected error in mat oop: "variable -x1-set! is not bound". diff --git a/racket/src/ChezScheme/mats/patch-interpret-3-t-f-f b/racket/src/ChezScheme/mats/patch-interpret-3-t-f-f index 4006907cb5..e69de29bb2 100644 --- a/racket/src/ChezScheme/mats/patch-interpret-3-t-f-f +++ b/racket/src/ChezScheme/mats/patch-interpret-3-t-f-f @@ -1,32 +0,0 @@ -*** errors-compile-3-t-f-f 2017-10-27 02:41:58.000000000 -0400 ---- errors-interpret-3-t-f-f 2017-10-27 03:47:08.000000000 -0400 -*************** -*** 1,3 **** ---- 1,9 ---- -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 1 at line 1005, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 2 at line 1007, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 5 at line 1014, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 6 at line 1016, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 9 at line 1023, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 10 at line 1025, char 4 of 6.ms - 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x". - 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x at line 1, char 19 of testfile.ss". - misc.mo:Expected warning in mat compile-profile: "profile-dump-list: unmodified source file "testfile.ss" not found in source directories". -*************** -*** 12,26 **** - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (car (quote (a b)) (quote (c d))) at line 3, char 38 of testfile.ss". - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (g 7) at line 3, char 47 of testfile.ss". - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (g) at line 3, char 48 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf at line 1, char 29 of testfile.ss". ---- 18,26 ---- diff --git a/racket/src/ChezScheme/mats/patch-interpret-3-t-t-f b/racket/src/ChezScheme/mats/patch-interpret-3-t-t-f index 9d40a7819a..e69de29bb2 100644 --- a/racket/src/ChezScheme/mats/patch-interpret-3-t-t-f +++ b/racket/src/ChezScheme/mats/patch-interpret-3-t-t-f @@ -1,32 +0,0 @@ -*** errors-compile-3-t-t-f 2017-10-27 02:36:19.000000000 -0400 ---- errors-interpret-3-t-t-f 2017-10-27 03:52:31.000000000 -0400 -*************** -*** 1,3 **** ---- 1,9 ---- -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 1 at line 1005, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 2 at line 1007, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 5 at line 1014, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 6 at line 1016, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 9 at line 1023, char 4 of 6.ms -+ 6.mo:Bug in mat cp1in-verify-format-warnings clause 10 at line 1025, char 4 of 6.ms - 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x". - 3.mo:Expected warning in mat cpvalid: "possible attempt to reference undefined variable x at line 1, char 19 of testfile.ss". - misc.mo:Expected warning in mat compile-profile: "profile-dump-list: unmodified source file "testfile.ss" not found in source directories". -*************** -*** 12,26 **** - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (car (quote (a b)) (quote (c d))) at line 3, char 38 of testfile.ss". - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (g 7) at line 3, char 47 of testfile.ss". - misc.mo:Expected warning in mat (argcnt compile-warning): "compile: possible incorrect argument count in call (g) at line 3, char 48 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "~a~~~s" in call to format at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~a~a~a~s" in call to format at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to printf at line 1, char 28 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to printf at line 1, char 28 of testfile.ss". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf". -- 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too few arguments for control string "abc~s" in call to fprintf at line 1, char 29 of testfile.ss". - 6.mo:Expected warning in mat cp1in-verify-format-warnings: "compile: too many arguments for control string "~%~abc~adef~ag~s~~~%" in call to fprintf at line 1, char 29 of testfile.ss". ---- 18,26 ----