From 0db43f24f5994d00fec8bf2dd6aa60ed87768f72 Mon Sep 17 00:00:00 2001 From: lnlan Date: Mon, 24 May 2021 16:43:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(kernel=5Ftest):=E5=86=85=E6=A0=B8=E9=97=A8?= =?UTF-8?q?=E7=A6=81=E7=A8=B3=E5=AE=9A=E6=80=A7=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E7=94=A8=E4=BE=8B=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【背景】 timer两条用例会导致测试进程异常退出 【修改方案】 将TIME_TEST_TZSET_001和TIME_TEST_TZSET_002两条用例从门禁中去掉 【影响】 对现有的产品编译不会有影响 re #I3SP0J Signed-off-by: lnlanc Change-Id: Iad89b8ef4260a8d3202c496a39f3a185aec6744e --- .../unittest/time/timer/time_timer_test.cpp | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/testsuites/unittest/time/timer/time_timer_test.cpp b/testsuites/unittest/time/timer/time_timer_test.cpp index 187ea911..fc4cc94a 100644 --- a/testsuites/unittest/time/timer/time_timer_test.cpp +++ b/testsuites/unittest/time/timer/time_timer_test.cpp @@ -86,27 +86,5 @@ HWTEST_F(TimeTimerTest, TimerTest003, TestSize.Level0) { TimerTest004(); // TODO: musl sigaction handler have only one param. }*/ - -/* * - * @tc.name: TIME_TEST_TZSET_001 - * @tc.desc: function for TIME_TEST_TZSET_001 - * @tc.type: FUNC - * @tc.require: AR000EEMQ9 - */ -HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_001, TestSize.Level0) -{ - TIME_TEST_TZSET_001(); -} - -/* * - * @tc.name: TIME_TEST_TZSET_002 - * @tc.desc: function for TimeTimerTest - * @tc.type: FUNC - * @tc.require: AR000EEMQ9 - */ -HWTEST_F(TimeTimerTest, TIME_TEST_TZSET_002, TestSize.Level0) -{ - TIME_TEST_TZSET_002(); -} #endif } // namespace OHOS