From d93e3c014d957b5590996b4d34fd44a7165d55a6 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 24 Jun 2017 16:43:35 +0200
Subject: [PATCH] XFail test_slice on numpypy for now

---
 test/test_array.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/test_array.py b/test/test_array.py
index 4e90870b..b68e1cfc 100644
--- a/test/test_array.py
+++ b/test/test_array.py
@@ -768,6 +768,9 @@ def test_diff(ctx_factory):
 # {{{ slices, concatenation
 
 def test_slice(ctx_factory):
+    if _PYPY:
+        pytest.xfail("numpypy: spurious as_strided failure")
+
     context = ctx_factory()
     queue = cl.CommandQueue(context)
 
-- 
GitLab