-
Notifications
You must be signed in to change notification settings - Fork 323
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
Add filter cmdline option to tests #8998
Comments
Pavel Marek reports a new STANDUP for today (2024-02-13): Progress: - Engine benches work, let's see if there will be any regressions or compile problems after the dailies.
|
Pavel Marek reports a new STANDUP for yesterday (2024-02-14): Progress: - Designing the new filter option to
|
Pavel Marek reports a new STANDUP for today (2024-02-15): Progress: - filter from cmdline is ready for review #9065
|
Pavel Marek reports a new STANDUP for today (2024-02-16): Progress: - Surprisingly, Base_Tests are failing:
|
Pavel Marek reports a new 🔴 DELAY for today (2024-02-19): Summary: There is 5 days delay in implementation of the Add filter cmdline option to tests (#8998) task. Running the tests with filter revealed some unexpected issues in the engine related to the partial evaluation in Truffle Delay Cause: Bumped into unexpected issues with the tests |
Pavel Marek reports a new STANDUP for today (2024-02-19): Progress: - Array_Proxy test fixed by fixing a GraalVM PE - related issue when checking arguments for
|
Pavel Marek reports a new STANDUP for today (2024-02-20): Progress: - Created PR that ensures the correct versions of Java and GraalVM are used: #9106
|
Pavel Marek reports a new STANDUP for today (2024-02-21): Progress: - Fixed the issue with atom with hole cashing after consultation with Jaroslav.
|
There is Suite.run_with_filter spec_filter group_filter method that allows to filter specs or groups. There are many
main
methods in tests that call into that method. Let's add an optional filter that can be passed from the cmd line. The filter will be just a single argument that will be first treated as a text and will try to match both groups and specs. If there are no matches, the filter will be interpreter as a regex.Tasks
The text was updated successfully, but these errors were encountered: