From 929cc12c04f743d18df9e9f0515bebe1478b8cbb Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Tue, 12 Mar 2024 14:24:38 +0100 Subject: [PATCH] Make attach-old nOS-V RT test fail now The new nOS-V emulation version 2.0.0 is no longer compatible with the old traces. --- test/emu/nosv/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/emu/nosv/CMakeLists.txt b/test/emu/nosv/CMakeLists.txt index 3a1197f..dccdd50 100644 --- a/test/emu/nosv/CMakeLists.txt +++ b/test/emu/nosv/CMakeLists.txt @@ -2,7 +2,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later test_emu(attach.c) -test_emu(attach-old.c) +test_emu(attach-old.c SHOULD_FAIL + REGEX "unsupported nosv model version") test_emu(nested-tasks.c) test_emu(task-types.c MP) test_emu(pause.c MP)