| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_slh_dsa_siggen.txt | 26 Extended-Test = 1 37 Extended-Test = 1 48 Extended-Test = 1 59 Extended-Test = 1 70 Extended-Test = 1 81 Extended-Test = 1 102 Extended-Test = 1 113 Extended-Test = 1 124 Extended-Test = 1 135 Extended-Test = 1 [all …]
|
| H A D | evppkey_dsa.txt | 98 Title = Test keypair mismatches 271 # Test sign with a 2048 bit key with N == 160 is not allowed in fips mode 279 # Test sign with a 2048 bit key with N == 224 is allowed in fips mode 287 # Test sign with a 2048 bit key with N == 256 is allowed in fips mode 294 # Test sign with a 3072 bit key with N == 256 is allowed in fips mode 301 # Test sign with a 2048 bit SHA3 is allowed in fips mode 308 # Test verify with a 1024 bit key is allowed in fips mode 314 # Test verify with SHA1 is allowed in fips mode 320 # Test verify with a 2048/160 bit key is allowed in fips mode 329 # Test sign with a 1024 bit key is not allowed in fips mode [all …]
|
| H A D | evppkey_ecx.txt | 65 # Test that X25519 Key exchange is not FIPS approved 149 # Test that X448 Key exchange is not FIPS approved 308 Input = "Test" 313 Input = "Test" 525 Input = "Test" 530 Input = "Test" 601 Title = Test keypair mismatches 617 # Test Vector 1 633 # Test Vector 2 649 # Test Vector 3 [all …]
|
| H A D | evppkey_dsa_sigalg.txt | 99 Title = Test keypair mismatches 272 # Test sign with a 2048 bit key with N == 160 is not allowed in fips mode 280 # Test sign with a 2048 bit key with N == 224 is allowed in fips mode 288 # Test sign with a 2048 bit key with N == 256 is allowed in fips mode 295 # Test sign with a 3072 bit key with N == 256 is allowed in fips mode 302 # Test sign with a 2048 bit SHA3 is allowed in fips mode 309 # Test verify with a 1024 bit key is allowed in fips mode 315 # Test verify with SHA1 is allowed in fips mode 321 # Test verify with a 2048/160 bit key is allowed in fips mode 329 # Test sign with a 1024 bit key is not allowed in fips mode [all …]
|
| /src/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 SehExceptionInSetUpTestSuiteTest : public Test { 74 class SehExceptionInTearDownTestSuiteTest : public Test { 82 class SehExceptionInSetUpTest : public Test { 89 class SehExceptionInTearDownTest : public Test { 102 class CxxExceptionInConstructorTest : public Test { 139 class CxxExceptionInSetUpTestSuiteTest : public Test { 183 class CxxExceptionInTearDownTestSuiteTest : public Test { [all …]
|
| H A D | gtest_xml_output_unittest_.cc | 45 using ::testing::Test; 51 class SuccessfulTest : public Test {}; 58 class FailedTest : public Test { 65 class DisabledTest : public Test { 72 class SkippedTest : public Test { 113 class PropertyRecordingTest : public Test { 149 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 154 testing::Test::RecordProperty(key, value); in ExternalUtilityThatCallsRecordProperty() 167 class SetupFailTest : public ::testing::Test { 174 class TearDownFailTest : public ::testing::Test { [all …]
|
| H A D | googletest-output-test_.cc | 72 if (testing::Test::HasFatalFailure()) return; in TryTestSubroutine() 356 class NonFatalFailureInFixtureConstructorTest : public testing::Test { 379 class FatalFailureInFixtureConstructorTest : public testing::Test { 413 class NonFatalFailureInSetUpTest : public testing::Test { 433 class FatalFailureInSetUpTest : public testing::Test { 473 class MixedUpTestSuiteTest : public testing::Test {}; 478 class MixedUpTestSuiteWithSameTestNameTest : public testing::Test {}; 487 class MixedUpTestSuiteTest : public testing::Test {}; 494 class MixedUpTestSuiteWithSameTestNameTest : public testing::Test {}; 508 class TEST_F_before_TEST_in_same_test_case : public testing::Test {}; [all …]
|
| H A D | gtest-typed-test_test.cc | 41 using testing::Test; 47 class CommonTest : public Test { 129 class TypedTest1 : public Test {}; 137 class TypedTest2 : public Test {}; 152 class NumericTest : public Test {}; 163 class TypedTestWithNames : public Test {}; 200 class TypedTestSuitePStateTest : public Test { 292 class TypeParametrizedTestWithNames : public Test {}; 333 class TypedTestP1 : public Test {}; 351 class TypedTestP2 : public Test {}; [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | deptgt-end-fail.exp | 1 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 …]
|
| /src/crypto/openssl/external/perl/Text-Template-1.56/t/ |
| H A D | warnings.t | 9 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 10 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 13 Test::More->import; 16 unless (eval { require Test::Warnings; 1; }) { 20 Test::Warnings->import;
|
| H A D | nested-tags.t | 12 unless (eval { require Test::More; "$Test::More::VERSION" >= 0.94; }) { 13 Test::More::plan(skip_all => '[ Test::More v0.94+ ] is required for testing'); 16 Test::More->import;
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 05-test_pbe.t | 12 use OpenSSL::Test::Simple; 13 use OpenSSL::Test; 14 use OpenSSL::Test::Utils; 15 use OpenSSL::Test qw/:DEFAULT srctop_file bldtop_dir/;
|
| H A D | 03-test_internal_asn1_dsa.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 02-test_internal_ctype.t | 11 use OpenSSL::Test; # get 'plan' 12 use OpenSSL::Test::Simple; 13 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_sm2.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_x509.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_asn1.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_ssl_cert_table.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_poly1305.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_chacha.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_namemap.t | 10 use OpenSSL::Test; # get 'plan' 11 use OpenSSL::Test::Simple; 12 use OpenSSL::Test::Utils;
|
| H A D | 03-test_internal_sm4.t | 11 use OpenSSL::Test; # get 'plan' 12 use OpenSSL::Test::Simple; 13 use OpenSSL::Test::Utils;
|
| /src/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;
|
| /src/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 47 ## The Google Test and Google Mock Communities 49 The Google Test community exists primarily through the 60 and we strongly encourage everyone participating in Google Test development to 72 As always, discuss Google Test in the official GoogleTest discussion group. You 88 If you plan to contribute a patch, you need to build Google Test, Google Mock, 95 ## Developing Google Test and Google Mock 97 This section discusses how to make your own changes to the Google Test project. 99 ### Testing Google Test and Google Mock Themselves 102 functionality, you'll want to compile and run Google Test and GoogleMock's own 111 To choose between building only Google Test or Google Mock, you may modify your [all …]
|
| /src/contrib/kyua/integration/ |
| H A D | cmd_report_test.sh | 69 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 276 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 299 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 317 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed [all …]
|