PowerShell/test/powershell/Language
Dongbo Wang c982f30d4e Fix powershell class to use the current EngineSessionState for execution. (#2837)
When a PS class is defined in a module and the module gets reloaded, the class would still use the SessionState from the old module for execution, and thus it doesn't reflect changes to the module state during the reload. This fix is to make sure we always use the current EngineSessionState for PS class execution.
2016-12-09 11:06:07 -08:00
..
Classes Fix powershell class to use the current EngineSessionState for execution. (#2837) 2016-12-09 11:06:07 -08:00
Interop/DotNet changes tags for tests 2016-07-27 12:06:51 -07:00
Operators Fix bytewise operators to work on enum types with 'System.Byte' as the underlying type (#2411) 2016-10-03 15:24:39 -07:00
Parser Make Out-Null fast (#2629) 2016-11-11 11:29:53 -08:00
Scripting Marked flaky test as pending to unblock daily builds (#2838) 2016-12-04 00:12:51 -08:00
CompletionTestSupport.psm1 all tests are now marked with proper tag 2016-07-27 12:06:51 -07:00
LanguageTestSupport.psm1 Add tests to language part 5 (#2218) 2016-09-16 16:54:48 -07:00
map.json Add tests to language part 5 (#2218) 2016-09-16 16:54:48 -07:00