diff options
author | Sergey Andreenko <seandree@microsoft.com> | 2018-05-13 09:58:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 09:58:32 -0700 |
commit | 03264e1820e9ba831ac9feaa2ff12a00998e6a2d (patch) | |
tree | 7df436aee0c6d841faa373a77b9f3cc760015428 /tests/arm | |
parent | 8a3f71afac1d45b1555cb4429dbe3ed060cffcdf (diff) | |
download | coreclr-03264e1820e9ba831ac9feaa2ff12a00998e6a2d.tar.gz coreclr-03264e1820e9ba831ac9feaa2ff12a00998e6a2d.tar.bz2 coreclr-03264e1820e9ba831ac9feaa2ff12a00998e6a2d.zip |
Add explicit null check for VSD via tail call stub. (#17960)
* fix
* update test lists for arm and x64
* update failure reason on arm64
* fix comment
* Use NYI_ARM64
It makes it easier to find them.
* exclude arm64 tail call tests
that have prefix tail calls, but jit can't make it.
Diffstat (limited to 'tests/arm')
-rw-r--r-- | tests/arm/Tests.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst index b4a1bf3325..a06df3b535 100644 --- a/tests/arm/Tests.lst +++ b/tests/arm/Tests.lst @@ -94713,6 +94713,6 @@ RelativePath=JIT\Regression\JitBlue\GitHub_17585\GitHub_17585\GitHub_17585.cmd WorkingDir=JIT\Regression\JitBlue\GitHub_17585\GitHub_17585 Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;17585;EXCLUDED +Categories=EXPECTED_PASS HostStyle=0 |