2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-10-15 00:08:08 +08:00
|
|
|
description: A simple application that demonstrates
|
|
|
|
basic sanity of the kernel.
|
|
|
|
name: Synchronization Sample
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2019-12-02 01:29:43 +08:00
|
|
|
sample.kernel.synchronization:
|
2017-12-06 02:00:43 +08:00
|
|
|
build_on_all: true
|
2021-07-08 20:49:04 +08:00
|
|
|
tags: synchronization
|
2017-12-11 09:05:44 +08:00
|
|
|
harness: console
|
2017-12-24 23:11:39 +08:00
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
regex:
|
2020-08-05 04:42:28 +08:00
|
|
|
- "thread_a: Hello World from (.*)!"
|
|
|
|
- "thread_b: Hello World from (.*)!"
|