Not all toolchains support newlib so tests that require newlib need
to have a filter to we don't try and build those tests on those
testcases. Add the following to testcase.yaml to handle the issue:
filter: TOOLCHAIN_HAS_NEWLIB == 1
Fixes #54440
Signed-off-by: Kumar Gala <kumar.gala@intel.com>
|
||
|---|---|---|
| .. | ||
| coap | ||
| dns_addremove | ||
| dns_packet | ||
| dns_resolve | ||
| dns_sd | ||
| http_header_fields | ||
| lwm2m | ||
| mqtt_packet | ||
| mqtt_publisher | ||
| mqtt_pubsub | ||
| mqtt_sn_client | ||
| mqtt_sn_packet | ||
| mqtt_subscriber | ||
| tls_credentials | ||