Skip to content

Commit b8821fb

Browse files
committed
update tests
1 parent 5708155 commit b8821fb

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

sycl/test-e2e/Experimental/launch_queries/max_work_group_size.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: preview-mode
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18910
6-
74
#include <sycl/detail/core.hpp>
85
#include <sycl/kernel_bundle.hpp>
96

sycl/test-e2e/Experimental/launch_queries/max_work_item_sizes.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// XFAIL: preview-mode
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18910
6-
74
#include <sycl/detail/core.hpp>
85
#include <sycl/detail/info_desc_helpers.hpp>
96
#include <sycl/kernel.hpp>

sycl/unittests/Extensions/LaunchQueries.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ auto getKernel(const sycl::queue &Q) {
6161
return KernelBundle.get_kernel(KernelID);
6262
}
6363

64-
// These tests fail in preview breaking mode.
65-
// Failure Tracker: https://github.com/intel/llvm/issues/18910
66-
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
6764
TEST(LaunchQueries, GetWorkGroupSizeSuccess) {
6865
sycl::unittest::UrMock<> Mock;
6966
mock::getCallbacks().set_replace_callback(
@@ -149,7 +146,6 @@ TEST(LaunchQueries, GetMaxWorkGroupItemSizesExceptionCode) {
149146
syclex::info::kernel_queue_specific::max_work_item_sizes<3>>(Queue),
150147
sycl::exception);
151148
}
152-
#endif // __INTEL_PREVIEW_BREAKING_CHANGES
153149

154150
TEST(LaunchQueries, GetMaxSubGroupSize3DSuccess) {
155151
sycl::unittest::UrMock<> Mock;

0 commit comments

Comments
 (0)