-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Need an Eclipse plug-in #40
Comments
Just tried Eclipse Neon with CDT 9.0 included: |
Can you check whether this works with type parameterized tests? I filed a bug about this in CDT 8.7 or 8.8: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479289 (text reproduced here for simplicity). When you use type parametrized tests in gtest, you get output of the following form: [----------] 2 tests from TestCaseName/0, where TypeParam = TypeStruct<float, true> [----------] 2 tests from TestCaseName/1, where TypeParam = TypeStruct<float, false> When Eclipse sees this, it complains: "Unknown error during parsing Google Test module output: A test case "TestName" belongs to test suite "TestCaseName/1", but the last started suite is "TestCaseName/0". |
This issue is fairly old and there hasn't been much activity on it. Closing, but please re-open if it still occurs. |
Original issue reported on code.google.com by
shiq...@gmail.com
on 29 Sep 2008 at 3:17The text was updated successfully, but these errors were encountered: