You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: win10 1903, chez scheme installed from chocoloty
How to reproduce:
1. clone nanopass from github
2. scheme test-all.ss
What you expect to see:
all test passes.
What you got:
Running error-messages test suite...
Testing run-time-error-messages ...
!!! expected error message "Exception in with-output-language: expected list of symbol but recieved x in field x* of (lambda (x* ...) body* ... body) from expression (quote x) at character position 31709 of tests/unit-tests.ss" does not match "Exception in with-output-language: expected list of symbol but recieved x in field x* of (lambda (x* ...) body* ... body) from expression (quote x) at character position 32575 of tests/unit-tests.ss"
#f
Ran 1 tests with 0 successes, 1 failures, and 0 exceptions
Thanks for the bug report, the precision on the character offsets has been a bit of a problem for this test suite for a while, and one I've meant to address.
I do most of my development on macOS, where the file is a unix-style text file with single-character line-endings. The Windows (or DOS) style file endings which are two-character cause the count to be slightly different.
I need to come up with a way to make this a bit more permissive, but I've not done it yet. Thanks for the bug report!
Platform: win10 1903, chez scheme installed from chocoloty
How to reproduce:
1. clone nanopass from github
2. scheme test-all.ss
What you expect to see:
all test passes.
What you got:
The failed test is this one
nanopass-framework-scheme/tests/unit-tests.ss
Line 862 in 51f7cb8
The text was updated successfully, but these errors were encountered: