From 5b55e556ca00ee02083b340d29346b9d55105233 Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Fri, 10 Aug 2012 10:54:09 +0300 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index eee3921a..f5fe6dca 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ tests/[GL]test-dyn1 tests/[GL]test-exc tests/[GL]test-init tests/[GL]test-resume-sig +tests/[GL]test-resume-sig-rt tests/[GL]perf-simple tests/Ltest-nomalloc tests/Ltest-nocalloc -- cgit v1.2.1