mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-23 06:50:00 +00:00
整改部件kernek2
Signed-off-by: limeng151 <limeng151@huawei.com> Change-Id: Ib4f5497dd5d4c628a22391a2e1ead6e650f24309
This commit is contained in:
parent
b487b7fac9
commit
d4a82cd315
@ -53,4 +53,4 @@ ohos_moduletest_suite("HatsHdfNnrtFunctionV1_0Test") {
|
||||
|
||||
cflags = [ "-Wno-error" ]
|
||||
public_configs = [ ":nnrtTest_config" ]
|
||||
}
|
||||
}
|
||||
|
@ -53,4 +53,4 @@ ohos_moduletest_suite("HatsHdfNnrtStabilityV1_0Test") {
|
||||
|
||||
cflags = [ "-Wno-error" ]
|
||||
public_configs = [ ":nnrtTest_config" ]
|
||||
}
|
||||
}
|
||||
|
2
kernel/BUILD.gn
Executable file → Normal file
2
kernel/BUILD.gn
Executable file → Normal file
@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos_var.gni")
|
||||
import("//test/xts/hats/build.gni")
|
||||
import("../build.gni")
|
||||
import(
|
||||
"open_posix_testsuite/conformance/interfaces_gn/posix_interface_config.gni")
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (C) 2022-2023 Huawei Device 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
|
||||
@ -11,7 +11,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "hats/accesstokenid"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (C) 2022-2023 Huawei Device 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
|
||||
@ -11,20 +11,18 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "hats/dmabuffer"
|
||||
|
||||
ohos_moduletest_suite("HatsDmaBufferTest") {
|
||||
module_out_path = module_output_path
|
||||
sources = [ "./dmabuf_alloc.cpp" ]
|
||||
deps = [
|
||||
"../../../../../commonlibrary/memory_utils/libdmabufheap:libdmabufheap",
|
||||
"../../../../../third_party/googletest:gtest_main",
|
||||
]
|
||||
external_deps = [ "c_utils:utils" ]
|
||||
include_dirs = [
|
||||
"../../../../../test/xts/tools/hctest/include",
|
||||
"../../../../../utils/",
|
||||
|
||||
deps = [ "//third_party/googletest:gtest_main" ]
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"memory_utils:libdmabufheap",
|
||||
]
|
||||
include_dirs = [ "include" ]
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -12,7 +12,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos_var.gni")
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../tools/build/suite.gni")
|
||||
|
||||
group("HatsFreeListTest") {
|
||||
testonly = true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -11,7 +11,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "kernel/encode_pointer"
|
||||
ohos_moduletest_suite("HatsEncodePointerTest") {
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -11,12 +11,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "kernel/free_performance"
|
||||
ohos_moduletest_suite("HatsFreePerformanceTest") {
|
||||
module_out_path = module_output_path
|
||||
include_dirs = [ "//drivers/peripheral/light/interfaces/include" ]
|
||||
sources = [ "Malloc_free_performance.cpp" ]
|
||||
subsystem_name = "kernel"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -11,13 +11,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "kernel/malloc_pressure"
|
||||
ohos_moduletest_suite("HatsMallocPressureTest") {
|
||||
module_out_path = module_output_path
|
||||
include_dirs = [ "//drivers/peripheral/light/interfaces/include" ]
|
||||
|
||||
sources = [ "Malloc_pressure.cpp" ]
|
||||
subsystem_name = "kernel"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -11,13 +11,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "kernel/modify_pointer"
|
||||
ohos_moduletest_suite("HatsModifyPointerTest") {
|
||||
module_out_path = module_output_path
|
||||
include_dirs = [ "//drivers/peripheral/light/interfaces/include" ]
|
||||
|
||||
sources = [ "Malloc_modify_pointer.cpp" ]
|
||||
subsystem_name = "kernel"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (c) 2022-2023 Huawei Device 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
|
||||
@ -11,13 +11,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../../tools/build/suite.gni")
|
||||
|
||||
module_output_path = "kernel/safe_unlink"
|
||||
ohos_moduletest_suite("HatsSafeUnlinkTest") {
|
||||
module_out_path = module_output_path
|
||||
include_dirs = [ "//drivers/peripheral/light/interfaces/include" ]
|
||||
|
||||
sources = [ "Malloc_safe_unlink.cpp" ]
|
||||
subsystem_name = "kernel"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
|
||||
# Copyright (C) 2022-2023 Huawei Device 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
|
||||
@ -11,7 +11,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//test/xts/tools/build/suite.gni")
|
||||
import("../../../tools/build/suite.gni")
|
||||
module_output_path = "hats/memtracker"
|
||||
|
||||
memorytracker_external_deps = [
|
||||
@ -28,10 +28,7 @@ ohos_moduletest_suite("HatsMemoryTrackerTest") {
|
||||
if (is_standard_system) {
|
||||
external_deps += memorytracker_external_deps
|
||||
}
|
||||
include_dirs = [
|
||||
"//test/xts/tools/hctest/include",
|
||||
"//utils/",
|
||||
]
|
||||
include_dirs = [ "include" ]
|
||||
cflags = [ "-Wno-error" ]
|
||||
subsystem_name = "kernel"
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("asctime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("clock_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/2-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("clock_getcpuclockid_6-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/6-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("clock_getres_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("clock_gettime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("clock_nanosleep_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_nanosleep/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("clock_settime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("ctime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/ctime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("difftime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/difftime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("fsync_5-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/5-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("gmtime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("localtime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mktime_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_close_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_getattr_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_getattr/2-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_open_12-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/12-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_receive_10-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/10-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_send_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/2-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("mq_setattr_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_timedreceive_13-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/13-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("mq_timedsend_13-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/13-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("mq_unlink_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("nanosleep_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/nanosleep/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_atfork_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_getdetachstate_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getdetachstate/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_getinheritsched_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_getschedparam_1-1") {
|
||||
sources = [
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_getscope_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_getstacksize_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_attr_setdetachstate_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setdetachstate/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_setinheritsched_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_setschedparam_1-2") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/1-2.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_attr_setschedpolicy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_attr_setscope_4-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/4-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_attr_setstacksize_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_barrier_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_barrier_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_barrier_wait_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_barrierattr_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_barrierattr_getpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_barrierattr_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_barrierattr_setpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_cancel_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_cleanup_pop_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_pop/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_cleanup_push_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_cond_signal_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_condattr_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_condattr_getclock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_condattr_getpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getpshared/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_condattr_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_init/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_condattr_setclock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_condattr_setpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setpshared/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_mutex_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_mutex_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_mutex_lock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_mutex_timedlock_4-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/4-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_mutex_trylock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_mutex_unlock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_mutexattr_settype_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_once_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_rwlock_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_rdlock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_rdlock/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_rwlock_timedrdlock_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/2-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_timedwrlock_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/2-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_tryrdlock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_tryrdlock/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_trywrlock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_unlock_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/2-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlock_wrlock_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_rwlockattr_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_destroy/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlockattr_getpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_getpshared/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_rwlockattr_init_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_rwlockattr_setpshared_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_setpshared/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_self_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_self/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_setcancelstate_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_setcanceltype_2-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcanceltype/2-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("pthread_setschedparam_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_setspecific_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("pthread_spin_destroy_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("raise_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/1-1.c" ]
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("sched_get_priority_max_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("sched_get_priority_min_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_min/1-1.c" ]
|
||||
}
|
||||
|
@ -10,8 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
import("../posix_interface_template.gni")
|
||||
|
||||
posix_interface_bin("sched_getparam_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/1-1.c" ]
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("sched_getscheduler_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("sched_rr_get_interval_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/1-1.c" ]
|
||||
}
|
||||
|
@ -10,9 +10,7 @@
|
||||
# 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.
|
||||
import(
|
||||
"//test/xts/hats/kernel/open_posix_testsuite/conformance/interfaces_gn/posix_interface_template.gni")
|
||||
|
||||
import("../posix_interface_template.gni")
|
||||
posix_interface_bin("sched_setparam_1-1") {
|
||||
sources = [ "//third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/1-1.c" ]
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user