Rodrigo Arias
b265442b8c
Ensures that the select callback will be called on the propagation phase, immediately setting the right output. Otherwise the mux won't be updated until the select channel sets a new value.
12 lines
412 B
CMake
12 lines
412 B
CMake
# Copyright (c) 2022 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
ovni_test(nested-tasks.c)
|
|
ovni_test(nested-tasks-bad.c SHOULD_FAIL
|
|
REGEX "cannot execute task 1: state is not created")
|
|
ovni_test(task-types.c MP)
|
|
ovni_test(blocking.c MP)
|
|
ovni_test(ss-mismatch.c SHOULD_FAIL
|
|
REGEX "thread [0-9]\\+ ended with 1 stacked nanos6 subsystems")
|
|
ovni_test(delayed-connect-ss.c)
|