summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-03-14 10:12:34 -0700
committerKyungwoo Lee <kyulee@microsoft.com>2016-03-14 10:17:13 -0700
commit09d80083421bc69cc592a71bb00e63a3eebe91c5 (patch)
treec70115d02d4d0488aafbdb16531d2cbe8dedee9b /tests
parent7fbb95d2eb98f87c7a2563b37eed004df37a3d0a (diff)
downloadcoreclr-09d80083421bc69cc592a71bb00e63a3eebe91c5.tar.gz
coreclr-09d80083421bc69cc592a71bb00e63a3eebe91c5.tar.bz2
coreclr-09d80083421bc69cc592a71bb00e63a3eebe91c5.zip
ARM64: Fix casting unsigned int to double
When casting unsigned int to double, JIT emitted ```scvtf``` instead of ```uscvtf```. The issue was JIT used dst type instead of src type for checking the sign. This fixes a part of https://github.com/dotnet/coreclr/issues/3667.
Diffstat (limited to 'tests')
-rw-r--r--tests/arm64/Tests.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arm64/Tests.lst b/tests/arm64/Tests.lst
index ac95b7657b..e639a31fe9 100644
--- a/tests/arm64/Tests.lst
+++ b/tests/arm64/Tests.lst
@@ -36404,7 +36404,7 @@ RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b68045\b68045\b68045.exe
WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b68045\b68045
Expected=100
MaxAllowedDurationSeconds=600
-Categories=Pri0;JIT;EXPECTED_FAIL;ISSUE_3667
+Categories=Pri0;JIT;EXPECTED_PASS
HostStyle=Any
[b68361.exe_5201]
RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b68361\b68361\b68361.exe