WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xm-test: Disable DEBUG_STACK_USAGE which

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xm-test: Disable DEBUG_STACK_USAGE which breaks test cases
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 06 Aug 2009 05:35:16 -0700
Delivery-date: Thu, 06 Aug 2009 05:36:05 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xm-test: Disable DEBUG_STACK_USAGE which breaks test cases, Xen patchbot-unstable <=