Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists Add new interrupted stdio tests



details:   https://anonhg.NetBSD.org/src/rev/f48c5715a095
branches:  trunk
changeset: 1022190:f48c5715a095
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 08 09:16:24 2021 +0000

description:
Add new interrupted stdio tests

diffstat:

 distrib/sets/lists/debug/mi |  5 ++++-
 distrib/sets/lists/tests/mi |  6 +++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r c6744b7a1923 -r f48c5715a095 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Thu Jul 08 09:07:46 2021 +0000
+++ b/distrib/sets/lists/debug/mi       Thu Jul 08 09:16:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.353 2021/05/17 04:07:41 yamaguchi Exp $
+# $NetBSD: mi,v 1.354 2021/07/08 09:16:24 christos Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -2088,6 +2088,9 @@
 ./usr/libdata/debug/usr/tests/lib/libc/ssp/h_strncpy.debug             tests-lib-debug         debug,atf,ssp,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/ssp/h_vsnprintf.debug           tests-lib-debug         debug,atf,ssp,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/ssp/h_vsprintf.debug            tests-lib-debug         debug,atf,ssp,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/stdio/h_intr.debug              tests-lib-debug         debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/stdio/h_makenumbers.debug       tests-lib-debug         debug,atf,compattestfile
+./usr/libdata/debug/usr/tests/lib/libc/stdio/h_testnumbers.debug       tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/stdio/t_clearerr.debug          tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/stdio/t_fflush.debug            tests-lib-debug         debug,atf,compattestfile
 ./usr/libdata/debug/usr/tests/lib/libc/stdio/t_fmemopen.debug          tests-lib-debug         debug,atf,compattestfile
diff -r c6744b7a1923 -r f48c5715a095 distrib/sets/lists/tests/mi
--- a/distrib/sets/lists/tests/mi       Thu Jul 08 09:07:46 2021 +0000
+++ b/distrib/sets/lists/tests/mi       Thu Jul 08 09:16:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1078 2021/07/08 05:18:49 rillig Exp $
+# $NetBSD: mi,v 1.1079 2021/07/08 09:16:24 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3063,12 +3063,16 @@
 ./usr/tests/lib/libc/stdio                             tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/Atffile                     tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/Kyuafile                    tests-lib-tests         compattestfile,atf,kyua
+./usr/tests/lib/libc/stdio/h_intr                      tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libc/stdio/h_makenumbers               tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libc/stdio/h_testnumbers               tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_clearerr                  tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_fflush                    tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_fmemopen                  tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_fopen                     tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_format                    tests-obsolete          obsolete
 ./usr/tests/lib/libc/stdio/t_fputc                     tests-lib-tests         compattestfile,atf
+./usr/tests/lib/libc/stdio/t_intr                      tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_mktemp                    tests-obsolete          obsolete
 ./usr/tests/lib/libc/stdio/t_open_memstream            tests-lib-tests         compattestfile,atf
 ./usr/tests/lib/libc/stdio/t_popen                     tests-lib-tests         compattestfile,atf



Home | Main Index | Thread Index | Old Index