From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31822 invoked by alias); 10 Jan 2011 12:54:27 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 31813 invoked by uid 22791); 10 Jan 2011 12:54:26 -0000 X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Phil Muldoon To: archer@sourceware.org Subject: [python] [commit] Remove one invalid test in py-prettyprint.exp Reply-to: pmuldoon@redhat.com X-URL: http://www.redhat.com Date: Mon, 10 Jan 2011 12:54:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2011-q1/txt/msg00010.txt.bz2 I've removed this test. It has been removed upstream (and tests something that is bogus anyway). Cheers Phil -- commit 1df7d230da3af5bd22be49a9026fb1483b81b996 Author: Phil Muldoon Date: Mon Jan 10 12:50:21 2011 +0000 Remove nullstr test. No longer valid (and removed upstream). diff --git a/gdb/testsuite/gdb.python/py-prettyprint.exp b/gdb/testsuite/gdb.python/py-prettyprint.exp index 09ac065..e4a6c38 100644 --- a/gdb/testsuite/gdb.python/py-prettyprint.exp +++ b/gdb/testsuite/gdb.python/py-prettyprint.exp @@ -99,8 +99,6 @@ proc run_lang_tests {lang} { gdb_test "print c" " = container \"container\" with 2 elements = {$nl *.0. = 23,$nl *.1. = 72$nl}" - gdb_test "print nullstr" "RuntimeError: Error reading string from inferior.*" - gdb_test "print nstype" " = {$nl *.0. = 7,$nl *.1. = 42$nl}" gdb_test "continue" "Program exited normally\."