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
9d9d7a6a
Unverified
Commit
9d9d7a6a
authored
Aug 28, 2018
by
Gennadiy Civil
Committed by
GitHub
Aug 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update googletest-output-test-golden-lin.txt
parent
65d03530
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
5 deletions
+55
-5
googletest-output-test-golden-lin.txt
googletest/test/googletest-output-test-golden-lin.txt
+55
-5
No files found.
googletest/test/googletest-output-test-golden-lin.txt
View file @
9d9d7a6a
...
...
@@ -12,7 +12,7 @@ Expected equality of these values:
3
Stack trace: (omitted)
[0;32m[==========] [mRunning
68 tests from 30
test cases.
[0;32m[==========] [mRunning
76 tests from 34
test cases.
[0;32m[----------] [mGlobal test environment set-up.
FooEnvironment::SetUp() called.
BarEnvironment::SetUp() called.
...
...
@@ -606,6 +606,24 @@ Expected failure
Stack trace: (omitted)
[0;31m[ FAILED ] [mTypedTest/0.Failure, where TypeParam = int
[0;32m[----------] [m2 tests from TypedTestWithNames/char_0, where TypeParam = char
[0;32m[ RUN ] [mTypedTestWithNames/char_0.Success
[0;32m[ OK ] [mTypedTestWithNames/char_0.Success
[0;32m[ RUN ] [mTypedTestWithNames/char_0.Failure
googletest-output-test_.cc:#: Failure
Failed
Stack trace: (omitted)
[0;31m[ FAILED ] [mTypedTestWithNames/char_0.Failure, where TypeParam = char
[0;32m[----------] [m2 tests from TypedTestWithNames/int_1, where TypeParam = int
[0;32m[ RUN ] [mTypedTestWithNames/int_1.Success
[0;32m[ OK ] [mTypedTestWithNames/int_1.Success
[0;32m[ RUN ] [mTypedTestWithNames/int_1.Failure
googletest-output-test_.cc:#: Failure
Failed
Stack trace: (omitted)
[0;31m[ FAILED ] [mTypedTestWithNames/int_1.Failure, where TypeParam = int
[0;32m[----------] [m2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
[0;32m[ RUN ] [mUnsigned/TypedTestP/0.Success
[0;32m[ OK ] [mUnsigned/TypedTestP/0.Success
...
...
@@ -634,6 +652,34 @@ Expected failure
Stack trace: (omitted)
[0;31m[ FAILED ] [mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
[0;32m[----------] [m2 tests from UnsignedCustomName/TypedTestP/unsigned_char_0, where TypeParam = unsigned char
[0;32m[ RUN ] [mUnsignedCustomName/TypedTestP/unsigned_char_0.Success
[0;32m[ OK ] [mUnsignedCustomName/TypedTestP/unsigned_char_0.Success
[0;32m[ RUN ] [mUnsignedCustomName/TypedTestP/unsigned_char_0.Failure
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1U
Which is: 1
TypeParam()
Which is: '\0'
Expected failure
Stack trace: (omitted)
[0;31m[ FAILED ] [mUnsignedCustomName/TypedTestP/unsigned_char_0.Failure, where TypeParam = unsigned char
[0;32m[----------] [m2 tests from UnsignedCustomName/TypedTestP/unsigned_int_1, where TypeParam = unsigned int
[0;32m[ RUN ] [mUnsignedCustomName/TypedTestP/unsigned_int_1.Success
[0;32m[ OK ] [mUnsignedCustomName/TypedTestP/unsigned_int_1.Success
[0;32m[ RUN ] [mUnsignedCustomName/TypedTestP/unsigned_int_1.Failure
googletest-output-test_.cc:#: Failure
Expected equality of these values:
1U
Which is: 1
TypeParam()
Which is: 0
Expected failure
Stack trace: (omitted)
[0;31m[ FAILED ] [mUnsignedCustomName/TypedTestP/unsigned_int_1.Failure, where TypeParam = unsigned int
[0;32m[----------] [m4 tests from ExpectFailureTest
[0;32m[ RUN ] [mExpectFailureTest.ExpectFatalFailure
(expecting 1 failure)
...
...
@@ -860,9 +906,9 @@ Failed
Expected fatal failure.
Stack trace: (omitted)
[0;32m[==========] [m
68 tests from 30
test cases ran.
[0;32m[ PASSED ] [m2
2
tests.
[0;31m[ FAILED ] [m
46
tests, listed below:
[0;32m[==========] [m
76 tests from 34
test cases ran.
[0;32m[ PASSED ] [m2
6
tests.
[0;31m[ FAILED ] [m
50
tests, listed below:
[0;31m[ FAILED ] [mNonfatalFailureTest.EscapesStringOperands
[0;31m[ FAILED ] [mNonfatalFailureTest.DiffForLongStrings
[0;31m[ FAILED ] [mFatalFailureTest.FatalFailureInSubroutine
...
...
@@ -898,8 +944,12 @@ Stack trace: (omitted)
[0;31m[ FAILED ] [mExpectFatalFailureTest.FailsWhenStatementReturns
[0;31m[ FAILED ] [mExpectFatalFailureTest.FailsWhenStatementThrows
[0;31m[ FAILED ] [mTypedTest/0.Failure, where TypeParam = int
[0;31m[ FAILED ] [mTypedTestWithNames/char_0.Failure, where TypeParam = char
[0;31m[ FAILED ] [mTypedTestWithNames/int_1.Failure, where TypeParam = int
[0;31m[ FAILED ] [mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
[0;31m[ FAILED ] [mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
[0;31m[ FAILED ] [mUnsignedCustomName/TypedTestP/unsigned_char_0.Failure, where TypeParam = unsigned char
[0;31m[ FAILED ] [mUnsignedCustomName/TypedTestP/unsigned_int_1.Failure, where TypeParam = unsigned int
[0;31m[ FAILED ] [mExpectFailureTest.ExpectFatalFailure
[0;31m[ FAILED ] [mExpectFailureTest.ExpectNonFatalFailure
[0;31m[ FAILED ] [mExpectFailureTest.ExpectFatalFailureOnAllThreads
...
...
@@ -910,7 +960,7 @@ Stack trace: (omitted)
[0;31m[ FAILED ] [mPrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
[0;31m[ FAILED ] [mPrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
46
FAILED TESTS
50
FAILED TESTS
[0;33m YOU HAVE 1 DISABLED TEST
[mNote: Google Test filter = FatalFailureTest.*:LoggingTest.*
...
...
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