-
Notifications
You must be signed in to change notification settings - Fork 132
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
Opcode test coverage needs improving #686
Comments
154 of those failures are opcodes that are documented but not included anywhere in test/build (
|
Something is off with the test, https://github.com/Raku/nqp/blob/master/t/nqp/060-bigint.t#L32 explicitly has an |
Ah, https://github.com/Raku/nqp/blob/master/t/docs/tests.t#L39 (and line 42) should be case-insensitive (or just include 'I'). |
Looks like the new list of 118 is:
|
|
Recently updated the t/docs/tests.t test (written in Raku) to verify that all documented opcodes are test (and all used opcodes are documented)
Currently has 263 failures.
The text was updated successfully, but these errors were encountered: