-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move checking of tests with little x-platform risk to supplemental auto bot, turn on lexer tests #15880
Comments
The lexer tests aren't too bad, but the parser tests are going to be awful. |
It looks like the Ubuntu antlr packages are not-very-useful, will have to install from their website. It's missing the grun tool entirely, which is the only thing that lets me avoid actually writing Java for the lexer tests. |
Help wanted: Create Docker image with all dependencies to run these tests, and take a guess at the Buildbot PR necessary to run the new image as a non-gating builder. |
Grammar bot is #28592 and otherwise we basically have a supplemental bot running extra tests. |
internal: Include toml files in the vfs Closes rust-lang#15753
We have tests in tree that the lexer conforms to an official grammar, but the bots are not running them yet. These tests take a long time to run, as will the impending tests of the parser. We need to do a few things to turn them on:
make check-extra
insrc/bootstrap/mk/makefile.in
that runs the grammar and lexer tests. Submit PR to rust-lang/rustauto-extra
buildercc @cmr @alexcrichton
The text was updated successfully, but these errors were encountered: