From 85e31570adaf7c40ae30972b4ed0d0b81e29ada4 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Mon, 29 Aug 2016 17:03:51 -0700 Subject: [PATCH] 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. --- tests/issues.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4