提交 2573cd9d 编写于 作者: Z zengjingxi 提交者: hewenbiao

test

Signed-off-by: Nzengjingxi <zengjingxi@kaihongdigi.com>
上级 997b580a
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30002TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001206, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001206 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preproc"
"essor.builtin.line_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001206 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001206 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001207, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001207 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preproce"
"ssor.builtin.line_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001207 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001207 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001208, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001208 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.builtin.line_and_file_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001208 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001208 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001209, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001209 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".builtin.line_and_file_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001209 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001209 end";
}
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30001TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000968, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000968 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.function_defi"
"nitions.same_object_and_function_param_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000968 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000968 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000969, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000969 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.function_defin"
"itions.same_object_and_function_param_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000969 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000969 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000970, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000970 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.func"
"tion_definitions.complex_func_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000970 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000970 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000971, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000971 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.funct"
"ion_definitions.complex_func_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000971 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000971 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000972, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000972 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.function_defini"
"tions.function_definition_with_comments_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000972 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000972 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000973, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000973 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.function_definit"
"ions.function_definition_with_comments_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000973 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000973 end";
}
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30001TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000908, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000908 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_"
"definitions.define_non_identifier_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000908 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000908 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000909, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000909 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_d"
"efinitions.define_non_identifier_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000909 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000909 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000910, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000910 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_d"
"efinitions.undef_non_identifier_1_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000910 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000910 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000911, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000911 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_de"
"finitions.undef_non_identifier_1_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000911 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000911 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000912, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000912 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_d"
"efinitions.undef_non_identifier_2_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000912 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000912 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000913, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000913 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_de"
"finitions.undef_non_identifier_2_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000913 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000913 end";
}
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30001TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000944, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000944 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_r"
"edefinitions.invalid_identifier_1_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000944 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000944 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000945, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000945 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_re"
"definitions.invalid_identifier_1_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000945 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000945 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000946, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000946 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_r"
"edefinitions.invalid_identifier_2_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000946 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000946 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000947, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000947 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.invalid_re"
"definitions.invalid_identifier_2_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000947 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000947 end";
}
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30002TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001210, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001210 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preproce"
"ssor.pragmas.pragma_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001210 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001210 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001211, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001211 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preproces"
"sor.pragmas.pragma_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001211 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001211 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001212, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001212 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor."
"pragmas.pragma_macro_exp_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001212 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001212 end";
}
static HWTEST_F(ActsKhrgles30002TestSuite, TestCase_001213, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_001213 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor.p"
"ragmas.pragma_macro_exp_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30002TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30002TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30002TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30002TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30002TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_001213 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_001213 end";
}
/*
* 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 "../Khrgles3BaseFunc.h"
#include "../ActsKhrgles30001TestSuite.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000974, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000974 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.recursion.recursion_1_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000974 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000974 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000975, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000975 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".recursion.recursion_1_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000975 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000975 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000976, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000976 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.recursion.recursion_2_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000976 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000976 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000977, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000977 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".recursion.recursion_2_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000977 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000977 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000978, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000978 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.recursion.recursion_3_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000978 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000978 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000979, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000979 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".recursion.recursion_3_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000979 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000979 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000980, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000980 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.recursion.recursion_4_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000980 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000980 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000981, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000981 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".recursion.recursion_4_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000981 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000981 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000982, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000982 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocesso"
"r.recursion.recursion_5_vertex",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000982 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000982 end";
}
static HWTEST_F(ActsKhrgles30001TestSuite, TestCase_000983, Function | MediumTest | Level2)
{
GTEST_LOG_(INFO) << "TestCase_000983 start";
int argc = 3;
const char *argv[3] = {
".",
"--deqp-case="
"KHR-GLES3.shaders.preprocessor"
".recursion.recursion_5_fragment",
"--deqp-archive-dir=/data/local/tmp/"
};
FuncRunResult result = RunTestKHRGLES(argc, argv);
ActsKhrgles30001TestSuite::runResult.numPassed += result.numPassed;
ActsKhrgles30001TestSuite::runResult.numFailed += result.numFailed;
ActsKhrgles30001TestSuite::runResult.numNotSupported += result.numNotSupported;
ActsKhrgles30001TestSuite::runResult.numWarnings += result.numWarnings;
ActsKhrgles30001TestSuite::runResult.numWaived += result.numWaived;
if (result.numNotSupported == 1) {
GTEST_LOG_(INFO) << "TestCase_000983 notsupport!";
} else if (result.isComplete) {
EXPECT_TRUE(result.isComplete);
EXPECT_TRUE(result.numPassed == 1);
};
GTEST_LOG_(INFO) << "TestCase_000983 end";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册