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
Currently, when tests crashes, seems there is no stack trace. That would help a lot to investigate issue, especially for me when I migrate a project to bazel and some unit test crash.
How to reproduce:
Just put fatalError("") in unit tests or in testing swift code.
A similar issue is opened in Bazel but it seems belong the this xctestrunner: bazelbuild/bazel#8050
The text was updated successfully, but these errors were encountered:
Currently, when tests crashes, seems there is no stack trace. That would help a lot to investigate issue, especially for me when I migrate a project to bazel and some unit test crash.
How to reproduce:
Just put fatalError("") in unit tests or in testing swift code.
A similar issue is opened in Bazel but it seems belong the this xctestrunner: bazelbuild/bazel#8050
The text was updated successfully, but these errors were encountered: