Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Re-enable jit regression test DevDiv_590771 #18724

Merged
merged 1 commit into from
Jul 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions tests/arm/Tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -94812,3 +94812,19 @@ MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0

[DevDiv_590771.cmd_11912]
RelativePath=JIT\Regression\JitBlue\DevDiv_590771\DevDiv_590771\DevDiv_590771.cmd
WorkingDir=JIT\Regression\JitBlue\DevDiv_590771\DevDiv_590771
Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0

[GitHub_18522_8.cmd_11913]
RelativePath=JIT\Regression\JitBlue\GitHub_18522\GitHub_18522_8\GitHub_18522_8.cmd
WorkingDir=JIT\Regression\JitBlue\GitHub_18522\GitHub_18522_8
Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0

10 changes: 9 additions & 1 deletion tests/arm64/Tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -94729,7 +94729,7 @@ RelativePath=JIT\Regression\JitBlue\DevDiv_590771\DevDiv_590771\DevDiv_590771.cm
WorkingDir=JIT\Regression\JitBlue\DevDiv_590771\DevDiv_590771
Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_FAIL;17967;EXCLUDED
Categories=EXPECTED_PASS
HostStyle=0

[GitHub_18482.cmd_12219]
Expand Down Expand Up @@ -94827,6 +94827,7 @@ Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0

[GitHub_18362.cmd_12231]
RelativePath=JIT\Regression\JitBlue\GitHub_18362\GitHub_18362\GitHub_18362.cmd
WorkingDir=JIT\Regression\JitBlue\GitHub_18362\GitHub_18362
Expand All @@ -94835,3 +94836,10 @@ MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0

[GitHub_18522_8.cmd_12232]
RelativePath=JIT\Regression\JitBlue\GitHub_18522\GitHub_18522_8\GitHub_18522_8.cmd
WorkingDir=JIT\Regression\JitBlue\GitHub_18522\GitHub_18522_8
Expected=0
MaxAllowedDurationSeconds=600
Categories=EXPECTED_PASS
HostStyle=0
3 changes: 0 additions & 3 deletions tests/issues.targets
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,6 @@
<!-- The following are ARM64_altjit crossgen failures. For x64_arm64_altjit buildArm==x64. -->

<ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildArch)' == 'x64'">
<ExcludeList Include="$(XunitTestBinBase)\JIT\Regression\JitBlue\DevDiv_590771\DevDiv_590771\DevDiv_590771.cmd">
<Issue>17967</Issue>
</ExcludeList>
</ItemGroup>

<!-- Tests that need to be triaged for vararg usage as that is not supported -->
Expand Down