unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#72154: test-error does not work
@ 2024-07-17 10:22 Tomas Volf
  0 siblings, 0 replies; only message in thread
From: Tomas Volf @ 2024-07-17 10:22 UTC (permalink / raw)
  To: 72154

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

Hi,

currently the test-error does not seem to work:

    (test-error "should throw" 'foo
      (throw 'bar))

results in

    test-name: should throw
    location: test.scm:191
    source:
    + (test-error "should throw" 'foo (throw 'bar))
    expected-error:
    + foo
    actual-error:
    + (bar)
    result: PASS

According to feedback from mastodon it is not really implemented.  That does not
seem to be documented.  Maybe it would be better to just not export it?  Or it
should throw 'not-implemented instead of just passing?

Have a nice day,
Tomas

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-17 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 10:22 bug#72154: test-error does not work Tomas Volf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).