From 6df2e86a3ee526f3ce19ac840b6b5cec71a809ac Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Sat, 3 Aug 2024 22:06:50 -0700 Subject: [PATCH] Watchdog tests marked as failing --- test/C/src/concurrent/{ => failing}/Watchdog.lf | 0 test/C/src/concurrent/{ => failing}/WatchdogAction.lf | 0 test/C/src/concurrent/{ => failing}/WatchdogMultiple.lf | 0 test/C/src/concurrent/{ => failing}/WatchdogMutex.lf | 0 test/C/src/concurrent/{ => failing}/WatchdogRestartTerminated.lf | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/C/src/concurrent/{ => failing}/Watchdog.lf (100%) rename test/C/src/concurrent/{ => failing}/WatchdogAction.lf (100%) rename test/C/src/concurrent/{ => failing}/WatchdogMultiple.lf (100%) rename test/C/src/concurrent/{ => failing}/WatchdogMutex.lf (100%) rename test/C/src/concurrent/{ => failing}/WatchdogRestartTerminated.lf (100%) diff --git a/test/C/src/concurrent/Watchdog.lf b/test/C/src/concurrent/failing/Watchdog.lf similarity index 100% rename from test/C/src/concurrent/Watchdog.lf rename to test/C/src/concurrent/failing/Watchdog.lf diff --git a/test/C/src/concurrent/WatchdogAction.lf b/test/C/src/concurrent/failing/WatchdogAction.lf similarity index 100% rename from test/C/src/concurrent/WatchdogAction.lf rename to test/C/src/concurrent/failing/WatchdogAction.lf diff --git a/test/C/src/concurrent/WatchdogMultiple.lf b/test/C/src/concurrent/failing/WatchdogMultiple.lf similarity index 100% rename from test/C/src/concurrent/WatchdogMultiple.lf rename to test/C/src/concurrent/failing/WatchdogMultiple.lf diff --git a/test/C/src/concurrent/WatchdogMutex.lf b/test/C/src/concurrent/failing/WatchdogMutex.lf similarity index 100% rename from test/C/src/concurrent/WatchdogMutex.lf rename to test/C/src/concurrent/failing/WatchdogMutex.lf diff --git a/test/C/src/concurrent/WatchdogRestartTerminated.lf b/test/C/src/concurrent/failing/WatchdogRestartTerminated.lf similarity index 100% rename from test/C/src/concurrent/WatchdogRestartTerminated.lf rename to test/C/src/concurrent/failing/WatchdogRestartTerminated.lf