From 74047ae1244062ef383de15163ac026d8b9f549a Mon Sep 17 00:00:00 2001 From: Carol Eidt Date: Thu, 9 Aug 2018 16:31:11 -0700 Subject: Fix non-lclVar odd-byte struct passing When a non-power-of-2 struct is passed, we can only use an IND if the arg is a local. Fix #19288 --- tests/arm/Tests.lst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/arm') diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst index 49a092c005..9b5576ebf5 100644 --- a/tests/arm/Tests.lst +++ b/tests/arm/Tests.lst @@ -94828,3 +94828,10 @@ MaxAllowedDurationSeconds=600 Categories=EXPECTED_PASS HostStyle=0 +[GitHub_19288.cmd_11915] +RelativePath=JIT\Regression\JitBlue\GitHub_19288\GitHub_19288\GitHub_19288.cmd +WorkingDir=JIT\Regression\JitBlue\GitHub_19288\GitHub_19288 +Expected=0 +MaxAllowedDurationSeconds=600 +Categories=EXPECTED_PASS +HostStyle=0 -- cgit v1.2.3