PowerShell/test/powershell/Modules
Ilya eb47c22339
Add custom 'Selected.*' type to PSCustomObject in Select-Object only once (#11548)
Before the fix Select-Object without parameters added custom 'Selected.' type to PSCustomObject even if this type was already present in TypeNames that was a memory leak in the edge case.
The cause of the problem was that Select-Object without parameters did not create a new object but forwarded the original.
The fix is to add custom 'Selected.' type only if object is original and it has not already custom 'Selected.*' type.
2020-01-25 14:10:39 +05:00
..
CimCmdlets Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
Microsoft.PowerShell.Core Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
Microsoft.PowerShell.Diagnostics Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Microsoft.Powershell.Host Correct case of $IsWindows special variable 2020-01-13 19:27:21 +00:00
Microsoft.PowerShell.LocalAccounts Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Microsoft.PowerShell.Management Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
Microsoft.PowerShell.Security Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
Microsoft.PowerShell.Utility Add custom 'Selected.*' type to PSCustomObject in Select-Object only once (#11548) 2020-01-25 14:10:39 +05:00
Microsoft.WSMan.Management Test fixes for various platforms (#11579) 2020-01-14 10:57:13 -08:00
PackageManagement Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
PowerShellGet Added RequireSudoOnUnix tags to PowerShellGet tests and unmark as pending (#8954) 2019-03-05 11:55:20 -08:00
PSDesiredStateConfiguration Unify pester test syntax for the arguments of -BeOfType (#11558) 2020-01-24 11:00:37 -08:00
PSDiagnostics Adding tests for PSDiagnostics Module (#8431) 2019-01-16 14:59:35 -08:00
PSReadLine Update tests to account for when $PSHOME is readonly (#9279) 2019-04-04 23:01:01 -07:00
ThreadJob Remove BOM, insert newline at EOF 2020-01-13 18:36:47 +00:00