From 965cfcea0f1a24db136188acd4230f883f70f40e Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Tue, 16 Apr 2013 23:57:59 -0400 Subject: [PATCH] tests log8, log9, and log10 are XFAIL for now [t:1844] git-svn-id: file:///svn/toku/tokudb@14183 c7de825b-a66e-492c-adef-691d508d4ae1 --- src/tests/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tests/Makefile b/src/tests/Makefile index 31cc7cb6891..b667a20641e 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -143,9 +143,6 @@ TDB_TESTS_THAT_SHOULD_FAIL= \ test_groupcommit_count \ test944 \ test_truncate_txn_abort \ - test_log8 \ - test_log9 \ - test_log10 \ #\ ends prev line ifneq ($(OS_CHOICE),windows) TDB_TESTS_THAT_SHOULD_FAIL+= \ @@ -154,6 +151,9 @@ ifneq ($(OS_CHOICE),windows) endif TDB_TESTS_THAT_SHOULD_FAIL_LIT= \ + test_log8.recover \ + test_log9.recover \ + test_log10.recover \ #\ ends prev line ifeq ($(OS_CHOICE),windows)