diff options
author | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-04-25 17:58:52 (GMT) |
---|---|---|
committer | vladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925> | 2013-04-25 17:58:52 (GMT) |
commit | c506784b08473f3ba8f37d588fd08d8d3f948245 (patch) | |
tree | 974ef77e56b205a43cc7dbe8005d65391668e537 /test/gtest_output_test_golden_lin.txt | |
parent | c84afbeaf1003ae2d4a0f6d36bbb8938bc73bbc7 (diff) | |
download | googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.zip googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.tar.gz googletest-c506784b08473f3ba8f37d588fd08d8d3f948245.tar.bz2 |
When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141).
Diffstat (limited to 'test/gtest_output_test_golden_lin.txt')
-rw-r--r-- | test/gtest_output_test_golden_lin.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/gtest_output_test_golden_lin.txt b/test/gtest_output_test_golden_lin.txt index 0e26d63..960eedc 100644 --- a/test/gtest_output_test_golden_lin.txt +++ b/test/gtest_output_test_golden_lin.txt @@ -699,8 +699,6 @@ Expected: (3) >= (a[i]), actual: 3 vs 6 [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions 4 FAILED TESTS - YOU HAVE 1 DISABLED TEST - Note: Google Test filter = *DISABLED_* [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. @@ -720,6 +718,3 @@ Note: This is test shard 2 of 2. [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. [ PASSED ] 1 test. - - YOU HAVE 1 DISABLED TEST - |