From f21c3c5388e7d0976c226b7984177ebbb144db2d Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Fri, 23 Aug 2024 08:49:58 -0700 Subject: [PATCH] [NFC][E2E] Enable few `vec` tests outside `-fpreview-breaking-changes` The functionality has been promoted to default during the past ABI breaking window. --- sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp | 3 +-- .../Basic/vector/vec_binary_scalar_order_relational.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp index aa8b654a3920a..7c5da5e898f85 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp @@ -1,5 +1,4 @@ -// REQUIRES: preview-breaking-changes-supported -// RUN: %{build} -fpreview-breaking-changes -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out // Checks scalar/vec logical operator ordering. diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp index e07e2548a840c..514d9b4d9c8aa 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_relational.cpp @@ -1,5 +1,4 @@ -// REQUIRES: preview-breaking-changes-supported -// RUN: %{build} -fpreview-breaking-changes -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out // Checks scalar/vec relational operator ordering.