aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_output_test_golden_win.txt
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-02-09 18:05:21 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-02-09 18:05:21 +0000
commitcd3e4016ea451c9ee5cb7925329f2611098cbcf9 (patch)
tree89a505afc6b6903db71c9005fdfc24848e907732 /test/gtest_output_test_golden_win.txt
parent886cafd4a37fd5e7325da1ae5a5a948b6c2bc895 (diff)
downloadgoogletest-cd3e4016ea451c9ee5cb7925329f2611098cbcf9.tar.gz
googletest-cd3e4016ea451c9ee5cb7925329f2611098cbcf9.tar.bz2
googletest-cd3e4016ea451c9ee5cb7925329f2611098cbcf9.zip
Implements the test sharding protocol. By Eric Fellheimer.
Diffstat (limited to 'test/gtest_output_test_golden_win.txt')
-rw-r--r--test/gtest_output_test_golden_win.txt24
1 files changed, 21 insertions, 3 deletions
diff --git a/test/gtest_output_test_golden_win.txt b/test/gtest_output_test_golden_win.txt
index 17be5c04..77903ba1 100644
--- a/test/gtest_output_test_golden_win.txt
+++ b/test/gtest_output_test_golden_win.txt
@@ -5,10 +5,15 @@ gtest_output_test_.cc:#: error: Value of: false
Expected: true
gtest_output_test_.cc:#: error: Value of: 3
Expected: 2
-[==========] Running 50 tests from 20 test cases.
+[==========] Running 52 tests from 21 test cases.
[----------] Global test environment set-up.
FooEnvironment::SetUp() called.
BarEnvironment::SetUp() called.
+[----------] 2 tests from PassingTest
+[ RUN ] PassingTest.PassingTest1
+[ OK ] PassingTest.PassingTest1
+[ RUN ] PassingTest.PassingTest2
+[ OK ] PassingTest.PassingTest2
[----------] 3 tests from FatalFailureTest
[ RUN ] FatalFailureTest.FatalFailureInSubroutine
(expecting a failure that x should be 1)
@@ -440,8 +445,8 @@ Expected non-fatal failure.
FooEnvironment::TearDown() called.
gtest_output_test_.cc:#: error: Failed
Expected fatal failure.
-[==========] 50 tests from 20 test cases ran.
-[ PASSED ] 14 tests.
+[==========] 52 tests from 21 test cases ran.
+[ PASSED ] 16 tests.
[ FAILED ] 36 tests, listed below:
[ FAILED ] FatalFailureTest.FatalFailureInSubroutine
[ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
@@ -540,3 +545,16 @@ Note: Google Test filter = *DISABLED_*
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran.
[ PASSED ] 1 test.
+Note: Google Test filter = PassingTest.*
+Note: This is test shard 1 of 2.
+[==========] Running 1 test from 1 test case.
+[----------] Global test environment set-up.
+[----------] 1 test from PassingTest
+[ RUN ] PassingTest.PassingTest2
+[ OK ] PassingTest.PassingTest2
+[----------] Global test environment tear-down
+[==========] 1 test from 1 test case ran.
+[ PASSED ] 1 test.
+
+ YOU HAVE 1 DISABLED TEST
+