Fix UNREACHABLE defect 30/324830/5
authortranthanhtung2001 <tran.tung@samsung.com>
Tue, 27 May 2025 10:43:59 +0000 (17:43 +0700)
committertranthanhtung2001 <tran.tung@samsung.com>
Wed, 28 May 2025 07:47:58 +0000 (14:47 +0700)
Change-Id: I4d7c62aa2b37a74a22bca6691051da3365984b7b

tests/vcore/test-signature-validator.cpp

index 2b6a6c747ed6d46e7d789acc6682c68931151f08..f6af1701bdc46cb7f7bba140cc66e56472ac3208 100644 (file)
@@ -136,6 +136,7 @@ RUNNER_TEST(T00102_positive_public_check_ref)
 RUNNER_TEST(T00103_positive_partner_check_ref)
 {
        RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+       /*
        auto retVector = runCheck(TestData::widget_partner_path,
                                                          true,
                                                          true);
@@ -149,6 +150,7 @@ RUNNER_TEST(T00103_positive_partner_check_ref)
                        RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PARTNER,
                                                          "visibility check failed.");
        }
+       */
 }
 
 RUNNER_TEST(T00104_positive_public_uncheck_ref)
@@ -171,6 +173,7 @@ RUNNER_TEST(T00104_positive_public_uncheck_ref)
 RUNNER_TEST(T00105_positive_partner_uncheck_ref)
 {
        RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+       /*
        auto retVector = runCheck(TestData::widget_partner_path,
                                                          true,
                                                          false);
@@ -184,6 +187,7 @@ RUNNER_TEST(T00105_positive_partner_uncheck_ref)
                        RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PARTNER,
                                                          "visibility check failed.");
        }
+       */
 }
 
 RUNNER_TEST(T00106_positive_tpk)
@@ -246,6 +250,7 @@ RUNNER_TEST(T00108_distributor_disregard_check)
 RUNNER_TEST(T00109_positive_platform_check_ref)
 {
        RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+       /*
        auto retVector = runCheck(TestData::widget_platform_path,
                                                          true,
                                                          true);
@@ -259,11 +264,13 @@ RUNNER_TEST(T00109_positive_platform_check_ref)
                        RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PLATFORM,
                                                          "visibility check failed.");
        }
+       */
 }
 
 RUNNER_TEST(T00110_positive_platform_uncheck_ref)
 {
        RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+       /*
        auto retVector = runCheck(TestData::widget_platform_path,
                                                          true,
                                                          false);
@@ -277,6 +284,7 @@ RUNNER_TEST(T00110_positive_platform_uncheck_ref)
                        RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PLATFORM,
                                                          "visibility check failed.");
        }
+       */
 }
 
 RUNNER_TEST(T00111_positive_wgt_link)