-
Notifications
You must be signed in to change notification settings - Fork 7
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
Red bars in Windows #10
Comments
Let me get a Windows environment with Luna and see what happens. Will get back to you soon. |
I use cpputest-3.6, and this is the std output: . |
Which version of cpputest do you use? |
When I wrote this plugin, I am using CppUTest 1.0, 2, 2.1, and 2.3. It may be easier if you tell me which which version you are using :) |
I've wrote in the comment last before. I use CppUTest 3.6 ..\main.cpp(33): error: Failure in TEST(FirstTestGroup, FirstTest) . I've checked your tests, and I saw that your program expect another output format. The problem is, that here is no 'ms' in the failed test case. |
ouch... I was quite overlooked earlier and overlooked. Hopefully I will fix it soon. I am sorry to keep you waiting. |
Hi, Sorry for the delay, I have check with the codebase. I am pretty sure that the tests have 'ms' in failed test cases. But I found another issue that would hang the test runner. Can I know if your problem have anything going to stand output? I probably need to change the way test result message is parsed. This would be a major change. Stay tuned. |
Hi, i am faced with the same problem with cpputest 3.8. Is there a chance to get a newer version? |
Hi, the problem is not the version. I changed the compiler to gcc (with minGW) and the problem has been solved. |
I got an exception like this when executing the testrunner: I am compiling with g++ (minGW) in version 4.9.3, what did you used before your switch to gcc? using another compiler should not change the output of the testrunner. |
right now i think the problem is the leading C:\ |
This problem has solved in my case too, after i switched to mingw from cygwin. :) |
Hi Alex, et al. |
Hi Carsten, |
Thanks for the feedback Alex, |
Hi,
I'm trying to use your plugin in Windows in Luna. It works well for passed Tests, but if there is a failed test, the C/C++ Unit tab stops working. I have to stop with the stop button.
The text was updated successfully, but these errors were encountered: