提交 c4386bde 编写于 作者: W wangshi

1,修改黄区编译问题;2,修改acts脚本打包问题

Signed-off-by: Nwangshi <wangshi@kaihong.com>
上级 28a674b4
......@@ -17,7 +17,8 @@ set -e
mkdir -p "suites/acts/testcases/vkgldata"
cp -rf "../../third_party/VK-GL-CTS/external/openglcts/data" "suites/acts/testcases/vkgldata"
tar czvf "vkgldata.tar.gz" -C "suites/acts/testcases/vkgldata" "data"
tar czvf "vkgldata.tar.gz" -C "suites/acts/testcases/vkgldata" "."
mv "vkgldata.tar.gz" "suites/acts/testcases/vkgldata"
cp -rf "common/common/libdeqp_ohos_platform.z.so" "suites/acts/testcases/vkgldata"
cp -rf "common/common/librosen_context.z.so" "suites/acts/testcases/vkgldata"
cp -rf "graphic/graphic_standard/libdeqp_SPIRV.z.so" "suites/acts/testcases/vkgldata"
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20001TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20002TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20003TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20004TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20005TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20006TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20007TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20008TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20009TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20010TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20011TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20012TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20013TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20014TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20015TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20016TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles20017TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles2TestSuite::SetUp(void)
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0001") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0002") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0003") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0004") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0005") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0006") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0007") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0008") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0009") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0010") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0011") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0012") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0013") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0014") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0015") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0016") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles2func0017") {
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30001TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30002TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30003TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30004TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30005TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30006TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30007TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30008TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30009TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30010TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30011TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30012TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30013TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30014TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30015TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30016TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30017TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30018TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30019TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30020TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30021TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30022TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30023TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30024TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30025TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30026TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30027TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30028TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30029TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30030TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30031TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30032TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30033TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30034TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30035TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30036TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30037TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30038TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30039TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30040TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30041TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30042TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30043TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30044TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles30045TestSuite::SetUp(void)
......
......@@ -47,7 +47,7 @@ namespace OHOS {
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);
printf("testmain end --- COST TIME[%lld]\n", (endTime-startTime));
cout << "testmain end --- COST TIME ["<< (endTime-startTime) << "]" << std::endl;;
}
// Preset action of the test case
void ActsDeqpgles3TestSuite::SetUp(void)
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0001") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0002") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0003") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0004") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0005") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0006") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0007") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0008") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0009") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0010") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0011") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0012") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0013") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0014") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0015") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0016") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0017") {
......
......@@ -25,10 +25,10 @@ config("deqp_platform_ohos_config") {
defines = deqp_common_defines
# defines -=["DE_PTR_SIZE=8"]
defines += [
"DE_PTR_SIZE=4",
"_XOPEN_SOURCE=600",
]
#defines += [
# "DE_PTR_SIZE=4",
# "_XOPEN_SOURCE=600",
# ]
}
ohos_static_library("libdeqpgles3func0018") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册