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.
This commit is contained in:
Rodrigo Arias 2024-03-12 14:24:38 +01:00
parent 0404304803
commit 929cc12c04

View File

@ -2,7 +2,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
test_emu(attach.c) 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(nested-tasks.c)
test_emu(task-types.c MP) test_emu(task-types.c MP)
test_emu(pause.c MP) test_emu(pause.c MP)