-
Notifications
You must be signed in to change notification settings - Fork 217
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
Regression tests #1733
Labels
Comments
andyleejordan
added
Area-Test
Issue-Enhancement
A feature request (enhancement).
and removed
Needs: Triage
Maintainer attention needed!
labels
Feb 28, 2022
@SydneyhSmith How are we tracking in here which are done or not? |
Was thinking moving from the remaining work section to the completed work section |
Next item is to create a doc of manual tests to complete for releases...assigning to myself |
Repository owner
moved this from Wishlist
to Done
in Sea Biscuit
Sep 28, 2022
Repository owner
moved this from In Progress
to Done
in American Pharoah
Sep 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This covers the desire to go back through recently merged PRs (and my own Git stashes) to see what bugs we fixed that could be covered with a regression test (for stability purposes). @SydneyhSmith we can use this for tracking!
Completed test work:
PsesInternalHostTests
(previouslyPowerShellContextTests
) #1651$psEditor
#1828 / Remove-Variable can causecls
andClear-Host
to throwYou cannot call a method on a null-valued expression.
vscode-powershell#3718$PROFILE
variable and profile loading test #1832 / Fix profile loading and$PROFILE
variable #1604PSDebugContext
vscode-powershell#3980 / Add regression test for$PSDebugContext
inprompt
function #1857HostInfo.BundledModulePath
to find PSScriptAnalyzer #1864 / Locally installed PSScriptAnalyzer module takes precedence over bundled one vscode-powershell#2697prompt
function crashed REPL #1866 / Visual Studio Code Host hogs CPU and floods error log with error "Unrecognized option: --version" vscode-powershell#4073DebuggerBreaksInUntitledScript
unit test #1861 / Run Launch config on unsaved File is broken vscode-powershell#3655prompt
is undefined #1710 / Crash whenprompt
is undefined in the runspace #1699DoesNotDuplicateScriptMarkersAsync
regression test #1870 / Duplicate PSSA-entries in Problem-tab after reopening file vscode-powershell#3252Remaining test work
Debugging
Host
Write-Host -NoNewLine
and-*Color
does not work #1667Write-Progress
not cleaned up unless-Complete
is explicitly specified vscode-powershell#3807WriteWithPrompt()
#1781IntelliSense
SymbolService.FindFunctionDefinitionAtLocation()
PSSA
SuggestedCorrection
toMarkerCorrection
#1749Startup
PSReadLine
#1514Non-VSCode
The text was updated successfully, but these errors were encountered: