diff --git a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310009TestSuite.cpp b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310009TestSuite.cpp index b170c17d2bf3a91a52c48af89ffbaf7138f5389a..5352eba34e7623e93a0b0c516a4e1ae997e0aced 100644 --- a/graphic/vkgl/src/deqpgles31/ActsDeqpgles310009TestSuite.cpp +++ b/graphic/vkgl/src/deqpgles31/ActsDeqpgles310009TestSuite.cpp @@ -27,34 +27,4 @@ namespace OHOS { time_t ActsDeqpgles310009TestSuite::endTime; FuncRunResult ActsDeqpgles310009TestSuite::runResult; - // Preset action of the test suite, which is executed before the first test case - void ActsDeqpgles310009TestSuite::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 ActsDeqpgles310009TestSuite::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 ActsDeqpgles310009TestSuite::SetUp(void) - { - } - // Cleanup action of the test case - void ActsDeqpgles310009TestSuite::TearDown(void) - { - } } \ No newline at end of file