mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Deterministic test for the r6rs-ports.test segmentation fault
* test-suite/tests/r6rs-ports.test ("7.2.7 Input Ports"): Add (gc), to test the (ex-)bug in cbp_mark () when marking a closed port.
This commit is contained in:
parent
8806afa7dd
commit
4574ec212a
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@
|
|||
close!)))
|
||||
|
||||
(close-port port)
|
||||
(gc) ; Test for marking a closed port.
|
||||
closed?)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue