Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/gen annotate the PR that failed, and has been...



details:   https://anonhg.NetBSD.org/src/rev/2ef7727349f5
branches:  trunk
changeset: 778139:2ef7727349f5
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 17 20:10:08 2012 +0000

description:
annotate the PR that failed, and has been fixed.

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 731c3718185e -r 2ef7727349f5 tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Sat Mar 17 20:06:46 2012 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Sat Mar 17 20:10:08 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.12 2011/10/01 17:46:10 christos Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.13 2012/03/17 20:10:08 christos Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -332,9 +332,6 @@
                atf_tc_fail("INTDIV handler called more than once");
 
        ATF_REQUIRE_EQ(info->si_signo, SIGFPE);
-       if (info->si_code == FPE_FLTDIV)
-               atf_tc_expect_fail("PR port-i386/43655 : integer div-by-zero "
-                   "reports FPE_FLTDIV instead of FPE_INTDIV");
        ATF_REQUIRE_EQ(info->si_code, FPE_INTDIV);
        atf_tc_expect_pass();
        ATF_REQUIRE_EQ(info->si_errno, 0);
@@ -348,7 +345,7 @@
 
        atf_tc_set_md_var(tc, "descr",
            "Checks that signal trampoline correctly calls SIGFPE handler "
-           "for integer div-by-zero");
+           "for integer div-by-zero PR/43655");
 }
 
 ATF_TC_BODY(sigfpe_int, tc)



Home | Main Index | Thread Index | Old Index