diff options
author | Carol Eidt <carol.eidt@microsoft.com> | 2018-08-16 08:11:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-16 08:11:00 -0700 |
commit | da7cf5626753baeef42e7bd2d95f2dfe1c894553 (patch) | |
tree | af98e8efef3dd95c673f04c9da5aec90190f691b /tests/arm | |
parent | 3da101be85ee07b9b625f03b7570a03a5cd028cc (diff) | |
parent | 74047ae1244062ef383de15163ac026d8b9f549a (diff) | |
download | coreclr-da7cf5626753baeef42e7bd2d95f2dfe1c894553.tar.gz coreclr-da7cf5626753baeef42e7bd2d95f2dfe1c894553.tar.bz2 coreclr-da7cf5626753baeef42e7bd2d95f2dfe1c894553.zip |
Merge pull request #19396 from CarolEidt/Fix19288
Fix non-lclVar odd-byte struct passing
Diffstat (limited to 'tests/arm')
-rw-r--r-- | tests/arm/Tests.lst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst index 96a0f1e9f5..0cd09e6b96 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 |