[arrayfire] 51/248: Disabled Sort1000 & SortMed tests for sort_by_key and sort_index

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:54 UTC 2015


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

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 6c0c1b8804e26634a840ac7868d17ec89619195a
Author: pradeep <pradeep at arrayfire.com>
Date:   Fri Sep 11 13:13:09 2015 -0400

    Disabled Sort1000 & SortMed tests for sort_by_key and sort_index
    
    These tests can be enabled after issue #995 is resolved.
---
 test/sort_by_key.cpp | 5 +++--
 test/sort_index.cpp  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/test/sort_by_key.cpp b/test/sort_by_key.cpp
index 4f817aa..35bbc97 100644
--- a/test/sort_by_key.cpp
+++ b/test/sort_by_key.cpp
@@ -115,9 +115,10 @@ void sortTest(string pTestFile, const bool dir, const unsigned resultIdx0, const
     SORT_INIT(Sort10x10True,  sort_by_key_2D,    true,  0, 1);
     SORT_INIT(Sort10x10False, sort_by_key_2D,    false, 2, 3);
     SORT_INIT(Sort1000True,   sort_by_key_1000,  true,  0, 1);
-    SORT_INIT(Sort1000False,  sort_by_key_1000,  false, 2, 3);
     SORT_INIT(SortMedTrue,    sort_by_key_med,   true,  0, 1);
-    SORT_INIT(SortMedFalse,   sort_by_key_med,   false, 2, 3);
+    // FIXME: below two tests are disabled temporarily until issue#995 is fixed
+    //SORT_INIT(Sort1000False,  sort_by_key_1000,  false, 2, 3);
+    //SORT_INIT(SortMedFalse,   sort_by_key_med,   false, 2, 3);
     // Takes too much time in current implementation. Enable when everything is parallel
     //SORT_INIT(SortLargeTrue,  sort_by_key_large, true,  0, 1);
     //SORT_INIT(SortLargeFalse, sort_by_key_large, false, 2, 3);
diff --git a/test/sort_index.cpp b/test/sort_index.cpp
index f429626..1f503a7 100644
--- a/test/sort_index.cpp
+++ b/test/sort_index.cpp
@@ -116,9 +116,10 @@ void sortTest(string pTestFile, const bool dir, const unsigned resultIdx0, const
     SORT_INIT(Sort10x10True,  sort_10x10, true,  0, 1);
     SORT_INIT(Sort10x10False, sort_10x10, false, 2, 3);
     SORT_INIT(Sort1000True,   sort_1000,  true,  0, 1);
-    SORT_INIT(Sort1000False,  sort_1000,  false, 2, 3);
     SORT_INIT(SortMedTrue,    sort_med1,  true,  0, 1);
-    SORT_INIT(SortMedFalse,   sort_med1,  false, 2, 3);
+    // FIXME: below two tests are disabled temporarily until issue#995 is fixed
+    //SORT_INIT(Sort1000False,  sort_1000,  false, 2, 3);
+    //SORT_INIT(SortMedFalse,   sort_med1,  false, 2, 3);
     // Takes too much time in current implementation. Enable when everything is parallel
     //SORT_INIT(SortMed5True,   sort_med,   true,  0, 1);
     //SORT_INIT(SortMed5False,  sort_med,   false, 2, 3);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list