Changeset 4100
- Timestamp:
- Sep 19, 2021, 2:44:38 PM (2 years ago)
- Location:
- branches/0.19-stable/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.19-stable/test/Makefile.am
r4083 r4100 142 142 143 143 # tests not passing through yet 144 XFAIL_TESTS = 144 XFAIL_TESTS = test/kendall.test 145 145 146 146 DISTRIBUTED_TESTS = \ -
branches/0.19-stable/test/kendall.cc
r4089 r4100 58 58 test_copy(suite); 59 59 test_p(suite); 60 //test_p_exact(suite);61 //test_p_with_ties(suite);60 test_p_exact(suite); 61 test_p_with_ties(suite); 62 62 63 63 try { 64 //test_score(suite);64 test_score(suite); 65 65 } 66 66 catch (std::exception& e) { … … 69 69 70 70 try { 71 //test_score_with_ties(suite);71 test_score_with_ties(suite); 72 72 } 73 73 catch (std::exception& e) {
Note: See TracChangeset
for help on using the changeset viewer.