Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/dev/scsipi Comment out the expected failure, as it doe...
details: https://anonhg.NetBSD.org/src/rev/add1f0aa2ffe
branches: trunk
changeset: 779147:add1f0aa2ffe
user: martin <martin%NetBSD.org@localhost>
date: Sun May 06 17:27:22 2012 +0000
description:
Comment out the expected failure, as it does not trigger anymore.
diffstat:
tests/dev/scsipi/t_cd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8371fb841e3e -r add1f0aa2ffe tests/dev/scsipi/t_cd.c
--- a/tests/dev/scsipi/t_cd.c Sun May 06 17:23:10 2012 +0000
+++ b/tests/dev/scsipi/t_cd.c Sun May 06 17:27:22 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_cd.c,v 1.3 2011/03/27 08:53:56 mlelstv Exp $ */
+/* $NetBSD: t_cd.c,v 1.4 2012/05/06 17:27:22 martin Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -60,7 +60,7 @@
ATF_REQUIRE_EQ(rump_scsitest_err[RUMP_SCSITEST_NOISYSYNC], 0);
RL(rump_sys_close(fd));
- atf_tc_expect_fail("PR kern/43785");
+ // atf_tc_expect_fail("PR kern/43785");
ATF_REQUIRE_EQ(rump_scsitest_err[RUMP_SCSITEST_NOISYSYNC], 0);
}
Home |
Main Index |
Thread Index |
Old Index