bug#72369: srfi-64: test-end fails to signal an error with null runner

2024-10-02 Thread Taylan Kammer
On 02.10.2024 21:57, Tomas Volf wrote: > Let me know what you think (either here or in #72365 ^_^ ). > > Tomas Sure thing! Responded in the other thread. - Taylan

bug#72369: srfi-64: test-end fails to signal an error with null runner

2024-10-02 Thread Tomas Volf
Taylan Kammer writes: Hi, > On 30.07.2024 21:51, Tomas Volf wrote: >> Hello, >> >> I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. >> >> The specification says the following about the test-end: >> >>> An error is reported if the suite-name does not match the current test g

bug#72369: srfi-64: test-end fails to signal an error with null runner

2024-09-30 Thread Taylan Kammer
On 30.07.2024 21:51, Tomas Volf wrote: > Hello, > > I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. > > The specification says the following about the test-end: > >> An error is reported if the suite-name does not match the current test group >> name. > Thus the following sho

bug#72369: srfi-64: test-end fails to signal an error with null runner

2024-07-30 Thread Tomas Volf
Hello, I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. The specification says the following about the test-end: > An error is reported if the suite-name does not match the current test group > name. Thus the following should signal an error: (use-modules (srfi srfi-6