From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7868 invoked by alias); 4 Jun 2014 13:18:02 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 7782 invoked by uid 48); 4 Jun 2014 13:18:01 -0000 From: "palves at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug go/17018] New: XFAIL: gdb.go/hello.exp: Starting string check Date: Wed, 04 Jun 2014 13:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: go X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: palves at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q2/txt/msg00374.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17018 Bug ID: 17018 Summary: XFAIL: gdb.go/hello.exp: Starting string check Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: go Assignee: unassigned at sourceware dot org Reporter: palves at redhat dot com On Fedora 20, I noticed this: print st $1 = 0xc200016210 "\000\000\000\000\000\000\000\000\200c\000\000\302", '\000' , "d\000\000\000\000\000\000\000P$\322\367\377\177\000\000\000\000\000\000\0 00\000\000\000pb\001\000\302", '\000' , "\240b\001\000\302", '\000' , "\320b\001\000\302", '\000' , "c\001\000\302\000 \000\000"... (gdb) XFAIL: gdb.go/hello.exp: Starting string check The comment in the test says this is XFAIL for a different reason: # This used to print "", i.e., the local "st" initialized as "". setup_xfail "*-*-*" gdb_test "print st" \ ".* = $hex \"\"" \ "Starting string check" So I wonder if this is really expected. -- You are receiving this mail because: You are on the CC list for the bug.