Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor R7RS test failures #140

Open
higepon opened this issue Sep 25, 2022 · 0 comments
Open

Fix minor R7RS test failures #140

higepon opened this issue Sep 25, 2022 · 0 comments

Comments

@higepon
Copy link
Owner

higepon commented Sep 25, 2022

(SKIPPED (let () (define-syntax elli-lit-1 (syntax-rules ... (...) ((_ x) '(x ...)))) (test '(100 ...) (elli-lit-1 100))))
(SKIPPED (test #f (string->number "1 2")))
(SKIPPED (test #t (read-error? (guard (exn (else exn)) (read (open-input-string """))))))
(SKIPPED (test 'error (let ((in (open-input-string "abc"))) (close-input-port in) (guard (exn (else 'error)) (read-char in)))))
(SKIPPED (test #t (char-ready? (open-input-string "42"))))
(SKIPPED (test "((1 2 3) (1 2 3))" (let ((out (open-output-string)) (x (list 1 2 3))) (write (list x x) out) (get-output-string out))))
(SKIPPED (test "line 1\n\nline 3\n" (read (open-input-string ""line 1\ \t \n \t \n\nline 3\n""))))
(SKIPPED (test-precision "-1.7976931348623157e+308" "-inf.0"))
(SKIPPED (test-precision "1.976262583364986e-323" "1.97626258336499e-323" "2.0e-323" "0.0"))
(SKIPPED (test-precision "1.7976931348623157e+308" "+inf.0"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant