History log of /external/libunwind/tests/Gtest-resume-sig.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b55e0ab51eee7dbea679fda2b37ecf61f0025e5 19-Sep-2012 Tommi Rantala <tt.rantala@gmail.com> Use `UNUSED' in tests
/external/libunwind/tests/Gtest-resume-sig.c
5b55e556ca00ee02083b340d29346b9d55105233 10-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> test-resume-sig-rt: test unw_resume() in presence of "realtime" signal frame

Introduce a new test case that is derived from test-resume-sig, but
using the SA_SIGINFO sigaction() flag. This case is referred in the
linux kernel sources as "realtime" signal handler, and is handled
differently in the kernel on many architectures and in libunwind as
well.
/external/libunwind/tests/Gtest-resume-sig.c
f42a8de0fa4b99c04e38a35bb5fd48a1ba9188b8 02-Aug-2012 Tommi Rantala <tt.rantala@gmail.com> Annotate unused parameters in tests

Compiling the tests with -Wextra results to lots of warnings for unused
parameters. Annotate these cases with the `unused' attribute to avoid
the warnings.
/external/libunwind/tests/Gtest-resume-sig.c
f8a15e9679e59872ca2dc9a9f943862c09d7a103 11-Mar-2010 Arun Sharma <aruns@google.com> Fix a couple of test breakages on x86_64

setcontext() now restores the signal mask. Also remove a check
in the test that doesn't seem to be valid.
/external/libunwind/tests/Gtest-resume-sig.c
d9445c1f46f7f29ec8bed1de2aab3af72f50dfac 03-May-2005 mostang.com!davidm <mostang.com!davidm> (handler): get_bsp() returns an integer, not a pointer.
(main): Do some silly FP computations. On x86-64, this ensures
that the signal handler invocations will always be called
with the FPU-state saved as well. Without this, the first
signal was invoked without FPU-state, the second with, causing
a spurious failure.

2004/11/17 02:06:25-08:00 mostang.com!davidm
(get_bsp): New function.
(handler): Clean up & check for error returns.
(main): Also fail if we didn't get SIGUSR2.

(Logical change 1.290)
/external/libunwind/tests/Gtest-resume-sig.c
722933b6bc92464a55d971a490d39d9c98ff9514 27-Nov-2003 hp.com!davidm <hp.com!davidm> Cast printf() argument to avoid compiler warning.

(Logical change 1.130)
/external/libunwind/tests/Gtest-resume-sig.c
43d0e03dc65d98357f4053fdc45b87897c06292a 27-Mar-2003 mostang.com!davidm <mostang.com!davidm> If we have it, include "config.h".
If we have it, include <ia64intrin.h>
(handler): Add support for ECC.

(Logical change 1.68)
/external/libunwind/tests/Gtest-resume-sig.c
899ce01967031f46688872e489f886ab6c4e7530 22-Feb-2003 hp.com!davidm <hp.com!davidm> D

2003/02/21 18:59:31-08:00 hp.com!davidm
Rename: tests/test-resume-sig.c -> tests/Gtest-resume-sig.c

(Logical change 1.53)
/external/libunwind/tests/Gtest-resume-sig.c
37d99c0c9fd0ccb3a26b78456213125748ec4421 22-Feb-2003 hp.com!davidm <hp.com!davidm> Initial revision
/external/libunwind/tests/Gtest-resume-sig.c