summaryrefslogtreecommitdiff
path: root/tests/arm/Tests.lst
diff options
context:
space:
mode:
authorjashoo <jashoo@microsoft.com>2017-07-19 16:32:16 -0700
committerjashook <jashoo@microsoft.com>2017-07-20 11:52:40 -0700
commit09fc7516422f7577f0ec1eb4c7903edc0e2c58de (patch)
treec9b57d46c8616169354316419a6180d9214ece89 /tests/arm/Tests.lst
parentdcf0637f2073d862bce3ab01fd2b9bad34796929 (diff)
downloadcoreclr-09fc7516422f7577f0ec1eb4c7903edc0e2c58de.tar.gz
coreclr-09fc7516422f7577f0ec1eb4c7903edc0e2c58de.tar.bz2
coreclr-09fc7516422f7577f0ec1eb4c7903edc0e2c58de.zip
For lb arm do not overwrite 1 element hfa type
On arm64 we will treat 1 element HFA types as the primitive type that is contained. On Legacy Backend codegenlegacy will incorrectly assign these two types. Instead keep the struct type through the IR correctly to do a blockop.
Diffstat (limited to 'tests/arm/Tests.lst')
-rw-r--r--tests/arm/Tests.lst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst
index 76bf0db2cd..af8dd2fd10 100644
--- a/tests/arm/Tests.lst
+++ b/tests/arm/Tests.lst
@@ -8993,7 +8993,7 @@ RelativePath=JIT\Directed\StructABI\StructABI\StructABI.cmd
WorkingDir=JIT\Directed\StructABI\StructABI
Expected=0
MaxAllowedDurationSeconds=600
-Categories=EXPECTED_FAIL;8093
+Categories=EXPECTED_PASS
HostStyle=0
[Ackermann.cmd_1125]