2023-03-22 16:01:55 +01:00
|
|
|
# Copyright (c) 2022-2023 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
|
|
|
|
2023-03-22 16:01:55 +01:00
|
|
|
test_emu(nested-tasks.c)
|
|
|
|
test_emu(nested-tasks-bad.c SHOULD_FAIL
|
2023-10-23 15:12:43 +02:00
|
|
|
REGEX "body_execute: body(id=1,taskid=1) state must be Created but is Running")
|
2023-03-22 16:01:55 +01:00
|
|
|
test_emu(task-types.c MP)
|
|
|
|
test_emu(blocking.c MP)
|
2023-10-27 14:24:55 +02:00
|
|
|
test_emu(if0-pause-parent.c)
|
2023-03-22 16:01:55 +01:00
|
|
|
test_emu(ss-mismatch.c SHOULD_FAIL
|
2023-02-15 17:28:04 +01:00
|
|
|
REGEX "thread [0-9]\\+ ended with 1 stacked nanos6 subsystems")
|
2023-03-22 16:01:55 +01:00
|
|
|
test_emu(delayed-connect-ss.c)
|
|
|
|
test_emu(switch-same-type.c)
|
2023-04-11 20:18:18 +02:00
|
|
|
test_emu(sponge.c)
|
2023-04-11 20:59:08 +02:00
|
|
|
test_emu(sponge-breakdown.c BREAKDOWN)
|
2023-03-24 19:31:35 +01:00
|
|
|
test_emu(breakdown-no-black.c BREAKDOWN)
|
2023-10-23 15:24:31 +02:00
|
|
|
test_emu(rerun-task-bad.c SHOULD_FAIL
|
2023-10-23 15:12:43 +02:00
|
|
|
REGEX "body_execute: body(id=1,taskid=1) is not allowed to run again")
|