Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test_.cc49 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 Dgtest_xml_output_unittest_.cc45 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 Dgtest-typed-test_test.cc42 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 Dgoogletest-output-test_.cc73 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 Dgtest_assert_by_exception_test.cc64 TEST(Test, Test) { in TEST() argument
99 TEST(Test, Test2) { in TEST() argument
/freebsd-13.1/contrib/googletest/googletest/m4/
H A Dgtest.m44 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-13.1/contrib/bmake/unit-tests/
H A Ddeptgt-end-fail.exp1 Test case all=ok all-dep=ok end=ok end-dep=ok.
9 Test case all=ok all-dep=ok end=ok end-dep=ERR.
20 Test case all=ok all-dep=ok end=ERR end-dep=ok.
32 Test case all=ok all-dep=ok end=ERR end-dep=ERR.
43 Test case all=ok all-dep=ERR end=ok end-dep=ok.
53 Test case all=ok all-dep=ERR end=ok end-dep=ERR.
63 Test case all=ok all-dep=ERR end=ERR end-dep=ok.
73 Test case all=ok all-dep=ERR end=ERR end-dep=ERR.
83 Test case all=ERR all-dep=ok end=ok end-dep=ok.
93 Test case all=ERR all-dep=ok end=ok end-dep=ERR.
[all …]
/freebsd-13.1/contrib/googletest/googletest/
H A DREADME.md5 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 DCHANGES5 * 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-13.1/contrib/googletest/
H A DREADME.md2 # 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 DCONTRIBUTING.md46 ## 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 Dappveyor.yml41 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-13.1/contrib/netbsd-tests/lib/csu/
H A Dh_initfini_common.cxx9 class Test { class
11 Test() in Test() function in Test
23 ~Test() in ~Test()
37 Test test;
/freebsd-13.1/contrib/subversion/
H A Dbuild.conf987 description = Test error library
995 description = Test error library
1011 description = Test I/O Operations
1035 description = Test path library
1043 description = Test path library
1051 description = Test path library
1059 description = Test path library
1075 description = Test time functions
1099 description = Test stream library
1115 description = Test stream library
[all …]
/freebsd-13.1/contrib/kyua/integration/
H A Dcmd_report_test.sh69 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
81 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
126 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
155 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
174 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed
184 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed
203 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
273 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
296 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
314 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
[all …]
/freebsd-13.1/tools/regression/pthread/unwind/
H A DTest.cpp6 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-13.1/sbin/ipf/ipsend/
H A DCrashable1 Test 1:
15 Test 6:
19 Test 7:
/freebsd-13.1/contrib/googletest/googlemock/
H A DREADME.md77 ### 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 Dconfigure.ac21 # 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-13.1/contrib/googletest/googletest/docs/
H A DXcodeGuide.md7 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…
27Test 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…
44Test 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-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp183 if (incoming.m_set_flags.Test(eEnabled)) in CopyOverSetOptions()
188 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions()
193 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions()
201 if (incoming.m_set_flags.Test(eIgnoreCount)) in CopyOverSetOptions()
206 if (incoming.m_set_flags.Test(eCondition)) in CopyOverSetOptions()
219 if (incoming.m_set_flags.Test(eAutoContinue)) in CopyOverSetOptions()
366 if (m_set_flags.Test(eEnabled)) in SerializeToStructuredData()
369 if (m_set_flags.Test(eOneShot)) in SerializeToStructuredData()
372 if (m_set_flags.Test(eAutoContinue)) in SerializeToStructuredData()
375 if (m_set_flags.Test(eIgnoreCount)) in SerializeToStructuredData()
[all …]
/freebsd-13.1/tools/test/
H A DREADME4 Test Suite, which uses Kyua, please see /usr/src/tests/
13 gpioevents Test delivery of gpio pin-change events to userland.
20 ppsapi Test 1 Pulse Per Second (1PPS) input for time control.
25 upsdl Test of mmap functionality.
/freebsd-13.1/sys/contrib/openzfs/tests/
H A DREADME.md1 # ZFS Test Suite README
3 1) Building and installing the ZFS Test Suite
5 The ZFS Test Suite runs under the test-runner framework. This framework
25 2) Running the ZFS Test Suite
27 The pre-requisites for running the ZFS Test Suite are:
39 * The ZFS Test Suite will add users and groups to test machine to
103 The ZFS Test Suite allows the user to specify a subset of the tests via a
114 3) Test results
116 While the ZFS Test Suite is running, one informational line is printed at the
142 Test: /usr/share/zfs/zfs-tests/tests/functional/arc/setup (run as root) [00:00] [PASS]
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp48 if (m_flags.Test(eBinary)) in PutSLEB128()
56 if (m_flags.Test(eBinary)) in PutULEB128()
68 if (m_flags.Test(eBinary)) in PutCString()
122 if (m_flags.Test(eBinary)) in PrintfVarArg()
218 if (m_flags.Test(eBinary)) { in _PutHex8()
340 bool binary_was_set = m_flags.Test(eBinary); in PutRawBytes()
367 bool binary_is_set = m_flags.Test(eBinary); in PutBytesAsRawHex8()
384 bool binary_is_set = m_flags.Test(eBinary); in PutStringAsRawHex8()
/freebsd-13.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
H A Dproject.pbxproj10 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" */ = {

12345678910>>...18