/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/ |
H A D | run.sps | 4 (tests r6rs test) 5 (tests r6rs base) 6 (tests r6rs reader) 7 (tests r6rs unicode) 9 (tests r6rs lists) 10 (tests r6rs sorting) 11 (tests r6rs control) 12 (tests r6rs records syntactic) 13 (tests r6rs records procedural) 39 (run-records-syntactic-tests) [all …]
|
H A D | run-via-eval.sps | 3 (import (rnrs) (rnrs eval) (tests r6rs test)) 10 (test-library run-base-tests (tests r6rs base)) 11 (test-library run-reader-tests (tests r6rs reader)) 12 (test-library run-unicode-tests (tests r6rs unicode)) 14 (test-library run-lists-tests (tests r6rs lists)) 15 (test-library run-sorting-tests (tests r6rs sorting)) 16 (test-library run-control-tests (tests r6rs control)) 17 (test-library run-records-syntactic-tests (tests r6rs records syntactic)) 18 (test-library run-records-procedural-tests (tests r6rs records procedural)) 30 (test-library run-eval-tests (tests r6rs eval)) [all …]
|
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/ |
H A D | run.sps | 4 (tests r6rs test) 5 (tests r6rs base) 6 (tests r6rs reader) 7 (tests r6rs unicode) 9 (tests r6rs lists) 10 (tests r6rs sorting) 11 (tests r6rs control) 12 (tests r6rs records syntactic) 13 (tests r6rs records procedural) 39 (run-records-syntactic-tests) [all …]
|
H A D | run-via-eval.sps | 3 (import (rnrs) (rnrs eval) (tests r6rs test)) 10 (test-library run-base-tests (tests r6rs base)) 11 (test-library run-reader-tests (tests r6rs reader)) 12 (test-library run-unicode-tests (tests r6rs unicode)) 14 (test-library run-lists-tests (tests r6rs lists)) 15 (test-library run-sorting-tests (tests r6rs sorting)) 16 (test-library run-control-tests (tests r6rs control)) 17 (test-library run-records-syntactic-tests (tests r6rs records syntactic)) 18 (test-library run-records-procedural-tests (tests r6rs records procedural)) 30 (test-library run-eval-tests (tests r6rs eval)) [all …]
|
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/run/records/ |
H A D | procedural.sps | 2 (import (tests r6rs records procedural) 3 (tests r6rs test) 6 (run-records-procedural-tests)
|
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/run/records/ |
H A D | procedural.sps | 2 (import (tests r6rs records procedural) 3 (tests r6rs test) 6 (run-records-procedural-tests)
|
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/ |
H A D | Makefile | 2 $(MOSH_TARGET) tests/r6rs/run/io/ports.sps 3 $(MOSH_TARGET) tests/r6rs/run/io/simple.sps 4 $(MOSH_TARGET) tests/r6rs/run/syntax-case.sps 5 $(MOSH_TARGET) tests/r6rs/run/unicode.sps 7 $(MOSH_TARGET) tests/r6rs/run/contrib.sps 10 $(MOSH_TARGET) tests/r6rs/run/contrib.sps 14 $(MOSH_TARGET) tests/r6rs/run/records/procedural.sps 15 $(MOSH_TARGET) tests/r6rs/run/lists.sps 16 $(MOSH_TARGET) tests/r6rs/run/enums.sps 18 $(MOSH_TARGET) tests/r6rs/run/records/syntactic.sps [all …]
|
/dports/lang/guile/guile-3.0.7/test-suite/ |
H A D | Makefile.am | 104 tests/r6rs-base.test \ 106 tests/r6rs-control.test \ 107 tests/r6rs-enums.test \ 108 tests/r6rs-eval.test \ 110 tests/r6rs-files.test \ 112 tests/r6rs-lists.test \ 113 tests/r6rs-ports.test \ 114 tests/r6rs-records-inspection.test \ 115 tests/r6rs-records-procedural.test \ 116 tests/r6rs-records-syntactic.test \ [all …]
|
H A D | Makefile.in | 1897 tests/r6rs-base.test \ 1899 tests/r6rs-control.test \ 1900 tests/r6rs-enums.test \ 1901 tests/r6rs-eval.test \ 1903 tests/r6rs-files.test \ 1905 tests/r6rs-lists.test \ 1906 tests/r6rs-ports.test \ 1907 tests/r6rs-records-inspection.test \ 1908 tests/r6rs-records-procedural.test \ 1909 tests/r6rs-records-syntactic.test \ [all …]
|
/dports/lang/guile2/guile-2.2.7/test-suite/ |
H A D | Makefile.am | 104 tests/r6rs-base.test \ 106 tests/r6rs-control.test \ 107 tests/r6rs-enums.test \ 108 tests/r6rs-eval.test \ 110 tests/r6rs-files.test \ 112 tests/r6rs-lists.test \ 113 tests/r6rs-ports.test \ 114 tests/r6rs-records-inspection.test \ 115 tests/r6rs-records-procedural.test \ 116 tests/r6rs-records-syntactic.test \ [all …]
|
H A D | Makefile.in | 1702 tests/r6rs-base.test \ 1704 tests/r6rs-control.test \ 1705 tests/r6rs-enums.test \ 1706 tests/r6rs-eval.test \ 1708 tests/r6rs-files.test \ 1710 tests/r6rs-lists.test \ 1711 tests/r6rs-ports.test \ 1712 tests/r6rs-records-inspection.test \ 1713 tests/r6rs-records-procedural.test \ 1714 tests/r6rs-records-syntactic.test \ [all …]
|
/dports/lang/mosh/mosh-0.2.7/doc/ |
H A D | RELNOTE.2008 | 57 records/procedural, lists, enums 58 records/syntactic, sorting and unicode. 61 http://svn.plt-scheme.org/plt/trunk/collects/tests/r6rs/ 63 mosh tests/r6rs/run/mutable-strings.sps 81 Run with -b option like "cd r6rs-examples; mosh -b hello.ss" 82 There are some samples in mosh/r6rs-examples directory. 86 http://svn.plt-scheme.org/plt/trunk/collects/tests/r6rs/ 88 mosh -b tests/r6rs/run/mutable-strings.sps 89 Mosh 0.0.6 passed following tests. 92 records/procedural, lists and enums. [all …]
|
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/records/ |
H A D | procedural.sls | 3 (library (tests r6rs records procedural) 4 (export run-records-procedural-tests) 6 (tests r6rs test))
|
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/records/ |
H A D | procedural.sls | 3 (library (tests r6rs records procedural) 4 (export run-records-procedural-tests) 6 (tests r6rs test))
|
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/nanopass/ |
H A D | LOG | 108 nanopass/r6rs-helpers.ss, nanopass/records.ss, nanopass/unparser.ss, 133 nanopass/r6rs-helpers.ss, tests/r6rs-compiler.ss 140 tests/r6rs-compiler.ss, tests/r6rs-helper.ss, tests/r6rs-nanotest.ss 175 tests/r6rs-compiler.ss 181 src/records.ss, tests/r6rs-compiler.ss 214 src/parser.ss, src/unparser.ss, tests/r6rs-compiler.ss 228 difference to tests version of r6rs-helpers 229 tests/r6rs-helpers.ss 231 tests/r6rs-tiny.ss, tests/tiny.ss 599 instead we are creating the records directly using the procedural [all …]
|
/dports/lang/racket/racket-8.3/src/ChezScheme/nanopass/ |
H A D | LOG | 108 nanopass/r6rs-helpers.ss, nanopass/records.ss, nanopass/unparser.ss, 133 nanopass/r6rs-helpers.ss, tests/r6rs-compiler.ss 140 tests/r6rs-compiler.ss, tests/r6rs-helper.ss, tests/r6rs-nanotest.ss 175 tests/r6rs-compiler.ss 181 src/records.ss, tests/r6rs-compiler.ss 214 src/parser.ss, src/unparser.ss, tests/r6rs-compiler.ss 228 difference to tests version of r6rs-helpers 229 tests/r6rs-helpers.ss 231 tests/r6rs-tiny.ss, tests/tiny.ss 599 instead we are creating the records directly using the procedural [all …]
|
/dports/lang/chez-scheme/ChezScheme-9.5.4/nanopass/ |
H A D | LOG | 108 nanopass/r6rs-helpers.ss, nanopass/records.ss, nanopass/unparser.ss, 133 nanopass/r6rs-helpers.ss, tests/r6rs-compiler.ss 140 tests/r6rs-compiler.ss, tests/r6rs-helper.ss, tests/r6rs-nanotest.ss 175 tests/r6rs-compiler.ss 181 src/records.ss, tests/r6rs-compiler.ss 214 src/parser.ss, src/unparser.ss, tests/r6rs-compiler.ss 228 difference to tests version of r6rs-helpers 229 tests/r6rs-helpers.ss 231 tests/r6rs-tiny.ss, tests/tiny.ss 599 instead we are creating the records directly using the procedural [all …]
|
/dports/lang/mosh/mosh-0.2.7/doc/config/Data/ |
H A D | FileInfo.nd | 6 …/jobs/repos/mosh/tests/r6rs-test-suite/tests/r6rs/README.txt 1298144867 0 /usr/home/oku/jobs/repos… 12 /usr/home/oku/jobs/repos/mosh/tests/invalid-utf8.txt 1298144867 0 /usr/home/oku/jobs/repos/mosh/tes… 37 /usr/home/oku/jobs/repos/mosh/tests/utf16.txt 1298144867 0 /usr/home/oku/jobs/repos/mosh/tests/utf1… 60 /usr/home/oku/jobs/repos/mosh/tests/input.txt 1298144867 0 /usr/home/oku/jobs/repos/mosh/tests/inpu… 80 /usr/home/oku/jobs/repos/mosh/doc/text/records.tex.txt 1308215417 1 Records 93 /usr/home/oku/jobs/repos/mosh/tests/test.txt 1298144867 0 /usr/home/oku/jobs/repos/mosh/tests/test.… 101 /usr/home/oku/jobs/repos/mosh/tests/irregex/re-tests.txt 1298144867 0 /usr/home/oku/jobs/repos/mosh… 122 …x-mosh/psyntax/ironscheme-r6rs.ss 1298139116 0 /usr/home/oku/jobs/repos/mosh/boot/runtimes/psyntax… 139 …i-mosh/lib.rnrs/rnrs/records/inspection.ss 1298139116 0 /usr/home/oku/jobs/repos/mosh/boot/runtime… 215 …h/lib.rnrs/rnrs/records/procedural.ss 1298139116 0 /usr/home/oku/jobs/repos/mosh/boot/runtimes/srf… [all …]
|
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/ |
H A D | root-experr-compile-0-f-f-f | 7955 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7956 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7957 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7958 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<proc… 7959 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 2 to #<proc… 7960 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… 7961 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<proc… 7962 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<proc… 7963 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… 7964 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… [all …]
|
H A D | root-experr-compile-2-f-f-f | 7457 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7458 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7459 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7460 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7461 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7462 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7463 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7464 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7465 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7466 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… [all …]
|
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/ |
H A D | root-experr-compile-0-f-f-f | 7955 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7956 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7957 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7958 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<proc… 7959 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 2 to #<proc… 7960 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… 7961 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<proc… 7962 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<proc… 7963 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… 7964 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<proc… [all …]
|
H A D | root-experr-compile-2-f-f-f | 7457 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7458 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7459 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7460 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7461 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7462 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7463 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7464 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7465 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7466 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… [all …]
|
H A D | patch-compile-0-t-f-f | 4485 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<pro… 4486 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<pro… 4487 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<pro… 4488 ! record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<pr… 4489 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<pro… 4491 …record.mo:Expected error in mat r6rs-records-procedural: "make-record-type-descriptor: cannot exte… 4493 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<pro… 4494 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 1 to #<pro… 4495 …record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 3 to #<pro… 4496 ! record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments 4 to #<pr… [all …]
|
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/ |
H A D | root-experr-compile-0-f-f-f | 7679 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7680 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7681 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7682 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7683 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7684 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7685 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7686 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7687 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7688 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… [all …]
|
H A D | root-experr-compile-2-f-f-f | 7679 record.mo:Expected error in mat r6rs-records-procedural: "make-record-constructor-descriptor: inval… 7680 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure not-a-proc… 7681 record.mo:Expected error in mat r6rs-records-procedural: "attempt to apply non-procedure spam". 7682 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7683 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7684 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7685 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7686 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7687 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… 7688 record.mo:Expected error in mat r6rs-records-procedural: "incorrect number of arguments to #<proced… [all …]
|