From 86d3383290070960a4f7d078125e88d81a670766 Mon Sep 17 00:00:00 2001 From: wangshi Date: Thu, 29 Jun 2023 09:58:40 +0800 Subject: [PATCH] =?UTF-8?q?"modifile=20graphic/vkgl/src/deqpgles2/ActsDeqp?= =?UTF-8?q?gles2TestSuite.cpp=20=E4=BC=98=E5=8C=96vkgl=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangshi --- .../src/deqpgles2/ActsDeqpgles2TestSuite.cpp | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/graphic/vkgl/src/deqpgles2/ActsDeqpgles2TestSuite.cpp b/graphic/vkgl/src/deqpgles2/ActsDeqpgles2TestSuite.cpp index e048613bb..1a5ace53c 100644 --- a/graphic/vkgl/src/deqpgles2/ActsDeqpgles2TestSuite.cpp +++ b/graphic/vkgl/src/deqpgles2/ActsDeqpgles2TestSuite.cpp @@ -26,35 +26,4 @@ namespace OHOS { time_t ActsDeqpgles2TestSuite::startTime; time_t ActsDeqpgles2TestSuite::endTime; FuncRunResult ActsDeqpgles2TestSuite::runResult; - - // Preset action of the test suite, which is executed before the first test case - void ActsDeqpgles2TestSuite::SetUpTestCase(void) - { - time(&startTime); - RegistPackage(); - runResult.numPassed = 0; - runResult.numFailed = 0; - runResult.numNotSupported = 0; - runResult.numWarnings = 0; - runResult.numWaived = 0; - } - // Test suite cleanup action, which is executed after the last test case - void ActsDeqpgles2TestSuite::TearDownTestCase(void) - { - time(&endTime); - printf("Test run totals --- Passed[%d]\n", runResult.numPassed); - printf("Test run totals --- Failed[%d]\n", runResult.numFailed); - printf("Test run totals --- Notsupport[%d]\n", runResult.numNotSupported); - printf("Test run totals --- Warnings[%d]\n", runResult.numWarnings); - printf("Test run totals --- Waved[%d]\n", runResult.numWaived); - cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;; - } - // Preset action of the test case - void ActsDeqpgles2TestSuite::SetUp(void) - { - } - // Cleanup action of the test case - void ActsDeqpgles2TestSuite::TearDown(void) - { - } } \ No newline at end of file -- GitLab