bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24647: SRFI 64 − Test marked as passed when it should have been mark


From: Amirouche Boubekki
Subject: bug#24647: SRFI 64 − Test marked as passed when it should have been marked as fail
Date: Sun, 09 Oct 2016 17:58:41 +0200
User-agent: Roundcube Webmail/1.1.2

The code for SRFI-64 does implement error catching, but that it might return #f if an error happens causing a passed test when it should have been marked as FAIL

(use-modules (srfi srfi-64))

(test-begin "repository")

(test-equal
    #f
  (throw 'key))

(test-end)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]