-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
Description
Using the Run All button in Test Explorer fails to execute tests with the following stack in Test Output. Highlighting all tests in Test Explorer, right-clicking and using "Run Selected Tests" successfully executes all tests.
Visual Studio 2015 Community Edition, Update 2.
ERROR: Exception while running tests: System.NotImplementedException: The method or operation is not implemented.
at Dia.IDiaSymbol.findChildren(SymTagEnum symTag, String name, UInt32 compareFlags, IDiaEnumSymbols& ppResult)
at GoogleTestAdapter.DiaResolver.DiaResolver.FindFunctionsByRegex(String pattern)
at GoogleTestAdapter.DiaResolver.DiaResolver.GetFunctions(String symbolFilterString)
at GoogleTestAdapter.TestCases.TestCaseResolver.FindTestCaseLocationsInBinary(String binary, List`1 testMethodSignatures, String symbolFilterString, String pathExtension, List`1 errorMessages)
at GoogleTestAdapter.TestCases.TestCaseResolver.ResolveAllTestCases(String executable, List`1 testMethodSignatures, String symbolFilterString, String pathExtension, List`1 errorMessages)
at GoogleTestAdapter.TestCases.TestCaseFactory.GetTestCaseLocations(IList`1 testCaseDescriptors, String pathExtension)
at GoogleTestAdapter.TestCases.TestCaseFactory.CreateTestCases()
at GoogleTestAdapter.GoogleTestDiscoverer.GetTestsFromExecutable(String executable)
at GoogleTestAdapter.TestAdapter.TestExecutor.GetAllTestCasesInExecutables(IEnumerable`1 executables)
at GoogleTestAdapter.TestAdapter.TestExecutor.RunTests(IEnumerable`1 executables, IRunContext runContext, IFrameworkHandle frameworkHandle)