Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses comment out racy test that I will not bo...
details: https://anonhg.NetBSD.org/src/rev/2bc8e6179b60
branches: trunk
changeset: 768941:2bc8e6179b60
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 29 12:44:35 2011 +0000
description:
comment out racy test that I will not bother fixing for now.
diffstat:
tests/lib/libcurses/t_curses.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 1f0ec3c2c80b -r 2bc8e6179b60 tests/lib/libcurses/t_curses.sh
--- a/tests/lib/libcurses/t_curses.sh Mon Aug 29 12:43:51 2011 +0000
+++ b/tests/lib/libcurses/t_curses.sh Mon Aug 29 12:44:35 2011 +0000
@@ -272,7 +272,7 @@
atf_add_test_case addstr
atf_add_test_case addnstr
atf_add_test_case getch
- atf_add_test_case timeout
+# atf_add_test_case timeout # This is racy; works with -v
atf_add_test_case window
atf_add_test_case wborder
atf_add_test_case box
Home |
Main Index |
Thread Index |
Old Index