You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a full spectest on a new branch will show no errors with a modified existing roast standard test, but trying to run the tests in its S* directory or as an individual test fails.
That is exasperating when trying to test during a core change because the existing spectest takes so long. A finer-grained spectest for use before a PR would be very usefule to me.
Alternatively, publishing the exact ./perl6 command for local testing of rakudo with single tests in t/spec/S* would be just as useful.
Expected Behavior
I would like to have a make target something like this:
make spectest-S26-documentation
The text was updated successfully, but these errors were encountered:
The Problem
Running a full spectest on a new branch will show no errors with a modified existing roast standard test, but trying to run the tests in its S* directory or as an individual test fails.
That is exasperating when trying to test during a core change because the existing spectest takes so long. A finer-grained spectest for use before a PR would be very usefule to me.
Alternatively, publishing the exact ./perl6 command for local testing of rakudo with single tests in t/spec/S* would be just as useful.
Expected Behavior
I would like to have a make target something like this:
The text was updated successfully, but these errors were encountered: