From 737ab86867b5d032880768417e1db17f1670d52d Mon Sep 17 00:00:00 2001 From: "Garcia Orozco, David" Date: Fri, 24 Jan 2025 12:03:24 -0800 Subject: [PATCH] Revert changes to adapters tests --- sycl/test-e2e/Adapters/cuda_queue_priority.cpp | 1 + sycl/test-e2e/Adapters/dll-detach-order.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/sycl/test-e2e/Adapters/cuda_queue_priority.cpp b/sycl/test-e2e/Adapters/cuda_queue_priority.cpp index 031dc252c578f..008637b91f3e2 100644 --- a/sycl/test-e2e/Adapters/cuda_queue_priority.cpp +++ b/sycl/test-e2e/Adapters/cuda_queue_priority.cpp @@ -1,4 +1,5 @@ // REQUIRES: gpu, cuda, cuda_dev_kit +// REQUIRES: build-and-run-mode // RUN: %{build} %cuda_options -o %t.out // RUN: %{run} %t.out // diff --git a/sycl/test-e2e/Adapters/dll-detach-order.cpp b/sycl/test-e2e/Adapters/dll-detach-order.cpp index c1cf32816a240..72d014eb066bb 100644 --- a/sycl/test-e2e/Adapters/dll-detach-order.cpp +++ b/sycl/test-e2e/Adapters/dll-detach-order.cpp @@ -1,4 +1,5 @@ // REQUIRES: windows +// REQUIRES: build-and-run-mode // RUN: env SYCL_UR_TRACE=-1 sycl-ls | FileCheck %s // ensure that the adapters are detached AFTER urLoaderTearDown is done