bug#72384: srfi-64: test-end should not clear fail list

2024-10-01 Thread Taylan Kammer
On 30.07.2024 21:52, Tomas Volf wrote: > Hello, > > I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. > > Reading the specification for test-expect-fail I do not see a mandate to clear > expect-fail list on test-end. test-skip does have such provision, but it is > lacking in t

bug#72384: srfi-64: test-end should not clear fail list

2024-07-30 Thread Tomas Volf
Hello, I think I found a bug in (srfi srfi-64) module shipped with GNU Guile. Reading the specification for test-expect-fail I do not see a mandate to clear expect-fail list on test-end. test-skip does have such provision, but it is lacking in the test-expect-fail. Therefore I think current beh