CVS log for src/tests/libexec/ld.elf_so/t_rtld_r_debug.c
Up to [cvs.NetBSD.org] / src / tests / libexec / ld.elf_so
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Sep 8 09:36:52 2024 UTC (2 months, 3 weeks ago) by rillig
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
fix a/an grammar in obvious cases
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 24 17:40:20 2023 UTC (12 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -7
lines
t_dlinfo, t_rtld_r_debug: Audit ATF_REQUIRE/CHECK, sprinkle messages.
Make sure to use ATF_REQUIRE when the subsequent code doesn't work if
the check fails.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 24 17:40:09 2023 UTC (12 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
rtld tests: Don't use RZ for dlinfo.
Use
ATF_REQUIRE_EQ_MSG(dlinfo(...), 0, "dlinfo: %s", dlerror())
instead, in order to accurately report the error on failure. RZ is
only for functions like pthread_create(3) that return zero on success
and errno(3) code on failure, but dlinfo returns -1 on failure and
sets dlerror() to report the nature of the error.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Sep 29 16:35:42 2020 UTC (4 years, 2 months ago) by roy
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -7
lines
Whitespace
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Sep 29 16:34:07 2020 UTC (4 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Fix build with clang.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 01:09:32 2020 UTC (4 years, 2 months ago) by kamil
Branches: MAIN
Add new RTLD test file for r_debug
New tests:
- self
- dlopen
Both check whether the r_debug structure seems to be well-formed, without
and with a dlopen(3) call.
CVSweb <webmaster@jp.NetBSD.org>