zephyr/tests/modules/thrift/ThriftTest/testcase.yaml
Chris Friedt f2d1851c2b tests: thrift: build_only until c++11 threads are in sdk
There was a make-shift mutex implementation added to thrift
while waiting for C++11 thread support in the SDK. This was
fairly racey and would cause issues in CI regularly.

Make the tests build-only for now until C++11 thread, mutex,
etc support is stabilized.

Signed-off-by: Chris Friedt <chrisfriedt@gmail.com>
2024-03-29 15:54:34 -05:00

24 lines
609 B
YAML

common:
build_only: true
tags:
- thrift
- cpp
modules:
- thrift
filter: CONFIG_FULL_LIBC_SUPPORTED
# qemu_x86 exluded due to missing long double functions in SDK
# See https://github.com/zephyrproject-rtos/sdk-ng/issues/603
platform_allow:
- mps2/an385
- qemu_cortex_a53
- qemu_riscv32
- qemu_riscv64
- qemu_x86_64
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"