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
Gtest runner parses results based on test output. You're seeing the stuck
yellow light because your test hung and produced no output. You'll have to
debug the test further.
In general, it's not possible for gtest runner to determine if a test is
hung since it has no apriori knowledge of how long the test takes nor the
expected outcomes
On Thursday, November 15, 2018, Prasaddiwalkar ***@***.***> wrote:
<
Also when I am trying to run the google it does not run the test.
Even there is no way to know what is going wrong in gtest-runner. No logs found or error display on UI.
The text was updated successfully, but these errors were encountered: