summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2024-03-11 13:18:55 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2024-03-11 13:26:24 +0100
commit5a0dd7b0e6ddbcd667857caf3739bc78489fe155 (patch)
tree7651f68aff10ff7514771dd6bce09d034da89b5f
parentc32dbae7d08d7756b511788e89ec1c6d1f03f708 (diff)
apply a workaround for pocl failure
-rw-r--r--debian/changelog3
-rw-r--r--debian/tests/control2
-rwxr-xr-xdebian/tests/opencl3
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index fd5dade..aacb459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ silx (2.0.0+dfsg-2) UNRELEASED; urgency=medium
* d/t/control: Split into opencl, no-opencl and gui scripts.
The opencl part is for now marked flaky.
+ * use POCL_WORK_GROUP_METHOD=cbs for tests.
- -- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 04 Mar 2024 14:12:13 +0100
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 11 Mar 2024 13:20:33 +0100
silx (2.0.0+dfsg-1) unstable; urgency=low
diff --git a/debian/tests/control b/debian/tests/control
index 4df7d67..2f21843 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -20,7 +20,7 @@ Depends:
xauth,
xvfb,
Architecture: !i386
-Restrictions: allow-stderr, flaky
+Restrictions: allow-stderr
Tests: gui
Depends:
diff --git a/debian/tests/opencl b/debian/tests/opencl
index 1f3b336..174bf4f 100755
--- a/debian/tests/opencl
+++ b/debian/tests/opencl
@@ -8,7 +8,8 @@
clinfo
-export PYOPENCL_COMPILER_OUTPUT=1
+# until we solved https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060318
+export POCL_WORK_GROUP_METHOD=cbs
for py in $(py3versions -r 2>/dev/null)
do cd "$AUTOPKGTEST_TMP"