From a9fb2ffdaf9210d0fc761dc62eb00b0ebd2d20f5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 7 Jun 2016 00:06:37 -0500 Subject: [PATCH] xfail test_kernel_splitting_with_loop --- test/test_loopy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_loopy.py b/test/test_loopy.py index 26f4f2faf..6afd913de 100644 --- a/test/test_loopy.py +++ b/test/test_loopy.py @@ -1101,6 +1101,8 @@ def test_kernel_splitting_with_loop(ctx_factory): def test_kernel_splitting_with_loop_and_private_temporary(ctx_factory): ctx = ctx_factory() + pytest.xfail("spilling doesn't yet use local axes") + knl = lp.make_kernel( "{ [i,k]: 0<=i<n and 0<=k<3 }", """ -- GitLab