Changeset 4100


Ignore:
Timestamp:
Sep 19, 2021, 2:44:38 PM (2 years ago)
Author:
Peter
Message:

refs #710; activate tests and set XFAIL

Location:
branches/0.19-stable/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.19-stable/test/Makefile.am

    r4083 r4100  
    142142
    143143# tests not passing through yet
    144 XFAIL_TESTS =
     144XFAIL_TESTS = test/kendall.test
    145145
    146146DISTRIBUTED_TESTS = \
  • branches/0.19-stable/test/kendall.cc

    r4089 r4100  
    5858    test_copy(suite);
    5959    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);
    6262
    6363    try {
    64       //test_score(suite);
     64      test_score(suite);
    6565    }
    6666    catch (std::exception& e) {
     
    6969
    7070    try {
    71       //test_score_with_ties(suite);
     71      test_score_with_ties(suite);
    7272    }
    7373    catch (std::exception& e) {
Note: See TracChangeset for help on using the changeset viewer.