Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6436)

Issue 314190043: TBR: i#1984 sigaction: fix Mac signal test breakage

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 4 months ago by bruening
Modified:
7 years, 4 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1984 sigaction: fix Mac signal test breakage Fixes signal breakage on Mac from 0dcf715: we're treating Mac's SYS_sigaction as SYS_rt_sigaction yet it has no sigsetsize parameter, which we started verifying. Disables the non-RT sigaction tests on Mac, where there is only one sigaction system call. The linux.sigaction test still fails: that is i#2105 which will be fixed separately. ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M core/unix/os.c View 5 chunks +14 lines, -1 line 0 comments Download
M suite/tests/linux/sigaction.c View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2
bruening
7 years, 4 months ago (2016-12-11 20:50:32 UTC) #1
bruening
7 years, 4 months ago (2016-12-11 20:50:33 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/82de92457e2c7b45cebfd0bc38a9c89...

Final commit log: 
---------------
i#1984 sigaction: fix Mac signal test breakage

Fixes signal breakage on Mac from 0dcf715: we're treating Mac's
SYS_sigaction as SYS_rt_sigaction yet it has no sigsetsize parameter, which
we started verifying.

Disables the non-RT sigaction tests on Mac, where there is only one
sigaction system call.

The linux.sigaction test still fails: that is i#2105 which will be fixed
separately.

Review-URL: https://codereview.appspot.com/314190043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b