Commit 9936d12f authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

tests log8, log9, and log10 are XFAIL for now [t:1844]

git-svn-id: file:///svn/toku/tokudb@14183 c7de825b-a66e-492c-adef-691d508d4ae1
parent d5ccdd42
...@@ -143,9 +143,6 @@ TDB_TESTS_THAT_SHOULD_FAIL= \ ...@@ -143,9 +143,6 @@ TDB_TESTS_THAT_SHOULD_FAIL= \
test_groupcommit_count \ test_groupcommit_count \
test944 \ test944 \
test_truncate_txn_abort \ test_truncate_txn_abort \
test_log8 \
test_log9 \
test_log10 \
#\ ends prev line #\ ends prev line
ifneq ($(OS_CHOICE),windows) ifneq ($(OS_CHOICE),windows)
TDB_TESTS_THAT_SHOULD_FAIL+= \ TDB_TESTS_THAT_SHOULD_FAIL+= \
...@@ -154,6 +151,9 @@ ifneq ($(OS_CHOICE),windows) ...@@ -154,6 +151,9 @@ ifneq ($(OS_CHOICE),windows)
endif endif
TDB_TESTS_THAT_SHOULD_FAIL_LIT= \ TDB_TESTS_THAT_SHOULD_FAIL_LIT= \
test_log8.recover \
test_log9.recover \
test_log10.recover \
#\ ends prev line #\ ends prev line
ifeq ($(OS_CHOICE),windows) ifeq ($(OS_CHOICE),windows)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment