Skip to content
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 subtarget information to a test target name #743

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cbarrete
Copy link
Contributor

This lets users know which subtarget failed, which is crucial when testing multiple test subtargets (e.g. when there is one per configuration, generated via transitions).

Before:

2 TESTS FAILED
  ✗ root//:dummy_test
  ✗ root//:dummy_test

After:

2 TESTS FAILED
  ✗ root//:dummy_test[gcc13-cxx20-debug]
  ✗ root//:dummy_test[clang18-cxx20-debug]

When a default provider is built (no subtargets), the output is unchanged, because ProviderName's Display implementation returns an empty string for default providers.

This lets users know which subtarget failed, which is crucial when testing multiple test subtargets
(e.g. when there is one per configuration, generated via transitions).

Before:
```
2 TESTS FAILED
  ✗ root//:dummy_test
  ✗ root//:dummy_test
```

After:
```
2 TESTS FAILED
  ✗ root//:dummy_test[gcc13-cxx20-debug]
  ✗ root//:dummy_test[clang18-cxx20-debug]
```

When a default provider is built (no subtargets), the output is unchanged, because
`ProviderName`'s `Display` implementation returns an empty string for default providers.
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 19, 2024
@cbarrete
Copy link
Contributor Author

@JakobDegen Those Windows failures are unrelated, so I think that the patch is ready.

@cbarrete
Copy link
Contributor Author

@ndmitchell Could you have a look at this, or alternatively who I should tag as a reviewer?

@cbarrete
Copy link
Contributor Author

cbarrete commented Sep 4, 2024

@stepancheg maybe? Sorry for insisting, this has just come up again internally.

@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants