提交 333f9e82 编写于 作者: L laihuojiao 提交者: wanghuaxin

testcase

Signed-off-by: Nlaihuojiao <laihuojiao@kaihongdigi.com>
上级 1d20a0da
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <gtest/gtest.h>
#include "../Deqpgles2BaseFunc.h"
#include "../ActsDeqpgles20007TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006496, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006496 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.mediump_float_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006496 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006496 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006497, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006497 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator."
"geometric.reflect.mediump_float_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006497 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006497 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006498, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006498 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operato"
"r.geometric.reflect.highp_float_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006498 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006498 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006499, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006499 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.highp_float_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006499 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006499 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006500, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006500 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.mediump_vec2_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006500 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006500 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006501, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006501 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator."
"geometric.reflect.mediump_vec2_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006501 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006501 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006502, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006502 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operato"
"r.geometric.reflect.highp_vec2_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006502 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006502 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006503, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006503 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.highp_vec2_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006503 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006503 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006504, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006504 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.mediump_vec3_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006504 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006504 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006505, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006505 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator."
"geometric.reflect.mediump_vec3_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006505 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006505 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006506, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006506 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operato"
"r.geometric.reflect.highp_vec3_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006506 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006506 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006507, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006507 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.highp_vec3_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006507 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006507 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006508, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006508 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.mediump_vec4_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006508 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006508 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006509, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006509 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator."
"geometric.reflect.mediump_vec4_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006509 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006509 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006510, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006510 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operato"
"r.geometric.reflect.highp_vec4_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006510 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006510 end";
}
static HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006511, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_006511 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"dEQP-GLES2.functional.shaders.operator"
".geometric.reflect.highp_vec4_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsDeqpgles20007TestSuite::runResult.numPassed += result.numPassed;
ActsDeqpgles20007TestSuite::runResult.numFailed += result.numFailed;
ActsDeqpgles20007TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsDeqpgles20007TestSuite::runResult.numWarnings += result.numWarnings;
ActsDeqpgles20007TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_006511 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_006511 end";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册