gtest-gbar
gtest-gbar copied to clipboard
Test application run two times
What steps will reproduce the problem?
1. Setup application
2. Press Go
What is the expected output? What do you see instead?
My application gets started two times.
the first time it get started with: "GameAppD.exe" --gtest_list_tests
--gtest_shuffle
second time it runs with "GameAppD.exe" --gtest_shuffle
What version of the product are you using? On what operating system?
Using version 1.2.2 under Windows 7.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 4 Sep 2011 at 11:58
--gtest_list_tests just forces gtest to output all tests but it actually does
not run the tests - so this should not be a problem
Original comment by [email protected]
on 21 May 2012 at 7:29
Same happens for me also the application goes into not responding mode after
some time
Original comment by [email protected]
on 16 Dec 2012 at 1:20