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

TEST-COALTON-LANG failing on Windows #1339

Open
Jason94 opened this issue Dec 31, 2024 · 0 comments
Open

TEST-COALTON-LANG failing on Windows #1339

Jason94 opened this issue Dec 31, 2024 · 0 comments

Comments

@Jason94
Copy link

Jason94 commented Dec 31, 2024

On Windows SBCL 2.4.11, main commit 548c63b, the TEST-COALTON-LANG test is failing when running (asdf:test-system "coalton").

  TEST-COALTON-LANG
; compiling file "C:/Users/JASON-~1/AppData/Local/Temp/tmpZCJK45JG-tmp.lisp" (written 31 DEC 2024 09:41:30 AM):
;
; caught ERROR:
;   READ error during COMPILE-FILE:
;
;     There are 54 elements in the :INITIAL-CONTENTS, but the vector length is 58.
;
;     (in form starting at line: 5, column: 0, position: 169)

; compilation aborted after 0:00:00.018

debugger invoked on a FIASCO::FAILED-ASSERTION in thread
#<THREAD tid=28824 "main thread" RUNNING {1100BC8093}>:
  Test assertion failed when running TEST-COALTON-LANG:

Strings differ at offset 0 of error text.
input file: C:/Users/jason-local/Documents/programming/workspace/coalton/tests/test-files/define-class.txt
line number: 1
test number: 1
test header: 1 Define class, single var

Define a class with a single type variable and no methods.

Rerun single test case with:
(coalton-tests:run-test "tests/test-files/define-class.txt" 1)

unexpected error:

The value
  NIL
is not of type
  (OR STRING PATHNAME STREAM)
when binding SB-FASL::FILESPEC

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE                             ] Roger, go on testing...
...

(FIASCO::RECORD-FAILURE FIASCO::FAILED-ASSERTION :FORM (IS (= (LENGTH A) (LENGTH . #1=(B))) (FORMAT NIL "Strings differ at offset ~A of ~A:~%~A~%~A" COMPARE-LEN CONTEXT A . #1#)) :FORMAT-CONTROL #<(SIMPLE-BASE-STRING 486) Strings differ at offset 0 of error text.
input file: C:/Users/jason-local/Documents/programming/workspace/coalton/tests/test-files/define-class.txt
line number: 1
test number: 1
test header: 1 Define... {110460DE7F}> :FORMAT-ARGUMENTS NIL)
   source: (ERROR FAILURE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant