From 2ade21b651d246eeac33ef95c5d0be2f877482d6 Mon Sep 17 00:00:00 2001 From: Michael Halkenhaeuser Date: Wed, 20 Aug 2025 12:11:53 -0500 Subject: [PATCH] [smoke-dev][omptest] Move all omptest-based smoke-limbo tests Reason: Avoid test-pipeline disturbance due to OpenMP move of omptest --- test/{smoke-limbo => smoke-dev}/aomp-issue376/Makefile | 0 test/{smoke-limbo => smoke-dev}/aomp-issue376/aomp-issue376.c | 0 test/{smoke-limbo => smoke-dev}/omptest-device-emi/CMakeLists.txt | 0 test/{smoke-limbo => smoke-dev}/omptest-device-emi/Makefile | 0 .../omptest-device-emi/omptest-device-emi.cpp | 0 .../omptest-device-emi/performBuildRun.sh | 0 .../omptest-device-non-emi/CMakeLists.txt | 0 test/{smoke-limbo => smoke-dev}/omptest-device-non-emi/Makefile | 0 .../omptest-device-non-emi/omptest-device-non-emi.cpp | 0 .../omptest-device-non-emi/performBuildRun.sh | 0 .../veccopy-ompt-target-cmake/CMakeLists.txt | 0 .../{smoke-limbo => smoke-dev}/veccopy-ompt-target-cmake/Makefile | 0 .../veccopy-ompt-target-cmake/performBuildRun.sh | 0 .../veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp | 0 .../veccopy-ompt-target-emi-map/Makefile | 0 .../veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c | 0 .../veccopy-ompt-target-emi-tracing-sync-async/Makefile | 0 .../veccopy-ompt-target-emi-tracing-sync-async.c | 0 .../veccopy-ompt-target-emi-tracing-sync-force/Makefile | 0 .../veccopy-ompt-target-emi-tracing-sync-force.c | 0 .../veccopy-ompt-target-emi-tracing-sync-size/Makefile | 0 .../veccopy-ompt-target-emi-tracing-sync-size.c | 0 .../veccopy-ompt-target-emi-tracing/Makefile | 0 .../veccopy-ompt-target-emi-tracing.c | 0 test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi/Makefile | 0 .../veccopy-ompt-target-emi/veccopy-ompt-target-emi.c | 0 test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-map/Makefile | 0 .../veccopy-ompt-target-map/veccopy-ompt-target-map.c | 0 test/{smoke-limbo => smoke-dev}/veccopy-ompt-target/Makefile | 0 .../veccopy-ompt-target/veccopy-ompt-target.c | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename test/{smoke-limbo => smoke-dev}/aomp-issue376/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/aomp-issue376/aomp-issue376.c (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-emi/CMakeLists.txt (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-emi/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-emi/omptest-device-emi.cpp (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-emi/performBuildRun.sh (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-non-emi/CMakeLists.txt (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-non-emi/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-non-emi/omptest-device-non-emi.cpp (100%) rename test/{smoke-limbo => smoke-dev}/omptest-device-non-emi/performBuildRun.sh (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-cmake/CMakeLists.txt (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-cmake/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-cmake/performBuildRun.sh (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-map/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-async/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-async/veccopy-ompt-target-emi-tracing-sync-async.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-force/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-force/veccopy-ompt-target-emi-tracing-sync-force.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-size/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing-sync-size/veccopy-ompt-target-emi-tracing-sync-size.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi-tracing/veccopy-ompt-target-emi-tracing.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-emi/veccopy-ompt-target-emi.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-map/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target-map/veccopy-ompt-target-map.c (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target/Makefile (100%) rename test/{smoke-limbo => smoke-dev}/veccopy-ompt-target/veccopy-ompt-target.c (100%) diff --git a/test/smoke-limbo/aomp-issue376/Makefile b/test/smoke-dev/aomp-issue376/Makefile similarity index 100% rename from test/smoke-limbo/aomp-issue376/Makefile rename to test/smoke-dev/aomp-issue376/Makefile diff --git a/test/smoke-limbo/aomp-issue376/aomp-issue376.c b/test/smoke-dev/aomp-issue376/aomp-issue376.c similarity index 100% rename from test/smoke-limbo/aomp-issue376/aomp-issue376.c rename to test/smoke-dev/aomp-issue376/aomp-issue376.c diff --git a/test/smoke-limbo/omptest-device-emi/CMakeLists.txt b/test/smoke-dev/omptest-device-emi/CMakeLists.txt similarity index 100% rename from test/smoke-limbo/omptest-device-emi/CMakeLists.txt rename to test/smoke-dev/omptest-device-emi/CMakeLists.txt diff --git a/test/smoke-limbo/omptest-device-emi/Makefile b/test/smoke-dev/omptest-device-emi/Makefile similarity index 100% rename from test/smoke-limbo/omptest-device-emi/Makefile rename to test/smoke-dev/omptest-device-emi/Makefile diff --git a/test/smoke-limbo/omptest-device-emi/omptest-device-emi.cpp b/test/smoke-dev/omptest-device-emi/omptest-device-emi.cpp similarity index 100% rename from test/smoke-limbo/omptest-device-emi/omptest-device-emi.cpp rename to test/smoke-dev/omptest-device-emi/omptest-device-emi.cpp diff --git a/test/smoke-limbo/omptest-device-emi/performBuildRun.sh b/test/smoke-dev/omptest-device-emi/performBuildRun.sh similarity index 100% rename from test/smoke-limbo/omptest-device-emi/performBuildRun.sh rename to test/smoke-dev/omptest-device-emi/performBuildRun.sh diff --git a/test/smoke-limbo/omptest-device-non-emi/CMakeLists.txt b/test/smoke-dev/omptest-device-non-emi/CMakeLists.txt similarity index 100% rename from test/smoke-limbo/omptest-device-non-emi/CMakeLists.txt rename to test/smoke-dev/omptest-device-non-emi/CMakeLists.txt diff --git a/test/smoke-limbo/omptest-device-non-emi/Makefile b/test/smoke-dev/omptest-device-non-emi/Makefile similarity index 100% rename from test/smoke-limbo/omptest-device-non-emi/Makefile rename to test/smoke-dev/omptest-device-non-emi/Makefile diff --git a/test/smoke-limbo/omptest-device-non-emi/omptest-device-non-emi.cpp b/test/smoke-dev/omptest-device-non-emi/omptest-device-non-emi.cpp similarity index 100% rename from test/smoke-limbo/omptest-device-non-emi/omptest-device-non-emi.cpp rename to test/smoke-dev/omptest-device-non-emi/omptest-device-non-emi.cpp diff --git a/test/smoke-limbo/omptest-device-non-emi/performBuildRun.sh b/test/smoke-dev/omptest-device-non-emi/performBuildRun.sh similarity index 100% rename from test/smoke-limbo/omptest-device-non-emi/performBuildRun.sh rename to test/smoke-dev/omptest-device-non-emi/performBuildRun.sh diff --git a/test/smoke-limbo/veccopy-ompt-target-cmake/CMakeLists.txt b/test/smoke-dev/veccopy-ompt-target-cmake/CMakeLists.txt similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-cmake/CMakeLists.txt rename to test/smoke-dev/veccopy-ompt-target-cmake/CMakeLists.txt diff --git a/test/smoke-limbo/veccopy-ompt-target-cmake/Makefile b/test/smoke-dev/veccopy-ompt-target-cmake/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-cmake/Makefile rename to test/smoke-dev/veccopy-ompt-target-cmake/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-cmake/performBuildRun.sh b/test/smoke-dev/veccopy-ompt-target-cmake/performBuildRun.sh similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-cmake/performBuildRun.sh rename to test/smoke-dev/veccopy-ompt-target-cmake/performBuildRun.sh diff --git a/test/smoke-limbo/veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp b/test/smoke-dev/veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp rename to test/smoke-dev/veccopy-ompt-target-cmake/veccopy-ompt-target-cmake.cpp diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-map/Makefile b/test/smoke-dev/veccopy-ompt-target-emi-map/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-map/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi-map/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c b/test/smoke-dev/veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c rename to test/smoke-dev/veccopy-ompt-target-emi-map/veccopy-ompt-target-emi-map.c diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-async/Makefile b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-async/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-async/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-async/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-async/veccopy-ompt-target-emi-tracing-sync-async.c b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-async/veccopy-ompt-target-emi-tracing-sync-async.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-async/veccopy-ompt-target-emi-tracing-sync-async.c rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-async/veccopy-ompt-target-emi-tracing-sync-async.c diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-force/Makefile b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-force/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-force/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-force/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-force/veccopy-ompt-target-emi-tracing-sync-force.c b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-force/veccopy-ompt-target-emi-tracing-sync-force.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-force/veccopy-ompt-target-emi-tracing-sync-force.c rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-force/veccopy-ompt-target-emi-tracing-sync-force.c diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-size/Makefile b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-size/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-size/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-size/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-size/veccopy-ompt-target-emi-tracing-sync-size.c b/test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-size/veccopy-ompt-target-emi-tracing-sync-size.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing-sync-size/veccopy-ompt-target-emi-tracing-sync-size.c rename to test/smoke-dev/veccopy-ompt-target-emi-tracing-sync-size/veccopy-ompt-target-emi-tracing-sync-size.c diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing/Makefile b/test/smoke-dev/veccopy-ompt-target-emi-tracing/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi-tracing/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi-tracing/veccopy-ompt-target-emi-tracing.c b/test/smoke-dev/veccopy-ompt-target-emi-tracing/veccopy-ompt-target-emi-tracing.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi-tracing/veccopy-ompt-target-emi-tracing.c rename to test/smoke-dev/veccopy-ompt-target-emi-tracing/veccopy-ompt-target-emi-tracing.c diff --git a/test/smoke-limbo/veccopy-ompt-target-emi/Makefile b/test/smoke-dev/veccopy-ompt-target-emi/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi/Makefile rename to test/smoke-dev/veccopy-ompt-target-emi/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-emi/veccopy-ompt-target-emi.c b/test/smoke-dev/veccopy-ompt-target-emi/veccopy-ompt-target-emi.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-emi/veccopy-ompt-target-emi.c rename to test/smoke-dev/veccopy-ompt-target-emi/veccopy-ompt-target-emi.c diff --git a/test/smoke-limbo/veccopy-ompt-target-map/Makefile b/test/smoke-dev/veccopy-ompt-target-map/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-map/Makefile rename to test/smoke-dev/veccopy-ompt-target-map/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target-map/veccopy-ompt-target-map.c b/test/smoke-dev/veccopy-ompt-target-map/veccopy-ompt-target-map.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target-map/veccopy-ompt-target-map.c rename to test/smoke-dev/veccopy-ompt-target-map/veccopy-ompt-target-map.c diff --git a/test/smoke-limbo/veccopy-ompt-target/Makefile b/test/smoke-dev/veccopy-ompt-target/Makefile similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target/Makefile rename to test/smoke-dev/veccopy-ompt-target/Makefile diff --git a/test/smoke-limbo/veccopy-ompt-target/veccopy-ompt-target.c b/test/smoke-dev/veccopy-ompt-target/veccopy-ompt-target.c similarity index 100% rename from test/smoke-limbo/veccopy-ompt-target/veccopy-ompt-target.c rename to test/smoke-dev/veccopy-ompt-target/veccopy-ompt-target.c