Repository: lucy Updated Branches: refs/heads/master 27842415a -> e0ad52e3e
Adjust for changed SKIP macro in tests Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/e0ad52e3 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/e0ad52e3 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/e0ad52e3 Branch: refs/heads/master Commit: e0ad52e3e69e6536e231a8e336c1fd8fe0f99e11 Parents: 2784241 Author: Nick Wellnhofer <[email protected]> Authored: Mon Mar 30 13:46:57 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Mar 30 13:49:33 2015 +0200 ---------------------------------------------------------------------- core/Lucy/Test/Search/TestSortSpec.c | 3 +-- core/Lucy/Test/Store/TestFSFileHandle.c | 3 +-- core/Lucy/Test/Store/TestFSFolder.c | 6 +----- 3 files changed, 3 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/e0ad52e3/core/Lucy/Test/Search/TestSortSpec.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Test/Search/TestSortSpec.c b/core/Lucy/Test/Search/TestSortSpec.c index 1baea47..3ad9cd5 100644 --- a/core/Lucy/Test/Search/TestSortSpec.c +++ b/core/Lucy/Test/Search/TestSortSpec.c @@ -457,8 +457,7 @@ test_sort_spec(TestBatchRunner *runner) { DECREF(results); #ifdef LUCY_VALGRIND - SKIP(runner, "known leaks"); - SKIP(runner, "known leaks"); + SKIP(runner, 2, "known leaks"); #else Err *error; SortContext sort_ctx; http://git-wip-us.apache.org/repos/asf/lucy/blob/e0ad52e3/core/Lucy/Test/Store/TestFSFileHandle.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Test/Store/TestFSFileHandle.c b/core/Lucy/Test/Store/TestFSFileHandle.c index 418d704..0b54d04 100644 --- a/core/Lucy/Test/Store/TestFSFileHandle.c +++ b/core/Lucy/Test/Store/TestFSFileHandle.c @@ -177,8 +177,7 @@ test_Close(TestBatchRunner *runner) { fh = FSFH_open(test_filename, FH_CREATE | FH_WRITE_ONLY | FH_EXCLUSIVE); #ifdef _MSC_VER - SKIP(runner, "LUCY-155"); - SKIP(runner, "LUCY-155"); + SKIP(runner, 2, "LUCY-155"); #else int saved_fd = FSFH_IVARS(fh)->fd; FSFH_IVARS(fh)->fd = -1; http://git-wip-us.apache.org/repos/asf/lucy/blob/e0ad52e3/core/Lucy/Test/Store/TestFSFolder.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Test/Store/TestFSFolder.c b/core/Lucy/Test/Store/TestFSFolder.c index 5d41705..cb65d05 100644 --- a/core/Lucy/Test/Store/TestFSFolder.c +++ b/core/Lucy/Test/Store/TestFSFolder.c @@ -142,11 +142,7 @@ test_protect_symlinks(TestBatchRunner *runner) { DECREF(folder); S_tear_down(); #else - SKIP(runner, "Tests requiring symlink() disabled"); - SKIP(runner, "Tests requiring symlink() disabled"); - SKIP(runner, "Tests requiring symlink() disabled"); - SKIP(runner, "Tests requiring symlink() disabled"); - SKIP(runner, "Tests requiring symlink() disabled"); + SKIP(runner, 5, "Tests requiring symlink() disabled"); #endif // ENABLE_SYMLINK_TESTS }
