[med-svn] [Git][med-team/seqan2][master] 2 commits: Fix Exclusion of tests on armhf and mips

Andreas Tille gitlab at salsa.debian.org
Wed Jan 30 13:24:06 GMT 2019


Andreas Tille pushed to branch master at Debian Med / seqan2


Commits:
87311b6a by Andreas Tille at 2019-01-30T13:21:42Z
Fix Exclusion of tests on armhf and mips

- - - - -
0293fe15 by Andreas Tille at 2019-01-30T13:23:42Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- tests/index/CMakeLists.txt


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+seqan2 (2.4.0+dfsg-11) unstable; urgency=medium
+
+  * Fix Exclusion of tests on armhf and mips
+
+ -- Andreas Tille <tille at debian.org>  Wed, 30 Jan 2019 14:21:53 +0100
+
 seqan2 (2.4.0+dfsg-10) unstable; urgency=medium
 
   [ Michael R. Crusoe ]


=====================================
debian/rules
=====================================
@@ -48,15 +48,15 @@ ifeq ($(DEB_HOST_ARCH),armhf)
 	#     46 - test_test_index_crosscompare_dna (Bus error)
 	#     52 - test_test_index_fm_rank_dictionary (Bus error)
 	sed -i \
-	    -e 'g/ test_test_index_crosscompare_dna /d' \
-	    -e 'g/ test_test_index_fm_rank_dictionary //d' \
+	    -e '/ test_test_index_crosscompare_dna /d' \
+	    -e '/ test_test_index_fm_rank_dictionary /d' \
 	    tests/index/CMakeLists.txt
 endif
 ifeq ($(DEB_HOST_ARCH),mips)
 	# The following tests FAILED:
 	#      7 - test_align_parallel_data_structures (Child aborted)
 	sed -i \
-	    -e 'g/ test_align_parallel_data_structures /d' \
+	    -e '/ test_align_parallel_data_structures /d' \
 	    tests/index/CMakeLists.txt
 endif
 	export DEB_BUILD_ARCH=${DEB_BUILD_ARCH} ; \


=====================================
tests/index/CMakeLists.txt
=====================================
@@ -165,14 +165,12 @@ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${SEQAN_CXX_FLAGS}")
 add_test (NAME test_test_index_creation COMMAND $<TARGET_FILE:test_index_creation>)
 add_test (NAME test_test_index_crosscompare_char COMMAND $<TARGET_FILE:test_index_crosscompare_char>)
 add_test (NAME test_test_index_crosscompare_char_dfi COMMAND $<TARGET_FILE:test_index_crosscompare_char_dfi>)
-add_test (NAME test_test_index_crosscompare_dna COMMAND $<TARGET_FILE:test_index_crosscompare_dna>)
 add_test (NAME test_test_index_crosscompare_dna_dfi COMMAND $<TARGET_FILE:test_index_crosscompare_dna_dfi>)
 add_test (NAME test_test_index_qgram COMMAND $<TARGET_FILE:test_index_qgram>)
 add_test (NAME test_test_index_sa_bwtwalk COMMAND $<TARGET_FILE:test_index_sa_bwtwalk>)
 add_test (NAME test_test_index_shapes COMMAND $<TARGET_FILE:test_index_shapes>)
 add_test (NAME test_test_index_drawing COMMAND $<TARGET_FILE:test_index_drawing>)
 #add_test (NAME test_test_index_fm_right_array_binary_tree COMMAND $<TARGET_FILE:test_index_fm_right_array_binary_tree>)
-add_test (NAME test_test_index_fm_rank_dictionary COMMAND $<TARGET_FILE:test_index_fm_rank_dictionary>)
 add_test (NAME test_test_index_fm_sparse_string COMMAND $<TARGET_FILE:test_index_fm_sparse_string>)
 add_test (NAME test_test_index_base COMMAND $<TARGET_FILE:test_index_base>)
 add_test (NAME test_test_index_fm COMMAND $<TARGET_FILE:test_index_fm>)



View it on GitLab: https://salsa.debian.org/med-team/seqan2/compare/d19c2803a500cc933499ac54f7e19202608dccbb...0293fe15f8610c103be0c491c7e9ef215c234f72

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqan2/compare/d19c2803a500cc933499ac54f7e19202608dccbb...0293fe15f8610c103be0c491c7e9ef215c234f72
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190130/e78395e4/attachment-0001.html>


More information about the debian-med-commit mailing list