NetBSD Problem Report #50610

From gson@gson.org  Sat Jan  2 18:10:17 2016
Return-Path: <gson@gson.org>
Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 8F1E07ABFC
	for <gnats-bugs@gnats.NetBSD.org>; Sat,  2 Jan 2016 18:10:17 +0000 (UTC)
Message-Id: <20160102180946.7B17A74508B@guava.gson.org>
Date: Sat,  2 Jan 2016 20:09:46 +0200 (EET)
From: gson@gson.org (Andreas Gustafsson)
Reply-To: gson@gson.org (Andreas Gustafsson)
To: gnats-bugs@gnats.NetBSD.org
Subject: Some gpt tests fail on sparc
X-Send-Pr-Version: 3.95

>Number:         50610
>Category:       bin
>Synopsis:       gpt tests fail on sparc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    christos
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 02 18:15:00 +0000 2016
>Closed-Date:    Sat Mar 30 19:15:58 +0000 2019
>Last-Modified:  Sat Mar 30 19:15:58 +0000 2019
>Originator:     Andreas Gustafsson
>Release:        NetBSD-current, source date >= 2015.12.08.01.57.13
>Organization:

>Environment:
System: NetBSD
Architecture: sparc
Machine: sparc
>Description:

The following test cases of the sbin/gpt/t_gpt test are failing on
sparc, and apparently have been ever since they were added in early
December:

  bootable_2part
  migrate_disklabel
  recover_backup

They are also failing on sparc64, based on martin's test logs.

>How-To-Repeat:

Run the ATF tests on sparc, or inspect the babylon5 test logs:

  http://releng.netbsd.org/b5reports/sparc/build/2015.12.08.01.57.13/test.html#sbin_gpt_t_gpt_bootable_2part

or martin's sparc64 test logs:

  http://www.netbsd.org/~martin/sparc64-atf/426_atf.html#failed-tcs-summary

>Fix:

>Release-Note:

>Audit-Trail:
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Cc: 
Subject: Re: bin/50610: Some gpt tests fail on sparc
Date: Sat, 2 Jan 2016 16:48:01 -0500

 On Jan 2,  6:15pm, gson@gson.org (Andreas Gustafsson) wrote:
 -- Subject: bin/50610: Some gpt tests fail on sparc

 | >Number:         50610
 | >Category:       bin
 | >Synopsis:       gpt tests fail on sparc
 | >Confidential:   no
 | >Severity:       non-critical
 | >Priority:       medium
 | >Responsible:    bin-bug-people
 | >State:          open
 | >Class:          sw-bug
 | >Submitter-Id:   net
 | >Arrival-Date:   Sat Jan 02 18:15:00 +0000 2016
 | >Originator:     Andreas Gustafsson
 | >Release:        NetBSD-current, source date >= 2015.12.08.01.57.13
 | >Organization:
 | 
 | >Environment:
 | System: NetBSD
 | Architecture: sparc
 | Machine: sparc
 | >Description:
 | 
 | The following test cases of the sbin/gpt/t_gpt test are failing on
 | sparc, and apparently have been ever since they were added in early
 | December:
 | 
 |   bootable_2part
 |   migrate_disklabel
 |   recover_backup
 | 
 | They are also failing on sparc64, based on martin's test logs.
 | 
 | >How-To-Repeat:
 | 
 | Run the ATF tests on sparc, or inspect the babylon5 test logs:
 | 
 |   http://releng.netbsd.org/b5reports/sparc/build/2015.12.08.01.57.13/test.html#sbin_gpt_t_gpt_bootable_2part
 | 
 | or martin's sparc64 test logs:
 | 
 |   http://www.netbsd.org/~martin/sparc64-atf/426_atf.html#failed-tcs-summary

 They probably fail on other archs... They only make sense on the archs
 that support MBR.

 christos

From: Andreas Gustafsson <gson@gson.org>
To: christos@NetBSD.org
Cc: gnats-bugs@NetBSD.org
Subject: Re: bin/50610: Some gpt tests fail on sparc
Date: Thu, 7 Jan 2016 15:53:32 +0200

 On January 2, Christos Zoulas wrote:
 >  They probably fail on other archs... They only make sense on the archs
 >  that support MBR.

 Then these tests should call atf_skip on the other archs.
 -- 
 Andreas Gustafsson, gson@gson.org

Responsible-Changed-From-To: bin-bug-people->christos
Responsible-Changed-By: gson@NetBSD.org
Responsible-Changed-When: Sat, 23 Jan 2016 11:54:40 +0000
Responsible-Changed-Why:
Christos added the test.


From: Andreas Gustafsson <gson@gson.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: bin/50610: Some gpt tests fail on sparc
Date: Sat, 30 Mar 2019 21:11:54 +0200

 These test cases no longer fail.

 The fix for the bootable_2part test case was committed during a
 period of several weeks when the sparc port failed to install,
 but I'm guessing it was this commit:

   2016.03.08.08.04.48 joerg src/tests/sbin/gpt/t_gpt.sh 1.15

 The migrate_disklabel was fixed during a short period when
 the sparc port did not build, probably by this commit:

   2017.03.22.19.13.40 martin src/tests/sbin/gpt/t_gpt.sh 1.16

 Finally, the recover_backup testcase was also fixed soon 
 thereafter, probably by this commit:

   2017.03.22.19.59.16 martin src/sbin/gpt/recover.c 1.17

 -- 
 Andreas Gustafsson, gson@gson.org

State-Changed-From-To: open->closed
State-Changed-By: gson@NetBSD.org
State-Changed-When: Sat, 30 Mar 2019 19:15:58 +0000
State-Changed-Why:
Fixed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.