2017-04-04 23:11:22 -04:00
|
|
|
sample:
|
2017-12-11 12:35:31 -05:00
|
|
|
name: Syncronisation (C++)
|
2017-04-04 23:11:22 -04:00
|
|
|
tests:
|
2019-12-01 12:29:43 -05:00
|
|
|
sample.cpp.synchronization:
|
2018-10-15 15:13:17 -04:00
|
|
|
tags: cpp
|
2023-05-08 13:37:42 +02:00
|
|
|
toolchain_exclude:
|
|
|
|
|
- issm
|
|
|
|
|
- xcc
|
2020-05-28 08:18:11 -04:00
|
|
|
integration_platforms:
|
|
|
|
|
- qemu_x86
|
2017-12-11 12:35:31 -05:00
|
|
|
harness: console
|
2017-12-24 18:26:33 -05:00
|
|
|
harness_config:
|
|
|
|
|
type: multi_line
|
|
|
|
|
regex:
|
|
|
|
|
- "Create semaphore (.*)"
|
|
|
|
|
- "main: Hello World!"
|
|
|
|
|
- "coop_thread_entry: Hello World!"
|
2023-01-06 13:36:21 -08:00
|
|
|
sample.cpp.synchronization.picolibc:
|
|
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
|
|
|
extra_configs:
|
|
|
|
|
- CONFIG_PICOLIBC=y
|
|
|
|
|
tags: cpp
|
2023-05-08 13:37:42 +02:00
|
|
|
toolchain_exclude:
|
|
|
|
|
- issm
|
|
|
|
|
- xcc
|
2023-01-06 13:36:21 -08:00
|
|
|
integration_platforms:
|
|
|
|
|
- qemu_x86
|
|
|
|
|
harness: console
|
|
|
|
|
harness_config:
|
|
|
|
|
type: multi_line
|
|
|
|
|
regex:
|
|
|
|
|
- "Create semaphore (.*)"
|
|
|
|
|
- "main: Hello World!"
|
|
|
|
|
- "coop_thread_entry: Hello World!"
|