#188: FLEXI-STREAMS fails when testing CL-PPCRE ------------------------------------------------------------------+--------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.0.1 Component: libraries | Version: Keywords: quicklisp, asdf, flexi-stream,cl-ppcre, asdf:test-op | ------------------------------------------------------------------+--------- {{{ ; Wrote /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/ASDF-TMP-tests.abcl (0.13 seconds) ; Loading /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/tests.abcl ... ; Loaded /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/tests.abcl (0.016 seconds) ; Compiling /home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/perl-tests.lisp ... ; (IN-PACKAGE :CL-PPCRE-TEST) ; (DEFVAR *TESTS-TO-SKIP* ...) ; (DEFUN CREATE-STRING-FROM-INPUT ...) ; (DEFUN PERL-TEST ...) ; Wrote /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/ASDF-TMP-perl-tests.abcl (0.098 seconds) ; Loading /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/perl-tests.abcl ... ; Loaded /home/weblogic/.cache/common-lisp/abcl-1.1.0-dev- fasl38-linux-x64/home/weblogic/quicklisp/dists/quicklisp/software/cl- ppcre-2.0.3/test/perl-tests.abcl (0.026 seconds) Test: Running tests in file "perltestdata" 1: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 2: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 3: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 4: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 5: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 6: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 7: got an unexpected error: The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {47275E71}> is not of type STREAM. 8: }}}
#188: FLEXI-STREAMS fails when testing CL-PPCRE ------------------------------------------------------------------+--------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: libraries | Version: Keywords: quicklisp, asdf, flexi-stream,cl-ppcre, asdf:test-op | ------------------------------------------------------------------+--------- Changes (by mevenson):
* milestone: 1.0.1 => 1.1.0
#188: READ can't read from gray streams ------------------------------------------------------------------+--------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: libraries | Version: Keywords: quicklisp, asdf, flexi-stream,cl-ppcre, asdf:test-op | ------------------------------------------------------------------+--------- Changes (by sboukarev):
* cc: stassats@… (added)
Comment:
A better test case: (read (flex:make-flexi-stream (flex:make-in-memory-input-stream (flex :string-to-octets "(+ 1 1)")))) The value #<FLEXI-STREAMS:FLEXI-INPUT-STREAM {17E2C93C}> is not of type STREAM.
#188: READ can't read from gray streams --------------------------+------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: libraries | Version: Keywords: gray-streams | --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* keywords: quicklisp, asdf, flexi-stream,cl-ppcre, asdf:test-op => gray-streams
#188: READ can't read from gray streams ----------------------------------------------+----------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: major | Milestone: 1.1.1 Component: libraries | Version: Keywords: gray-streams streams beyond-ansi | ----------------------------------------------+----------------------------- Changes (by mevenson):
* keywords: gray-streams => gray-streams streams beyond-ansi * milestone: 1.1.0 => 1.1.1
#188: READ can't read from gray streams ----------------------------------------------+----------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: critical | Milestone: 1.2.0 Component: libraries | Version: 1.1.0 Keywords: gray-streams streams beyond-ansi | ----------------------------------------------+----------------------------- Changes (by mevenson):
* priority: major => critical * version: => 1.1.0 * milestone: 1.1.1 => 1.2.0
Comment:
FLEXI-STREAMS still failing tests.
#188: READ can't read from gray streams ----------------------------------------------+----------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: critical | Milestone: 1.2.0 Component: libraries | Version: 1.1.0 Keywords: gray-streams streams beyond-ansi | ----------------------------------------------+-----------------------------
Comment(by mevenson):
FLEXI-STREAMS now passes its tests, but this test case still fails.
armedbear-ticket@common-lisp.net