Skip to content
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

Error discovering tests #164

Closed
angocor opened this issue Sep 13, 2017 · 2 comments
Closed

Error discovering tests #164

angocor opened this issue Sep 13, 2017 · 2 comments
Assignees
Labels

Comments

@angocor
Copy link

angocor commented Sep 13, 2017

Hello.

I am getting the following error when I compile my test project in VS2013 with Google Test Adapter.

------ Discover test started ------
Google Test Adapter: Test discovery starting...
ERROR: Could not list test cases of executable 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug\HDCpuITests.exe': executing process failed with return code -1073741502
Command executed: 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug\HDCpuITests.exe --gtest_list_tests', working directory: 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug'
Command produced no output
Found 0 tests in executable D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug\HDCpuITests.exe
Test discovery completed, overall duration: 00:00:01.4000524
ERROR:

The following errors and warnings occured during test discovery (enable debug mode for more information):
ERROR: Could not list test cases of executable 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug\HDCpuITests.exe': executing process failed with return code -1073741502
Command executed: 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug\HDCpuITests.exe --gtest_list_tests', working directory: 'D:\Users\agonzalez\git\next32\Libraries\HDCpuI\HDCpuITests\Debug'
Command produced no output
========== Discover test finished: 0 found (0:00:01.6427773) ==========

Any idea of what this error means?. What is the return error code -1073741502?. I noticed this error happens when I try to link a DLL I need for my tests, however since I don't know what the return error is I feel clueless of why adding the DLL affects the test discovery.

@csoltenborn csoltenborn self-assigned this Sep 18, 2017
@csoltenborn
Copy link
Owner

Have you checked out our trouble shooting guide? Make sure that test discovery can be run from console. Let me know if this does not help...

@csoltenborn
Copy link
Owner

Closed due to inactivity - feel free to reopen if you still have problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants