You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Racket Users
Hi,
After an in-place build of Racket from source (from a git clone), what's the correct way to test that Racket functions correctly? I can't find documentation on this. Is it simply running "racket/bin/raco test pkgs/racket-test" from the root of the repository? Also, for a release (say, tag v7.6), it is normal for "racket/bin/raco test pkgs/racket-test" to report a few test failures?
Thanks,
Yongming
Sam Tobin-Hochstadt
unread,
Apr 19, 2020, 2:42:06 PM4/19/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Yongming Shen, Racket Users
The most basic test suite is run with `racket/bin/racket
pkgs/racket-test-core/tests/racket/test.rkt`.
In general, and certainly for a release build, these tests should all
pass, although there's a possibility that a few might fail
intermittently due to test flakiness. If there's a consistent failure
not related to your changes, that's a bug.