forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android sandbox: fix most BaselinePolicy tests
On Android, the default signal handler is used and on SIGSEGV the process will be terminated by the signal. On Linux, the SIGSEGV signal handler terminates the process with _exit(1). Unit tests that tested for SIGSEGV implicitly relied on the signal handler terminating the process with _exit(1). We create a new type of "death check" that specifically checks that the process was terminated due to a SIGSEGV. However, on Linux this is still not very reliable. BUG=398611 R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/419683013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286576 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jln@chromium.org
committed
Jul 30, 2014
1 parent
098647c
commit cfb2258
Showing
4 changed files
with
67 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters