#3660 remove test_thread_stack.c from the tests refs[t:3660]

git-svn-id: file:///svn/toku/tokudb@32719 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Rich Prohaska 2013-04-16 23:59:42 -04:00 committed by Yoni Fogel
parent 28877528fb
commit 465233f04f

View file

@ -44,7 +44,7 @@ FAIL3312C_SRCS = filesize.c test_update_broadcast_stress.c test3529.c
# and patch out loader-stress-test3 (see below)
#SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(wildcard *.c)))
# To patch out tests failing on 3312c branch (including upgrade tests), use this:
SRCS = $(sort $(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(filter-out $(FAIL3312C_SRCS),$(wildcard *.c))))
SRCS = $(sort $(filter-out test_thread_stack.c,$(filter-out $(TRANSPARENT_UPGRADE_SRCS),$(filter-out $(FAIL3312C_SRCS),$(wildcard *.c)))))
#end