Searched defs:TEST_F (Results 1 - 25 of 33) sorted by relevance

12

/gem5/ext/googletest/googletest/test/
H A Dgtest_prod_test.cc51 TEST_F(PrivateCodeFixtureTest, CanAccessPrivateMembers) { function
H A Dgtest_xml_outfile1_test_.cc47 TEST_F(PropertyOne, TestSomeProperties) { function
H A Dgtest_xml_outfile2_test_.cc47 TEST_F(PropertyTwo, TestSomeProperties) { function
H A Dgtest-test-part_test.cc58 TEST_F(TestPartResultTest, ConstructorWorks) { function in namespace:__anon54
76 TEST_F(TestPartResultTest, ResultAccessorsWork) { function in namespace:__anon54
106 TEST_F(TestPartResultTest, type) { function in namespace:__anon54
113 TEST_F(TestPartResultTest, file_name) { function in namespace:__anon54
119 TEST_F(TestPartResultTest, line_number) { function in namespace:__anon54
125 TEST_F(TestPartResultTest, message) { function in namespace:__anon54
130 TEST_F(TestPartResultTest, Passed) { function in namespace:__anon54
137 TEST_F(TestPartResultTest, Failed) { function in namespace:__anon54
144 TEST_F(TestPartResultTest, FatallyFailed) { function in namespace:__anon54
151 TEST_F(TestPartResultTes function in namespace:__anon54
169 TEST_F(TestPartResultArrayTest, InitialSizeIsZero) { function in namespace:__anon54
176 TEST_F(TestPartResultArrayTest, ContainsGivenResultAfterAppend) { function in namespace:__anon54
185 TEST_F(TestPartResultArrayTest, ContainsGivenResultsAfterTwoAppends) { function in namespace:__anon54
198 TEST_F(TestPartResultArrayDeathTest, DiesWhenIndexIsOutOfBound) { function in namespace:__anon54
[all...]
H A Dgtest_filter_unittest_.cc50 TEST_F(FooTest, Abc) { function in namespace:__anon58
53 TEST_F(FooTest, Xyz) { function in namespace:__anon58
H A Dgtest_shuffle_test_.cc51 TEST_F(A, A) {} function in namespace:__anon62
52 TEST_F(A, B) {} function in namespace:__anon62
H A Dgtest-linked_ptr_test.cc77 TEST_F(LinkedPtrTest, GeneralTest) { function in namespace:__anon50
H A Dgtest-options_test.cc144 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefault) { function in namespace:testing::internal::__anon52
151 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithDefaultXML) { function in namespace:testing::internal::__anon52
158 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativeFile) { function in namespace:testing::internal::__anon52
165 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithRelativePath) { function in namespace:testing::internal::__anon52
181 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsoluteFile) { function in namespace:testing::internal::__anon52
193 TEST_F(XmlOutputChangeDirTest, PreserveOriginalWorkingDirWithAbsolutePath) { function in namespace:testing::internal::__anon52
H A Dgtest_premature_exit_test.cc80 TEST_F(PrematureExitDeathTest, FileExistsDuringExecutionOfDeathTest) { function in namespace:__anon60
98 TEST_F(PrematureExitTest, PrematureExitFileExistsDuringTestExecution) { function in namespace:__anon60
H A Dgtest-tuple_test.cc271 TEST_F(BigTupleTest, Construction) { function in namespace:__anon55
277 TEST_F(BigTupleTest, get) { function in namespace:__anon55
288 TEST_F(BigTupleTest, Comparisons) { function in namespace:__anon55
H A Dgtest-filepath_test.cc532 TEST_F(DirectoryCreationTest, CreateDirectoriesRecursively) { function in namespace:testing::internal::__anon49
538 TEST_F(DirectoryCreationTest, CreateDirectoriesForAlreadyExistingPath) { function in namespace:testing::internal::__anon49
545 TEST_F(DirectoryCreationTest, CreateDirectoriesAndUniqueFilename) { function in namespace:testing::internal::__anon49
564 TEST_F(DirectoryCreationTest, CreateDirectoriesFail) { function in namespace:testing::internal::__anon49
H A Dgtest_list_tests_unittest_.cc65 TEST_F(FooTest, Test1) { function
68 TEST_F(FooTest, DISABLED_Test2) { function
71 TEST_F(FooTest, Test3) { function
H A Dgtest_xml_output_unittest_.cc53 TEST_F(SuccessfulTest, Succeeds) { function
61 TEST_F(FailedTest, Fails) { function
68 TEST_F(DisabledTest, DISABLED_test_not_run) { function
103 TEST_F(PropertyRecordingTest, OneProperty) { function
107 TEST_F(PropertyRecordingTest, IntValuedProperty) { function
111 TEST_F(PropertyRecordingTest, ThreeProperties) { function
117 TEST_F(PropertyRecordingTest, TwoValuesForOneKeyUsesLastValue) { function
H A Dgtest-listener_test.cc158 TEST_F(ListenerTest, DoesFoo) { function in namespace:testing::internal
165 TEST_F(ListenerTest, DoesBar) { function in namespace:testing::internal
H A Dgtest-typed-test_test.cc190 TEST_F(TypedTestCasePStateTest, SucceedsForMatchingList) { function
198 TEST_F(TypedTestCasePStateTest, IgnoresOrderAndSpaces) { function
206 TEST_F(TypedTestCasePStateDeathTest, DetectsDuplicates) { function
212 TEST_F(TypedTestCasePStateDeathTest, DetectsExtraTest) { function
218 TEST_F(TypedTestCasePStateDeathTest, DetectsMissedTest) { function
226 TEST_F(TypedTestCasePStateDeathTest, DetectsTestAfterRegistration) { function
H A Dgtest_catch_exceptions_test_.cc58 TEST_F(SehExceptionInConstructorTest, ThrowsExceptionInConstructor) {} function
65 TEST_F(SehExceptionInDestructorTest, ThrowsExceptionInDestructor) {} function
72 TEST_F(SehExceptionInSetUpTestCaseTest, ThrowsExceptionInSetUpTestCase) {} function
79 TEST_F(SehExceptionInTearDownTestCaseTest, ThrowsExceptionInTearDownTestCase) {} function
86 TEST_F(SehExceptionInSetUpTest, ThrowsExceptionInSetUp) {} function
93 TEST_F(SehExceptionInTearDownTest, ThrowsExceptionInTearDown) {} function
135 TEST_F(CxxExceptionInConstructorTest, ThrowsExceptionInConstructor) { function
157 TEST_F(CxxExceptionInDestructorTest, ThrowsExceptionInDestructor) {} function
198 TEST_F(CxxExceptionInSetUpTestCaseTest, ThrowsExceptionInSetUpTestCase) { function
211 TEST_F(CxxExceptionInTearDownTestCaseTes function
237 TEST_F(CxxExceptionInSetUpTest, ThrowsExceptionInSetUp) { function
262 TEST_F(CxxExceptionInTearDownTest, ThrowsExceptionInTearDown) {} function
286 TEST_F(CxxExceptionInTestBodyTest, ThrowsStdCxxException) { function
[all...]
H A Dgtest_output_test_.cc370 TEST_F(NonFatalFailureInFixtureConstructorTest, FailureInConstructor) { function
404 TEST_F(FatalFailureInFixtureConstructorTest, FailureInConstructor) { function
431 TEST_F(NonFatalFailureInSetUpTest, FailureInSetUp) { function
456 TEST_F(FatalFailureInSetUpTest, FailureInSetUp) { function
538 TEST_F(MixedUpTestCaseTest, FirstTestFromNamespaceFoo) {} function in namespace:foo
539 TEST_F(MixedUpTestCaseTest, SecondTestFromNamespaceFoo) {} function in namespace:foo
544 TEST_F(MixedUpTestCaseWithSameTestNameTes function in namespace:foo
556 TEST_F(MixedUpTestCaseTest, ThisShouldFail) {} function in namespace:bar
557 TEST_F(MixedUpTestCaseTest, ThisShouldFailToo) {} function in namespace:bar
564 TEST_F(MixedUpTestCaseWithSameTestNameTest, function in namespace:bar
577 TEST_F(TEST_F_before_TEST_in_same_test_case, DefinedUsingTEST_F) {} function
590 TEST_F(TEST_before_TEST_F_in_same_test_case, DefinedUsingTEST_FAndShouldFail) { function
892 TEST_F(ExpectFailureTest, ExpectFatalFailure) { function
906 TEST_F(ExpectFailureTest, ExpectNonFatalFailure) { function
929 TEST_F(ExpectFailureWithThreadsTest, ExpectFatalFailure) { function
936 TEST_F(ExpectFailureWithThreadsTest, ExpectNonFatalFailure) { function
947 TEST_F(ScopedFakeTestPartResultReporterTest, InterceptOnlyCurrentThread) { function
963 TEST_F(ExpectFailureTest, ExpectFatalFailureOnAllThreads) { function
977 TEST_F(ExpectFailureTest, ExpectNonFatalFailureOnAllThreads) { function
[all...]
/gem5/ext/googletest/googletest/samples/
H A Dsample3_unittest.cc123 TEST_F(QueueTest, DefaultConstructor) { function
129 TEST_F(QueueTest, Dequeue) { function
147 TEST_F(QueueTest, Map) { function
H A Dsample5_unittest.cc100 TEST_F(IntegerFunctionTest, Factorial) { function
118 TEST_F(IntegerFunctionTest, IsPrime) { function
173 TEST_F(QueueTest, DefaultConstructor) { function
178 TEST_F(QueueTest, Dequeue) { function
/gem5/src/base/
H A Dtrie.test.cc64 TEST_F(TrieTestData, Empty) function
69 TEST_F(TrieTestData, SingleEntry) function
76 TEST_F(TrieTestData, TwoOverlappingEntries) function
84 TEST_F(TrieTestData, TwoOverlappingEntriesReversed) function
92 TEST_F(TrieTestData, TwoIndependentEntries) function
101 TEST_F(TrieTestData, TwoEntries) function
114 TEST_F(TrieTestData, RemovingEntries) function
H A Daddr_range.test.cc155 TEST_F(AddrRangeCont, AddrRangeContains) function
160 TEST_F(AddrRangeCont, AddrRangeGetOffset) function
178 TEST_F(AddrRangeContLegacy, AddrRangeContains) function
183 TEST_F(AddrRangeContLegacy, AddrRangeGetOffset) function
212 TEST_F(AddrRangeArb, AddrRangeContains) function
217 TEST_F(AddrRangeArb, AddrRangeGetOffset) function
H A Dbitunion.test.cc157 TEST_F(BitUnionData, NormalBitfield) function
167 TEST_F(BitUnionData, SingleBitfield) function
175 TEST_F(BitUnionData, ReadOnlyBitfield) function
182 TEST_F(BitUnionData, WriteOnlyBitfield) function
188 TEST_F(BitUnionData, SubBitUnions) function
200 TEST_F(BitUnionData, SignedBitfields) function
211 TEST_F(BitUnionData, InsideStruct) function
219 TEST_F(BitUnionData, InsideFunction) function
224 TEST_F(BitUnionData, BitfieldToBitfieldAssignment) function
234 TEST_F(BitUnionDat function
247 TEST_F(BitUnionData, Custom) function
255 TEST_F(BitUnionData, Templating) function
274 TEST_F(BitUnionData, Output) function
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc68 TEST_F(GMockOutputTest, ExpectedCall) { function
77 TEST_F(GMockOutputTest, ExpectedCallToVoidFunction) { function
86 TEST_F(GMockOutputTest, ExplicitActionsRunOut) { function
94 TEST_F(GMockOutputTest, UnexpectedCall) { function
101 TEST_F(GMockOutputTest, UnexpectedCallToVoidFunction) { function
108 TEST_F(GMockOutputTest, ExcessiveCall) { function
115 TEST_F(GMockOutputTest, ExcessiveCallToVoidFunction) { function
122 TEST_F(GMockOutputTest, UninterestingCall) { function
126 TEST_F(GMockOutputTest, UninterestingCallToVoidFunction) { function
130 TEST_F(GMockOutputTes function
140 TEST_F(GMockOutputTest, UnsatisfiedPrerequisite) { function
154 TEST_F(GMockOutputTest, UnsatisfiedPrerequisites) { function
170 TEST_F(GMockOutputTest, UnsatisfiedWith) { function
174 TEST_F(GMockOutputTest, UnsatisfiedExpectation) { function
182 TEST_F(GMockOutputTest, MismatchArguments) { function
190 TEST_F(GMockOutputTest, MismatchWith) { function
198 TEST_F(GMockOutputTest, MismatchArgumentsAndWith) { function
206 TEST_F(GMockOutputTest, UnexpectedCallWithDefaultAction) { function
218 TEST_F(GMockOutputTest, ExcessiveCallWithDefaultAction) { function
233 TEST_F(GMockOutputTest, UninterestingCallWithDefaultAction) { function
243 TEST_F(GMockOutputTest, ExplicitActionsRunOutWithDefaultAction) { function
254 TEST_F(GMockOutputTest, CatchesLeakedMocks) { function
[all...]
H A Dgmock-generated-function-mockers_test.cc191 TEST_F(FunctionMockerTest, MocksVoidFunction) { function in namespace:testing::gmock_generated_function_mockers_test
197 TEST_F(FunctionMockerTest, MocksNullaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
207 TEST_F(FunctionMockerTest, MocksUnaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
217 TEST_F(FunctionMockerTest, MocksBinaryFunction) { function in namespace:testing::gmock_generated_function_mockers_test
225 TEST_F(FunctionMockerTest, MocksDecimalFunction) { function in namespace:testing::gmock_generated_function_mockers_test
234 TEST_F(FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) { function in namespace:testing::gmock_generated_function_mockers_test
243 TEST_F(FunctionMockerTest, MocksFunctionWithConstReferenceArgument) { function in namespace:testing::gmock_generated_function_mockers_test
253 TEST_F(FunctionMockerTest, MocksFunctionWithConstArgument) { function in namespace:testing::gmock_generated_function_mockers_test
262 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnArgumentNumber) { function in namespace:testing::gmock_generated_function_mockers_test
273 TEST_F(FunctionMockerTes function in namespace:testing::gmock_generated_function_mockers_test
284 TEST_F(FunctionMockerTest, MocksFunctionsOverloadedOnConstnessOfThis) { function in namespace:testing::gmock_generated_function_mockers_test
293 TEST_F(FunctionMockerTest, MocksReturnTypeWithComma) { function in namespace:testing::gmock_generated_function_mockers_test
306 TEST_F(FunctionMockerTest, MocksNullaryFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
316 TEST_F(FunctionMockerTest, MocksUnaryFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
327 TEST_F(FunctionMockerTest, MocksDecimalFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
336 TEST_F(FunctionMockerTest, MocksFunctionsConstFunctionWithCallType) { function in namespace:testing::gmock_generated_function_mockers_test
343 TEST_F(FunctionMockerTest, MocksReturnTypeWithCommaAndCallType) { function in namespace:testing::gmock_generated_function_mockers_test
[all...]
H A Dgmock-internal-utils_test.cc381 TEST_F(LogIsVisibleTest, AlwaysReturnsTrueIfVerbosityIsInfo) { function in namespace:testing::internal::__anon18
387 TEST_F(LogIsVisibleTest, AlwaysReturnsFalseIfVerbosityIsError) { function in namespace:testing::internal::__anon18
393 TEST_F(LogIsVisibleTest, WorksWhenVerbosityIsWarning) { function in namespace:testing::internal::__anon18

Completed in 35 milliseconds

12