Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>PowerShell {0}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SteveL-MSFT, your last commit had 10 failures in PowerShell-CI-macos
(These are 5 of the failures)

TabCompletion.Should complete abbreviated cmdlet

Expected exactly 'Import-PowerShellDataFile', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 16
16:         $res | Should -BeExactly 'Import-PowerShellDataFile'

TabCompletion.Should complete abbreviated function

Expected the actual value to be greater than or equal to 1, but got 0.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 21
21:         $res.Count | Should -BeGreaterOrEqual 1

Temp: drive.TEMP: drive exists

Expected exactly 'Temp', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Management/Get-PSDrive.Tests.ps1: line 64
64:         $res.Name | Should -BeExactly "Temp"

Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results relying on auto module loading

Expected a collection with size 2, but got an empty collection.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 39
39:             $results | Should -HaveCount 2

Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results for cmdlets matching abbreviation

Expected 'Invoke-Command' to be found in collection @(), but it was not found.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 69
69:             $results.Name | Should -Contain "Invoke-Command"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SteveL-MSFT, your last commit had 10 failures in PowerShell-CI-macos
(These are 5 of the failures)

TabCompletion.Should complete abbreviated cmdlet

Expected exactly 'Import-PowerShellDataFile', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 16
16:         $res | Should -BeExactly 'Import-PowerShellDataFile'

TabCompletion.Should complete abbreviated function

Expected the actual value to be greater than or equal to 1, but got 0.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1: line 21
21:         $res.Count | Should -BeGreaterOrEqual 1

Temp: drive.TEMP: drive exists

Expected exactly 'Temp', but got $null.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Management/Get-PSDrive.Tests.ps1: line 64
64:         $res.Name | Should -BeExactly "Temp"

Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results relying on auto module loading

Expected a collection with size 2, but got an empty collection.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 39
39:             $results | Should -HaveCount 2

Get-Command Feature tests.-UseAbbreviationExpansion tests.Can return multiple results for cmdlets matching abbreviation

Expected 'Invoke-Command' to be found in collection @(), but it was not found.
at <ScriptBlock>, /Users/vsts/agent/2.153.2/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Utility/Get-Command.Tests.ps1: line 69
69:             $results.Name | Should -Contain "Invoke-Command"

Copyright (c) Microsoft Corporation. All rights reserved.

https://aka.ms/pscore6-docs
https://aka.ms/powershell
Type 'help' to get help.</value>
</data>
<data name="UsageHelp" xml:space="preserve">
Expand All @@ -137,7 +137,7 @@ Type 'help' to get help.</value>

pwsh[.exe] -h | -Help | -? | /?

PowerShell Online Help https://aka.ms/pscore6-docs
PowerShell Online Help https://aka.ms/powershell-docs

All parameters are case-insensitive.</value>
</data>
Expand Down