From ee9bcd4033828b9da6657f9f22ece88349683ce4 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 11 Jul 2015 14:48:44 -0500
Subject: [PATCH] XFail transpose test on pypy

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

diff --git a/test/test_array.py b/test/test_array.py
index 4c545bfe..e07cedee 100644
--- a/test/test_array.py
+++ b/test/test_array.py
@@ -831,6 +831,9 @@ def test_skip_slicing(ctx_factory):
 
 
 def test_transpose(ctx_factory):
+    if _PYPY:
+        pytest.xfail("numpypy: no array creation from __array_interface__")
+
     context = ctx_factory()
     queue = cl.CommandQueue(context)
 
-- 
GitLab