summaryrefslogtreecommitdiff
path: root/exception_lists
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@fingolfin.org>2020-03-02 05:43:45 +0000
committerRobert Mustacchi <rm@fingolfin.org>2020-03-26 07:42:53 +0000
commitcd62a92d4a964bfe61d35ba2301b69e65e22a509 (patch)
tree8e346d9037f7c654ffe58ed0d5e27f34025dd672 /exception_lists
parent1470234269f4edea4cbf270cb2475e4988b788d5 (diff)
downloadillumos-joyent-cd62a92d4a964bfe61d35ba2301b69e65e22a509.tar.gz
7092 Want support for stdio memory streams
12360 fwrite can loop forever on zero byte write 12392 ftello64 doesn't handle ungetc() correctly when unbuffered Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r--exception_lists/check_rtime6
-rw-r--r--exception_lists/cstyle3
2 files changed, 9 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime
index b90afd277d..7b01de5292 100644
--- a/exception_lists/check_rtime
+++ b/exception_lists/check_rtime
@@ -62,6 +62,12 @@ SKIP ^usr/platform/.*/libpsvcpolicy_psr\.so\.1
SKIP ^usr/platform/.*/libpsvcpolicy\.so\.1
SKIP ^usr/lib/sysevent/modules/picl_slm.so$
+#
+# The stdio tests all link against libumem to interpose on libc's
+# malloc; however, they do not actually reference the object.
+#
+SKIP ^opt/libc-tests/tests/stdio/
+
# Objects that are allowed to have executable data segments
EXEC_DATA ^MACH(lib)/ld\.so\.1$
EXEC_DATA ^lib/libc\.so\.1$ # 6524709, 32-bit, needed for x86 only
diff --git a/exception_lists/cstyle b/exception_lists/cstyle
index 17c2c23d2c..d320dcfacc 100644
--- a/exception_lists/cstyle
+++ b/exception_lists/cstyle
@@ -697,6 +697,9 @@ usr/src/test/os-tests/tests/sockfs/conn.c
usr/src/test/os-tests/tests/sockfs/dgram.c
usr/src/test/os-tests/tests/sockfs/drop_priv.c
usr/src/test/os-tests/tests/sockfs/sockpair.c
+usr/src/test/libc-tests/tests/stdio/fmemopentest.c
+usr/src/test/libc-tests/tests/stdio/open_memstreamtest.c
+usr/src/test/libc-tests/tests/stdio/orientation_test.c
usr/src/tools/btxld/btx.h
usr/src/tools/btxld/btxld.c
usr/src/tools/btxld/elfh.c