[plt-scheme] Can anyone give me some help on running Untyped "Smoke" testapp?
One or two of the tests have a tendency to fail in some browsers, some of the time. There's a timing issue in there somewhere. My hunch is it's in the browser harness for Delirium rather than Smoke itself.
FWIW it hasn't been a problem for me yet. I would like to sort it out though.
-- Dave
On 8 Dec 2009, at 14:07, Nevo wrote:
> ok, I simply defined "continuation-peek" as following in order to get it work. And it actually started with continuous "notification" test failures (see below bold text),but it worked anyway.
>
> (define (continuation-peek instance-id a-k-id a-salt)
> (continuation-lookup instance-id a-k-id a-salt))
>
> ++++++++++++++++++++++++++++++++++++++++++
> smoke > testapp > notification > notifications dismissed by clicking 'x'
> notifications dismissed by clicking 'x'
> FAILURE
> name: check-equal?
> location: testapp/tests/notification-test.ss:37:6
> actual: 0
>
> expected: 1
> ++++++++++++++++++++++++++++++++++++++++++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091208/2a278126/attachment.html>