Skip to content

Commit

Permalink
Exclude Regression\CLR-x86-EJIT test case that has issue with LLILC
Browse files Browse the repository at this point in the history
Core CLR PR dotnet/coreclr#1088 added multiple test directories under Regression.
Three of the test cases failed if run with LLILC. dotnet#616 is created for investigation.
Exclude the test case for now.
  • Loading branch information
Bengu Li committed Jun 4, 2015
1 parent 941c2f0 commit 5c709f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/exclusion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -316,5 +316,15 @@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V2.0-RTM\b539509\b539509.cmd" >
<Issue>601</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-EJIT\V1-M11-Beta1\b40138\b40138.cmd" >
<Issue>616</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-EJIT\V1-M11-Beta1\b45679\b45679.cmd" >
<Issue>616</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-EJIT\V1-M12-Beta2\b46847\b46847.cmd" >
<Issue>616</Issue>
</ExcludeList>

</ItemGroup>
</Project>

0 comments on commit 5c709f8

Please sign in to comment.