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
|
2022-08-25 18:56:55 +02:00
|
|
|
REGEX "fatal: 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
|
2022-09-06 10:38:47 +02:00
|
|
|
REGEX "thread [0-9]\\+ ended with 1 extra stacked nanos6 subsystems, top=\"Worker: Looking for work\"")
|