Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/ssp Disable the "raw" test case. The test is...
details: https://anonhg.NetBSD.org/src/rev/cf42830252d4
branches: trunk
changeset: 762686:cf42830252d4
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Feb 25 18:11:53 2011 +0000
description:
Disable the "raw" test case. The test is bogus, and did not work before
conversion from src/regress/ to atf
diffstat:
tests/lib/libc/ssp/t_ssp.sh | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r fcb7364da9b3 -r cf42830252d4 tests/lib/libc/ssp/t_ssp.sh
--- a/tests/lib/libc/ssp/t_ssp.sh Fri Feb 25 17:23:34 2011 +0000
+++ b/tests/lib/libc/ssp/t_ssp.sh Fri Feb 25 18:11:53 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_ssp.sh,v 1.2 2010/12/27 05:27:34 pgoyette Exp $
+# $NetBSD: t_ssp.sh,v 1.3 2011/02/25 18:11:53 pgoyette Exp $
#
# Copyright (c) 2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -46,8 +46,9 @@
{
prog="$(atf_get_srcdir)/h_raw"
- h_pass "$prog 9"
- h_fail "$prog 10"
+ atk_skip "Bogus test case"
+# h_pass "$prog 9"
+# h_fail "$prog 10"
}
atf_test_case sprintf
Home |
Main Index |
Thread Index |
Old Index