Module Name:src
Committed By: christos
Date: Wed Sep 9 20:04:10 UTC 2020
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
PR/55648: Kyle Evans: Minor warnings in compilation of libexecinfo test2
To generate a diff of this commit:
cvs rdiff -u -r1.16
Module Name:src
Committed By: nakayama
Date: Sat Jan 31 20:55:43 UTC 2015
Modified Files:
src/tests/lib/libexecinfo: Makefile
Log Message:
The test requires symbols, so put STRIPFLAG= explicitly to avoid
stripping them if STRIPFLAG?=-s is defined in /etc/mk.conf.
To gene
Module Name:src
Committed By: joerg
Date: Thu May 1 03:46:11 UTC 2014
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Check for mounted /proc.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libexecinfo/t_backtrace.c
Pl
Module Name:src
Committed By: joerg
Date: Sun Apr 13 20:58:26 UTC 2014
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Bail out if backtrace(3) failed.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libexecinfo/t_backtra
Module Name:src
Committed By: joerg
Date: Tue Mar 11 13:43:23 UTC 2014
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Use a struct for pair of frame name and whether it is optional. Add some
additional entries found in a -O0 build of ATF on PowerPC.
Module Name:src
Committed By: martin
Date: Sat Jan 11 19:48:22 UTC 2014
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
New gcc can reuse stack frames for tail calls, so "main" is an optional
frame as well.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: martin
Date: Sat Jan 11 19:13:41 UTC 2014
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Make the output of the test case better suited for debugging (output full
backtrace before failing any unclear asserts)
To genera
Module Name:src
Committed By: martin
Date: Fri Aug 16 11:57:15 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Prevent inlining of the main testcase body function.
Do not mark the inner functions static, as they might get cloned then
(ending
Module Name:src
Committed By: joerg
Date: Thu Aug 15 12:42:25 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Now that all architectures default to unwind data, remove the failure
for !amd64.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tron
Date: Sun Jul 21 15:29:04 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: Makefile
Log Message:
Fix build with stack-protection enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libexecinfo/Makefile
Module Name:src
Committed By: joerg
Date: Fri Jul 5 09:55:39 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Put the vfork at the end.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libexecinfo/t_backtrace.c
Ple
Module Name:src
Committed By: joerg
Date: Thu Jul 4 23:53:13 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: Makefile t_backtrace.c
Log Message:
Use conditional calls to vfork() to prevent the compiler from inlining
the intermediate stack frames. Mark the __start fram
Module Name:src
Committed By: joerg
Date: Thu Jun 6 17:40:09 UTC 2013
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Make back trace more robust. At least on i386, one of the intermediate
functions in ATF is not replaced by tail recursion eliminatio
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_64)
change.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: jruoho
Date: Wed May 30 15:11:58 UTC 2012
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Use "atf_arch" instead of "atf_machine"; see atf-config(1).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests
Module Name:src
Committed By: martin
Date: Wed May 30 06:01:22 UTC 2012
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Skip test on non-amd64 machines for now, pointing to PR 46490.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/te
Module Name:src
Committed By: martin
Date: Mon May 28 09:51:34 UTC 2012
Modified Files:
src/tests/lib/libexecinfo: t_backtrace.c
Log Message:
Not a good idea to continue testing if basic assertions fail - only will
cause core dumps later.
To generate a diff of this commi
Module Name:src
Committed By: martin
Date: Sun May 27 22:57:24 UTC 2012
Modified Files:
src/tests/lib/libexecinfo: Makefile
Log Message:
Fix destination directory
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libexecinfo/Makefile
Please note
Module Name:src
Committed By: christos
Date: Sun May 27 18:47:18 UTC 2012
Added Files:
src/tests/lib/libexecinfo: Makefile t_backtrace.c
Log Message:
add a test for the backtrace function.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libexecinf
19 matches
Mail list logo