зеркало из https://github.com/dotnet/llilc.git
Merge pull request #991 from JosephTremoulet/Exclusions
Exclude four tests that are timing out
This commit is contained in:
Коммит
ea96689c17
|
@ -1,6 +1,18 @@
|
|||
<Project DefaultTargets = "GetListOfTestCmds"
|
||||
xmlns="http://schemas.microsoft.com/developer/msbuild/2003" >
|
||||
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
|
||||
<ExcludeList Include="$(XunitTestBinBase)\JIT\jit64\opt\cse\hugeSimpleExpr1\hugeSimpleExpr1.cmd" >
|
||||
<Issue>990</Issue>
|
||||
</ExcludeList>
|
||||
<ExcludeList Include="$(XunitTestBinBase)\JIT\jit64\opt\cse\HugeArray\HugeArray.cmd" >
|
||||
<Issue>990</Issue>
|
||||
</ExcludeList>
|
||||
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\VS-ia64-JIT\V2.0-Beta2\b311420\b311420\b311420.cmd" >
|
||||
<Issue>990</Issue>
|
||||
</ExcludeList>
|
||||
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V2.0-Beta2\b399444\b399444b\b399444b.cmd" >
|
||||
<Issue>990</Issue>
|
||||
</ExcludeList>
|
||||
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b33928\b33928\b33928.cmd" >
|
||||
<Issue>970</Issue>
|
||||
</ExcludeList>
|
||||
|
|
Загрузка…
Ссылка в новой задаче