-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
test
: QoL for port work, more mips re-enablement
#21073
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ternalExecutor().
…ExternalExecutor().
This is precisely the kind of use case it was added for.
…rget triple. This is useful during porting work where you're not interested in running all targets all the time while iterating on changes.
… it. The idea is that these tests are just too slow to include by default on a contributor's local machine. If they want to run these, they need to opt in.
…sts. This is useful during porting work where you're mainly concerned with tests that e.g. run under QEMU. Combine with the new -Dtest-target-filter for an even more streamlined workflow.
alexrp
changed the title
Aug 14, 2024
test
: QoL for port work, more mips re-enablement, arm v8 -> v7test
: QoL for port work, more mips re-enablement
Dropping the arm v8a -> v7a change in this; it results in a bunch of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
getExternalExecutor()
to handle a few more architectures/ABIs.f16
/f128
for a few more LLVM targets that are known to be problematic.mips(el)-linux-gnueabihf
tests since unable to build mipsel glibc: fatal error: 'entry.h' file not found #4927 appears to be fixed.test-modules
step for specifically running the per-target tests and nothing else.-Dtest-target-filter
option for filtering which targets the module tests are run for.-Dtest-slow-targets
option (and use it in CI) that currently covers all MIPS target tests.