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

Unified Diff: include/gtest/internal/gtest-port.h

Issue 4801066: First draft: issue 311: need a way to resume from the TEST that crashed Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/gtest/internal/gtest-internal.h ('k') | include/gtest/internal/gtest-test-runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gtest/internal/gtest-port.h
===================================================================
--- include/gtest/internal/gtest-port.h (revision 587)
+++ include/gtest/internal/gtest-port.h (working copy)
@@ -554,6 +554,11 @@
# include <vector> // NOLINT
#endif
+// Determines wether to support crash-safe test execution
+#if (GTEST_OS_LINUX || GTEST_OS_MAC )
+ # define GTEST_HAS_CRASH_SAFE_TEST_RUNNER 1
+#endif
+
// We don't support MSVC 7.1 with exceptions disabled now. Therefore
// all the compilers we care about are adequate for supporting
// value-parameterized tests.
« no previous file with comments | « include/gtest/internal/gtest-internal.h ('k') | include/gtest/internal/gtest-test-runner.h » ('j') | no next file with comments »

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