disable pad and element_pad test until vmsize () works reliably

Original commit message from CVS:
disable pad and element_pad test until vmsize () works reliably
This commit is contained in:
Thomas Vander Stichele 2004-04-14 17:10:57 +00:00
parent d46ea6f2d6
commit 8bdbb4a088
2 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,9 @@
include ../Rules
tests_pass = bin element mainloop pad
tests_fail = sched element_pad
tests_pass = bin element mainloop
# pad
tests_fail = sched
# element_pad
element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c

View file

@ -1,7 +1,9 @@
include ../Rules
tests_pass = bin element mainloop pad
tests_fail = sched element_pad
tests_pass = bin element mainloop
# pad
tests_fail = sched
# element_pad
element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c