| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | googletest-catch-exceptions-test_.cc | 49 using testing::Test; 53 class SehExceptionInConstructorTest : public Test { 60 class SehExceptionInDestructorTest : public Test { 67 class SehExceptionInSetUpTestCaseTest : public Test { 81 class SehExceptionInSetUpTest : public Test { 88 class SehExceptionInTearDownTest : public Test { 103 class CxxExceptionInConstructorTest : public Test { 142 class CxxExceptionInDestructorTest : public Test { 213 class CxxExceptionInSetUpTest : public Test { 242 class CxxExceptionInTearDownTest : public Test { [all …]
|
| H A D | gtest_xml_output_unittest_.cc | 45 using ::testing::Test; 48 class SuccessfulTest : public Test { 56 class FailedTest : public Test { 63 class DisabledTest : public Test { 95 class PropertyRecordingTest : public Test { 125 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 130 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 151 template <typename T> class TypedTest : public Test {}; 160 template <typename T> class TypeParameterizedTestCase : public Test {}; 177 testing::Test::RecordProperty("ad_hoc_property", "42"); in main()
|
| H A D | gtest-typed-test_test.cc | 42 using testing::Test; 48 class CommonTest : public Test { 135 class TypedTest1 : public Test { 144 class TypedTest2 : public Test { 160 class NumericTest : public Test { 174 class TypedTestWithNames : public Test {}; 216 class TypedTestCasePStateTest : public Test { 309 class TypeParametrizedTestWithNames : public Test {}; 350 class TypedTestP1 : public Test { 369 class TypedTestP2 : public Test { [all …]
|
| H A D | googletest-output-test_.cc | 73 if (testing::Test::HasFatalFailure()) return; in TryTestSubroutine() 422 class NonFatalFailureInSetUpTest : public testing::Test { 447 class FatalFailureInSetUpTest : public testing::Test { 546 class MixedUpTestCaseTest : public testing::Test { 562 class MixedUpTestCaseTest : public testing::Test { 795 class TypedTest : public testing::Test { 811 class TypedTestWithNames : public testing::Test {}; 836 class TypedTestP : public testing::Test { 886 class ATypedDeathTest : public testing::Test { 904 class ATypeParamDeathTest : public testing::Test { [all …]
|
| H A D | gtest_assert_by_exception_test.cc | 64 TEST(Test, Test) { in TEST() argument 99 TEST(Test, Test2) { in TEST() argument
|
| /freebsd-12.1/contrib/googletest/googletest/m4/ |
| H A D | gtest.m4 | 4 dnl Check for the presence of the Google Test library, optionally at a minimum 12 dnl Provide a flag to enable or disable Google Test usage. 20 [The exact path of Google Test's 'gtest-config' script.]) 22 [C-like preprocessor flags for Google Test.]) 24 [C++ compile flags for Google Test.]) 26 [Linker path and option flags for Google Test.]) 28 [Library linking flags for Google Test.]) 30 [The version of Google Test available.]) 41 Unable to locate either a built or installed Google Test. 52 AC_MSG_CHECKING([for Google Test])]) [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | README.md | 5 To build Google Test and your tests that use it, you need to tell your build 11 Suppose you put Google Test in directory `${GTEST_DIR}`. To build it, create a 25 (We need `-pthread` as Google Test uses threads.) 36 Cygwin). It doesn't try to build Google Test's own tests. Instead, it just 52 Google Test comes with a CMake build script ( 197 integrate Google Test with your existing build system. 233 ### Tweaking Google Test 259 force Google Test to use its own tuple library, just add 265 If you don't want Google Test to use tuple at all, add 317 Otherwise a future release of Google Test may break your build script. [all …]
|
| H A D | CHANGES | 5 * New feature: Google Test now implements a protocol to allow 9 * New feature: Test::RecordProperty() can now be used outside of the 33 to Google Test. 49 * Value-parameterized test fixtures can now derive from Test and 66 * New feature: Google Test can now be compiled as a DLL. 73 * Google Test now works on Solaris and AIX. 104 * New feature: ability to use Google Test assertions in other testing 109 * New feature: access to Google Test flag values in user code. 110 * New feature: a script that packs Google Test into one .h and one 133 * Added src/gtest-all.cc for building Google Test from a single file. [all …]
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | README.md | 2 # Google Test # 13 Welcome to **Google Test**, Google's C++ test framework! 24 Getting started information for **Google Test** is available in the 25 [Google Test Primer](googletest/docs/primer.md) documentation. 36 * Test discovery. 58 ## Who Is Using Google Test? ## 78 Test UI is written in C#. 81 listener for Google Test that implements the 92 Google Test is designed to have fairly minimal requirements to build 96 However, since core members of the Google Test project have no access [all …]
|
| H A D | CONTRIBUTING.md | 46 ## The Google Test and Google Mock Communities ## 48 The Google Test community exists primarily through the 61 Test development to join us in accepting nothing less. Of course, 85 If you plan to contribute a patch, you need to build Google Test, 96 ## Developing Google Test ## 98 This section discusses how to make your own changes to Google Test. 100 ### Testing Google Test Itself ### argument 110 Make sure you have Python installed, as some of Google Test's tests 118 Next, you can build Google Test and all of its own tests. On \*nix, 127 Some of Google Test's source files are generated from templates (not [all …]
|
| H A D | appveyor.yml | 41 if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { 45 if (-not (Test-Path env:enabled_on_pr) -or $env:enabled_on_pr -ne "yes") { 61 …if ((Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER) -And (-not (Test-Path env:enabled_on_pr) -or $env… 89 …if ((Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER) -And (-not (Test-Path env:enabled_on_pr) -or $env…
|
| /freebsd-12.1/contrib/netbsd-tests/lib/csu/ |
| H A D | h_initfini_common.cxx | 9 class Test { class 11 Test() in Test() function in Test 23 ~Test() in ~Test() 37 Test test;
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | build.conf | 1000 description = Test error library 1008 description = Test error library 1024 description = Test I/O Operations 1048 description = Test path library 1056 description = Test path library 1064 description = Test path library 1072 description = Test path library 1088 description = Test time functions 1112 description = Test stream library 1128 description = Test stream library [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | i386-reg.tbl | 137 // Test registers. 138 tr0, Test, 0, 0 139 tr1, Test, 0, 1 140 tr2, Test, 0, 2 141 tr3, Test, 0, 3 142 tr4, Test, 0, 4 143 tr5, Test, 0, 5 144 tr6, Test, 0, 6 145 tr7, Test, 0, 7
|
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/ |
| H A D | Makefile | 197 test/%Test$(EXT): PZSTD_LDFLAGS += $(GTEST_LIB) 198 test/%Test$(EXT): LIBS += -lgtest -lgtest_main 199 test/%Test$(EXT): test/%Test.o $(PROGDIR)/datagen.o Options.o Pzstd.o \ 203 utils/test/%Test$(EXT): PZSTD_LDFLAGS += $(GTEST_LIB) 204 utils/test/%Test$(EXT): LIBS += -lgtest -lgtest_main 205 utils/test/%Test$(EXT): utils/test/%Test.o 231 $(RM) -f test/*.o test/*Test$(EXT) test/*.Td test/*.d 232 $(RM) -f utils/test/*.o utils/test/*Test$(EXT) utils/test/*.Td utils/test/*.d
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | README.md | 77 ### Using Google Mock Without Google Test ### 81 with [Google Test](https://github.com/google/googletest), but 86 Google Mock is implemented on top of [Google Test]( 91 framework, although it will still need Google Test. Please read 132 as described for Google Test. 193 (We need -pthread as Google Test and Google Mock use threads.) 253 compilers. The good news is that Google Test 1.4.0+ implements a 282 same DLL must contain Google Test as well. See 283 [Google Test's README][gtest_readme] 288 Most of Google Test's control macros apply to Google Mock as well. [all …]
|
| H A D | configure.ac | 21 # Check for programs used in building Google Test. 91 [The exact path of Google Test's 'gtest-config' script.]) 93 [C-like preprocessor flags for Google Test.]) 95 [C++ compile flags for Google Test.]) 97 [Linker path and option flags for Google Test.]) 99 [Library linking flags for Google Test.]) 101 [The version of Google Test available.]) 114 Unable to locate either a built or installed Google Test at '${with_gtest}'.]) 120 [AC_MSG_CHECKING([for Google Test version >= ${GTEST_MIN_VERSION}])
|
| /freebsd-12.1/tools/regression/pthread/unwind/ |
| H A D | Test.cpp | 6 class Test { class 8 Test() { printf("Test::Test()\n"); } in Test() function in Test 9 ~Test() { printf("Test::~Test()\n"); destructed = 1; } in ~Test()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | XcodeGuide.md | 7 Here is the quick guide for using Google Test in your Xcode project. 21 …available in a tagged release of Google Test, it is only available in the trunk. As explained at t… 27 …Test as an external dependency to your own Subversion repository. By following this approach, ever… 33 …d via `svn propget`) of a project. This value checks out a copy of Google Test into the `trunk/ext… 44 …Test to your own project, is to open gtest.xcodeproj (found in the xcode/ directory of the Google … 45 … be living off the trunk of Google Test, incorporating its latest features into your unit tests (o… 47 # Make a Test Target # 53 … Libraries" build phase of your test target. This will include the Google Test headers in your hea… 54 …ld your target. Finally, if you don't share build directories with Google Test, you'll have to cop…
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 191 if (incoming.m_set_flags.Test(eEnabled)) in CopyOverSetOptions() 196 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions() 201 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions() 209 if (incoming.m_set_flags.Test(eIgnoreCount)) in CopyOverSetOptions() 214 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions() 227 if (incoming.m_set_flags.Test(eAutoContinue)) in CopyOverSetOptions() 382 if (m_set_flags.Test(eEnabled)) in SerializeToStructuredData() 385 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData() 388 if (m_set_flags.Test(eAutoContinue)) in SerializeToStructuredData() 391 if (m_set_flags.Test(eIgnoreCount)) in SerializeToStructuredData() [all …]
|
| /freebsd-12.1/contrib/ipfilter/ipsend/ |
| H A D | Crashable | 1 Test 1: 15 Test 6: 19 Test 7:
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
| H A D | project.pbxproj | 10 4024D162113D7D2400C7059E /* Test */ = { 12 …rationList = 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */; 19 name = Test; 72 remoteInfo = Test; 124 3B07BE350E4094E400647869 /* Test */, 157 3B07BE350E4094E400647869 /* Test */ = { 162 name = Test; 239 4024D162113D7D2400C7059E /* Test */, 318 target = 4024D162113D7D2400C7059E /* Test */; 418 4024D169113D7D4600C7059E /* Build configuration list for PBXAggregateTarget "Test" */ = {
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Log.cpp | 270 if (options.Test(LLDB_LOG_OPTION_PREPEND_SEQUENCE)) in WriteHeader() 274 if (options.Test(LLDB_LOG_OPTION_PREPEND_TIMESTAMP)) { in WriteHeader() 281 if (options.Test(LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD)) in WriteHeader() 286 if (options.Test(LLDB_LOG_OPTION_PREPEND_THREAD_NAME)) { in WriteHeader() 296 if (options.Test(LLDB_LOG_OPTION_BACKTRACE)) in WriteHeader() 299 if (options.Test(LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION) && in WriteHeader() 315 if (options.Test(LLDB_LOG_OPTION_THREADSAFE)) { in WriteMessage()
|
| H A D | Stream.cpp | 53 if (m_flags.Test(eBinary)) in PutSLEB128() 63 if (m_flags.Test(eBinary)) in PutULEB128() 77 if (m_flags.Test(eBinary)) in PutCString() 142 if (m_flags.Test(eBinary)) in PrintfVarArg() 333 if (m_flags.Test(eBinary)) { in _PutHex8() 455 bool binary_was_set = m_flags.Test(eBinary); in PutRawBytes() 482 bool binary_is_set = m_flags.Test(eBinary); in PutBytesAsRawHex8() 499 bool binary_is_set = m_flags.Test(eBinary); in PutCStringAsRawHex8()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | check_y2k.c | 221 long Test; in main() local 222 Test = Days( year ); in main() 223 if ( days != Test ) in main() 226 year, (long)days, (long)Test ); in main() 230 Test = julian0(year); /* compare with julian0() macro */ in main() 231 if ( days != Test ) in main() 234 year, (long)days, (long)Test ); in main()
|