2023-01-23 20:51:43 +08:00
|
|
|
common:
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- thrift
|
|
|
|
- cpp
|
|
|
|
- newlib
|
2023-01-23 20:51:43 +08:00
|
|
|
modules:
|
|
|
|
- thrift
|
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
|
|
# qemu_x86 exluded due to missing long double functions in SDK
|
|
|
|
# See https://github.com/zephyrproject-rtos/sdk-ng/issues/603
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_allow:
|
|
|
|
- mps2_an385
|
|
|
|
- qemu_cortex_a53
|
|
|
|
- qemu_riscv32
|
|
|
|
- qemu_riscv64
|
|
|
|
- qemu_x86_64
|
2023-01-23 20:51:43 +08:00
|
|
|
tests:
|
|
|
|
thrift.ThriftTest.newlib.binaryProtocol: {}
|
|
|
|
thrift.ThriftTest.newlib.compactProtocol:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
|
|
|
|
thrift.ThriftTest.newlib.tlsTransport:
|
|
|
|
extra_args: OVERLAY_CONFIG="overlay-tls.conf"
|