You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Python version (& distribution if applicable, e.g. Anaconda): 3.7
Using VS Code or Visual Studio: Visual Studio
Actual behavior
VS extension UI tests fail with following stack:
Test Name: Breakpoints
Test FullName: Test Detail Summary
Test Source: C:\Projects\GitHub\huguesv\PTVS\Python\Tests\DebuggerUITestsRunner\DebugProjectUITests.cs : line 167
Test Outcome: Failed
Test Duration: 0:00:00
Test Name: Breakpoints
Test Outcome: Failed
Result StackTrace:
Assert.IsNotNull failed.
at Project DebuggerUITests.DebugProjectUITests.OpenProjectAndBreak(VisualStudioApp app, string projName, string filename, int lineNo, bool setStartupItem) in C:\Projects\GitHub\huguesv\PTVS\Python\Tests\DebuggerUITests\DebugProjectUITests.cs:line 993
at Project DebuggerUITests.DebugProjectUITests.OpenDebuggerProjectAndBreak(VisualStudioApp app, string startItem, int lineNo, bool setStartupItem) in C:\Projects\GitHub\huguesv\PTVS\Python\Tests\DebuggerUITests\DebugProjectUITests.cs:line 959
at void DebuggerUITests.DebugProjectUITests.Breakpoints(PythonVisualStudioApp app, bool useVsCodeDebugger, string interpreter, DotNotWaitOnNormalExit optionSetter) in C:\Projects\GitHub\huguesv\PTVS\Python\Tests\DebuggerUITests\DebugProjectUITests.cs:line 561
Result Message:
Test method DebuggerUITestsRunner.DebugProjectUITestsExperimental37.Breakpoints threw exception:
TestRunnerInterop.TestFailedException: AssertFailedException: Assert.IsNotNull failed.
Result StandardOutput:
Executing command DebugAdapterHost.Logging /On
Successfully executed command DebugAdapterHost.Logging /On
Creating temp directory for test at C:\Projects\GitHub\huguesv\PTVS\Python\Deploy_huvalo 2019-07-16 15_23_44\Out\Temp\gpyu3m5t.yke\
Copying C:\Projects\GitHub\huguesv\PTVS\Python\Tests\TestData\DebuggerProject.sln to C:\Projects\GitHub\huguesv\PTVS\Python\Deploy_huvalo 2019-07-16 15_23_44\Out\Temp\gpyu3m5t.yke\DebuggerProject.sln
Copying C:\Projects\GitHub\huguesv\PTVS\Python\Tests\TestData\DebuggerProject to C:\Projects\GitHub\huguesv\PTVS\Python\Deploy_huvalo 2019-07-16 15_23_44\Out\Temp\gpyu3m5t.yke\DebuggerProject
Closing
Opening C:\Projects\GitHub\huguesv\PTVS\Python\Deploy_huvalo 2019-07-16 15_23_44\Out\Temp\gpyu3m5t.yke\DebuggerProject.sln
Expected behavior
UI tests should succeed.
Steps to reproduce:
Use the latest master and run the Debugger UI test in PTVS.
Environment data
Actual behavior
VS extension UI tests fail with following stack:
Expected behavior
UI tests should succeed.
Steps to reproduce:
Logs:
The text was updated successfully, but these errors were encountered: