From: Bruce Forstall Date: Tue, 30 Aug 2016 00:03:51 +0000 (-0700) Subject: Move TailcallVerifyWithPrefix test to "baseline x86" exclusion section X-Git-Tag: accepted/tizen/base/20180629.140029~3697^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85e31570adaf7c40ae30972b4ed0d0b81e29ada4;p=platform%2Fupstream%2Fcoreclr.git Move TailcallVerifyWithPrefix test to "baseline x86" exclusion section This test fails for both legacy x86 JIT as well as RyuJIT. Make that more clear by moving the exclusion to the "x86 baseline failures" section. --- diff --git a/tests/issues.targets b/tests/issues.targets index 1b623bc..83ee80a 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -261,14 +261,14 @@ tail. call pop ret is only supported on amd64 + + x86 JIT doesn't support implicit tail call optimization or tail. call pop ret sequence + - - x86 JIT doesn't support tail call opt - 6778