[pocl] 04/11: kernel/test_printf actually passes on i386 with LLC_HOST_CPU=i686

Andreas Beckmann anbe at moszumanska.debian.org
Mon Dec 18 08:15:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository pocl.

commit 3782a851fc7814599b8a47376500de0783f12bb2
Author: Andreas Beckmann <anbe at debian.org>
Date:   Thu Dec 14 03:15:02 2017 +0100

    kernel/test_printf actually passes on i386 with LLC_HOST_CPU=i686
---
 debian/changelog                            |  1 +
 debian/patches/printf-passes-for-i686.patch | 20 ++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2ecdb7d..567e0da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pocl (0.14-3) UNRELEASED; urgency=medium
     on i386 with LLC_HOST_CPU=i686.
   * Switch LLC_HOST_CPU from "pentium3" to the correct baseline "i686" on
     i386.
+  * kernel/test_printf actually passes on i386 with LLC_HOST_CPU=i686.
 
  -- Andreas Beckmann <anbe at debian.org>  Thu, 14 Dec 2017 02:55:27 +0100
 
diff --git a/debian/patches/printf-passes-for-i686.patch b/debian/patches/printf-passes-for-i686.patch
new file mode 100644
index 0000000..e8f252c
--- /dev/null
+++ b/debian/patches/printf-passes-for-i686.patch
@@ -0,0 +1,20 @@
+Author: Andreas Beckmann <anbe at debian.org>
+Description: kernel/test_printf passes on i386 with LLC_HOST_CPU=i686
+
+--- a/tests/kernel/CMakeLists.txt
++++ b/tests/kernel/CMakeLists.txt
+@@ -253,10 +253,10 @@ OK"
+     PROCESSORS 1
+     DEPENDS "pocl_version_check")
+ 
+-if(I386)
+-  set_tests_properties("kernel/test_printf"
+-    PROPERTIES WILL_FAIL 1)
+-endif()
++#if(I386)
++#  set_tests_properties("kernel/test_printf"
++#    PROPERTIES WILL_FAIL 1)
++#endif()
+ 
+ ######################################################################
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 58b26d6..eea4f08 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ cmake-no-llvm-sys-getHostCPUName.patch
 no-path-in-pocl.icd.patch
 cmake-use-CMAKE_INSTALL_SYSCONFDIR.patch
 do-not-downgrade-to-c++11.patch
+printf-passes-for-i686.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list