Steps to reproduce
Start-PSPester on Ubuntu 16.04 (passes on 14.04).
Expected behavior
Test to pass.
Actual behavior
Context Parse error expected: <<class A : C {}; class B : A {}; class C : B {}>>
[!] error should happen at parse time, not at runtime 54ms
Tests don't continue.
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdition Core
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 3.0.0.0
GitCommitId v6.0.0-alpha.9
CLRVersion
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Failing test is test/powershell/Language/LanguageTestSupport.psm1 which is added and touched by cb08681 and 312ec5f.
Steps to reproduce
Start-PSPesteron Ubuntu 16.04 (passes on 14.04).Expected behavior
Test to pass.
Actual behavior
Tests don't continue.
Environment data
Failing test is
test/powershell/Language/LanguageTestSupport.psm1which is added and touched by cb08681 and 312ec5f.