failure notice
Арсений Заостровных
necto.ne@gmail.com
Mon Aug 6 19:25:00 GMT 2012
Hi, gays!
I think the better behaviour would be like that:
> (start-test-script "my-regression-test-file.lisp")
T
> (do-some-stuff with args) ;; -- not important, because it will not be written
"result"
> (+ 1 2) ;; one of the possible test cases
3
>(i-like-it) ;; -- here the system will write the test-case: (deftest (equal (+ 1 2) 3))
T
> (do-other-stuff)
"hello world"
> (anything-else)
42
> (* 2 2)
5 ;; -- wrong result, that's why i will not save this test-case in script
;;; Then i correct my operator of multiplication, and rerun the test:
> (* 2 2)
4
> (i-like-it) ;; -- the second example is written to the file
T
> (finish-test-script)
After such session there will be a file named
"my-regression-test-file.lisp" with:
;;-----------------------------------------------------------------------------
(deftest
(equal (+ 1 2)
3))
(deftest
(equal (* 2 2)
4))
;;-----------------------------------------------------------------------------
IMHO Charles had in mind somethink like that.
2012/8/6 <MAILER-DAEMON@sourceware.org>
>
> Hi. This is the qmail-send program at sourceware.org.
> I'm afraid I wasn't able to deliver your message to the following addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <kawa@sources.redhat.com>:
> Invalid mime type "text/html" detected in message text or
> attachment. Please send plain text messages only.
> See http://sourceware.org/lists.html#sourceware-list-info for more information.
> Contact kawa-owner@sourceware.org if you have questions about this. (#5.7.2)
>
> --- Enclosed are the original headers of the message.
>
>
> ---------- Пересылаемое сообщение ----------
> From: "Арсений Заостровных" <necto.ne@gmail.com>
> To: kawa@sources.redhat.com
> Cc:
> Date: Mon, 6 Aug 2012 23:23:15 +0400
> Subject: Re: Idea for testing
> (Body suppressed)
>
--
Necto.
More information about the Kawa
mailing list