Skip to content

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Sep 29, 2024

If a non-copyable suite type has a test function whose name starts with test, we emit a call to __invokeXCTestCaseMethod() that's a no-op (but we can't tell during macro expansion if it will be.) This function needs to be updated to accept a non-copyable generic type.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.
…t` method. If a non-copyable suite type has a test function whose name starts with `test`, we emit a call to `__invokeXCTestCaseMethod()` that's a no-op (but we can't tell during macro expansion if it will be.) This function needs to be updated to accept a non-copyable generic type.
@grynspan grynspan added the bug 🪲 Something isn't working label Sep 29, 2024
@grynspan grynspan self-assigned this Sep 29, 2024
@grynspan grynspan added this to the Swift 6.1 milestone Sep 29, 2024
@grynspan
Copy link
Contributor Author

@swift-ci test

@grynspan grynspan merged commit f5b64a3 into main Sep 30, 2024
3 checks passed
@grynspan grynspan deleted the jgrynspan/__invokeXCTestCaseMethod-non-copyable branch September 30, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🪲 Something isn't working

2 participants