]> granicus.if.org Git - strace/commit
sigaction test: support arches w/out SA_RESTORER and swapped args
authorMike Frysinger <vapier@gentoo.org>
Sat, 9 Aug 2014 13:32:20 +0000 (09:32 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 9 Aug 2014 15:38:17 +0000 (15:38 +0000)
commit0189ff919bfcb5e8339eb6c8eef0a1801201f647
tree91a16f8d53bb199199eecb5335265440d56559b2
parent8efd209122537485c8aa372532331befcc88924f
sigaction test: support arches w/out SA_RESTORER and swapped args

Running Linux 3.15 (sparc64) and glibc 2.17 (sparc32) triggers a
rt_sigaction call that does not use SA_RESTORER and has an order
where it inserts a restorer and a size.  The current tests don't
support that ordering, so add another regex.

* tests/sigaction.awk: Support no SA_RESTORER and swapped args.
tests/sigaction.awk