2022-08-25 18:56:55 +02:00
|
|
|
# Copyright (c) 2022 Barcelona Supercomputing Center (BSC)
|
2022-09-19 12:39:02 +02:00
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2022-08-25 18:56:55 +02:00
|
|
|
|
2022-08-25 19:30:44 +02:00
|
|
|
ovni_test(nested-tasks.c)
|
|
|
|
ovni_test(nested-tasks-bad.c SHOULD_FAIL
|
2023-02-02 14:00:50 +01:00
|
|
|
REGEX "cannot execute task 1: state is not created")
|
2022-08-25 19:30:44 +02:00
|
|
|
ovni_test(task-types.c MP)
|
|
|
|
ovni_test(blocking.c MP)
|
|
|
|
ovni_test(ss-mismatch.c SHOULD_FAIL
|
2023-02-15 17:28:04 +01:00
|
|
|
REGEX "thread [0-9]\\+ ended with 1 stacked nanos6 subsystems")
|