Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libcurses Remove the beep test for the moment, the...
details: https://anonhg.NetBSD.org/src/rev/4a863f3619a3
branches: trunk
changeset: 769581:4a863f3619a3
user: blymn <blymn%NetBSD.org@localhost>
date: Thu Sep 15 11:36:43 2011 +0000
description:
Remove the beep test for the moment, the return code does not conform
to SUSv2. An update to the slave code will break this test until
beep() is fixed but that will require a major bump on the libcurses
library due to the interface change which is being deferred until all
the tests are done and all the interface changes can be batched up.
diffstat:
tests/lib/libcurses/t_curses.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 3821d2e1649f -r 4a863f3619a3 tests/lib/libcurses/t_curses.sh
--- a/tests/lib/libcurses/t_curses.sh Thu Sep 15 11:05:50 2011 +0000
+++ b/tests/lib/libcurses/t_curses.sh Thu Sep 15 11:36:43 2011 +0000
@@ -284,7 +284,7 @@
atf_add_test_case can_change_color
atf_add_test_case assume_default_colors
atf_add_test_case attributes
- atf_add_test_case beep
+# atf_add_test_case beep # comment out for now - return is wrong
atf_add_test_case background
atf_add_test_case cbreak
atf_add_test_case clear
Home |
Main Index |
Thread Index |
Old Index