Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
0eeb1afc
Commit
0eeb1afc
authored
Aug 08, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code management changes, no functionalty changes
parent
61799bd5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gtest-death-test.h
googletest/include/gtest/gtest-death-test.h
+2
-0
No files found.
googletest/include/gtest/gtest-death-test.h
View file @
0eeb1afc
...
@@ -100,6 +100,7 @@ GTEST_API_ bool InDeathTestChild();
...
@@ -100,6 +100,7 @@ GTEST_API_ bool InDeathTestChild();
//
//
// On the regular expressions used in death tests:
// On the regular expressions used in death tests:
//
//
// GOOGLETEST_CM0005 DO NOT DELETE
// On POSIX-compliant systems (*nix), we use the <regex.h> library,
// On POSIX-compliant systems (*nix), we use the <regex.h> library,
// which uses the POSIX extended regex syntax.
// which uses the POSIX extended regex syntax.
//
//
...
@@ -202,6 +203,7 @@ class GTEST_API_ ExitedWithCode {
...
@@ -202,6 +203,7 @@ class GTEST_API_ ExitedWithCode {
# if !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
# if !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA
// Tests that an exit code describes an exit due to termination by a
// Tests that an exit code describes an exit due to termination by a
// given signal.
// given signal.
// GOOGLETEST_CM0006 DO NOT DELETE
class
GTEST_API_
KilledBySignal
{
class
GTEST_API_
KilledBySignal
{
public
:
public
:
explicit
KilledBySignal
(
int
signum
);
explicit
KilledBySignal
(
int
signum
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment