CVS commit: src/tests/lib/libexecinfo

2023-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 6 20:44:55 UTC 2023 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: t_sig_backtrace: Flush stdout before writing to STDOUT_FILENO. Avoids confusing ordering of output. To generate a diff of

CVS commit: src/tests/lib/libexecinfo

2023-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 6 20:44:55 UTC 2023 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: t_sig_backtrace: Flush stdout before writing to STDOUT_FILENO. Avoids confusing ordering of output. To generate a diff of

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:43:01 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: t_sig_backtrace: Pacify vfork clobber warning with volatile. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 s

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:43:01 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: t_sig_backtrace: Pacify vfork clobber warning with volatile. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 s

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:37:37 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo(3): Mark sig_backtrace_jump test as xfail. PR lib/56940 To generate a diff of this commit: cvs rdiff -u -r1.4 -r

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 22:37:37 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo(3): Mark sig_backtrace_jump test as xfail. PR lib/56940 To generate a diff of this commit: cvs rdiff -u -r1.4 -r

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 11:02:41 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo: Fix mistake in previous: match `the_loop*' as prefix. Now that there are two functions we need to catch either on

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 11:02:41 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo: Fix mistake in previous: match `the_loop*' as prefix. Now that there are two functions we need to catch either on

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 10:38:17 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo: Test stack traces through null pointer jump too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src

CVS commit: src/tests/lib/libexecinfo

2022-07-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 25 10:38:17 UTC 2022 Modified Files: src/tests/lib/libexecinfo: t_sig_backtrace.c Log Message: execinfo: Test stack traces through null pointer jump too. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src

Re: CVS commit: src/tests/lib/libexecinfo

2012-06-04 Thread Nicolas Joly
On Sat, Jun 02, 2012 at 06:04:19PM +0300, Jukka Ruohonen wrote: > On Sat, Jun 02, 2012 at 02:52:29PM +, Nicolas Joly wrote: > > Module Name:src > > Committed By: njoly > > Date: Sat Jun 2 14:52:28 UTC 2012 > > > > Modified Files: > > src/tests/lib/libexecinfo:

Re: CVS commit: src/tests/lib/libexecinfo

2012-06-02 Thread Jukka Ruohonen
On Sat, Jun 02, 2012 at 02:52:29PM +, Nicolas Joly wrote: > Module Name: src > Committed By: njoly > Date: Sat Jun 2 14:52:28 UTC 2012 > > Modified Files: > src/tests/lib/libexecinfo: t_backtrace.c > > Log Message: > Adjust test for recent atf_machine (amd64) -> atf_arch (x86_

Re: CVS commit: src/tests/lib/libexecinfo

2012-05-31 Thread Jukka Ruohonen
On Thu, May 31, 2012 at 01:00:52PM +0200, Martin Husemann wrote: > Well, it worked for me ;-) > > atf_machine The machine type name detected by ATF. This should >not be tunable but is provided for symmetry with >atf_arch. My

Re: CVS commit: src/tests/lib/libexecinfo

2012-05-31 Thread Martin Husemann
On Thu, May 31, 2012 at 01:58:50PM +0300, Jukka Ruohonen wrote: > I think there is no such thing as "atf_machine". Well, it worked for me ;-) atf_machine The machine type name detected by ATF. This should not be tunable but is provided for symmetry with

Re: CVS commit: src/tests/lib/libexecinfo

2012-05-31 Thread Jukka Ruohonen
On Thu, May 31, 2012 at 12:29:55PM +0200, Martin Husemann wrote: > On Wed, May 30, 2012 at 03:11:58PM +, Jukka Ruohonen wrote: > > Log Message: > > Use "atf_arch" instead of "atf_machine"; see atf-config(1). > > What is the difference? I think there is no such thing as "atf_machine". - Jukka

Re: CVS commit: src/tests/lib/libexecinfo

2012-05-31 Thread Martin Husemann
On Wed, May 30, 2012 at 03:11:58PM +, Jukka Ruohonen wrote: > Log Message: > Use "atf_arch" instead of "atf_machine"; see atf-config(1). What is the difference? atf-config(1) is mumbling about unnamed bugs and upstream fixes, but does not explain what differs and which should be prefered. Mar