[beignet] 05/09: skip deleted tests

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 13:42:46 UTC 2014


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

anbe pushed a commit to branch jessie
in repository beignet.

commit 8ce7269ed188d5f67a1b98ba5c7422e691f56c6b
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Fri Oct 31 17:26:01 2014 +0000

    skip deleted tests
---
 debian/changelog                        |  1 +
 debian/patches/Skip-deleted-tests.patch | 25 +++++++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 402d1b0..84f8b30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ beignet (0.9.3~really.0.8+dfsg-1) UNRELEASED; urgency=medium
   [ Rebecca N. Palmer ]
   * Build-Depends: clang-3.4, lib{clang,llvm}-3.4-dev.  (Closes: #764930)
   * patches/versioned-llvm-tools: Fix one more unversioned use of clang.
+  * Skip-deleted-tests.patch: New. Skip tests removed in the dfsg version.
 
  -- Andreas Beckmann <anbe at debian.org>  Mon, 17 Nov 2014 12:50:31 +0100
 
diff --git a/debian/patches/Skip-deleted-tests.patch b/debian/patches/Skip-deleted-tests.patch
new file mode 100644
index 0000000..ce19e0b
--- /dev/null
+++ b/debian/patches/Skip-deleted-tests.patch
@@ -0,0 +1,25 @@
+Description: Skip deleted tests
+
+Parts of the test suite are omitted from this package because they
+are not DFSG-free.  Skip those parts to allow running the rest.
+
+Author: Rebecca Palmer <rebecca_palmer at zoho.com>
+Bug-Debian: https://bugs.debian.org/767387
+
+diff --git a/utests/CMakeLists.txt b/utests/CMakeLists.txt
+index 9c531de..43965ac 100644
+--- a/utests/CMakeLists.txt
++++ b/utests/CMakeLists.txt
+@@ -22,12 +22,8 @@ set (utests_sources
+   utest_error.c
+   compiler_basic_arithmetic.cpp
+   compiler_displacement_map_element.cpp
+-  compiler_shader_toy.cpp
+   compiler_mandelbrot.cpp
+   compiler_mandelbrot_alternate.cpp
+-  compiler_box_blur_float.cpp
+-  compiler_box_blur_image.cpp
+-  compiler_box_blur.cpp
+   compiler_insert_to_constant.cpp
+   compiler_argument_structure.cpp
+   compiler_arith_shift_right.cpp
diff --git a/debian/patches/series b/debian/patches/series
index d2ee98e..bd14d03 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ deprecated-in-utest
 versioned-llvm-tools
 terminfo
 fix_license_issue
+Skip-deleted-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/beignet.git



More information about the Pkg-opencl-commits mailing list