[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xm-test: Disable DEBUG_STACK_USAGE which breaks test cases
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1249475977 -3600 # Node ID 5358847f9b3f73e20a1ede46bd9e4ff5d0c33cfb # Parent 1c3317e2a8eb6ffd2ea7862e08afa7e2ab8049cc xm-test: Disable DEBUG_STACK_USAGE which breaks test cases The unnecessary 'used greatest stack depth' messages on the console breaks xm-test cases by random. Typically a testcase reads input from the console and parses it. When DEBUG_STACK_USAGE is enabled, these stack usage messages are printed by random - the test case reads this message, cannot handle it and fails. Signed-off-by: Andreas Florath <xen@xxxxxxxxxxxx> --- buildconfigs/enable-xen-config | 2 ++ 1 files changed, 2 insertions(+) diff -r 1c3317e2a8eb -r 5358847f9b3f buildconfigs/enable-xen-config --- a/buildconfigs/enable-xen-config Wed Aug 05 13:38:38 2009 +0100 +++ b/buildconfigs/enable-xen-config Wed Aug 05 13:39:37 2009 +0100 @@ -62,6 +62,8 @@ setopt CONFIG_LOCALVERSION_AUTO n setopt CONFIG_BRIDGE y +setopt CONFIG_DEBUG_STACK_USAGE n + # Should all be set one way or another in defconfig but aren't setopt CONFIG_NUMA n setopt CONFIG_X86_VSMP n _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |