From 36e02d3664e7ad6d083f5ccdeb487a409750662e Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 24 Oct 2024 06:56:11 -0700 Subject: [PATCH 1/3] [SYCL][DeviceSanitizer] Re-enable XPASSing tests on DG2 Signed-off-by: Sarnie, Nick --- .../AddressSanitizer/invalid-argument/out-of-bounds.cpp | 3 --- .../AddressSanitizer/invalid-argument/released-pointer.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp b/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp index 059bd1181d264..4973cdeddab0d 100644 --- a/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp +++ b/sycl/test-e2e/AddressSanitizer/invalid-argument/out-of-bounds.cpp @@ -1,8 +1,5 @@ // REQUIRES: linux, gpu -// XFAIL: gpu-intel-dg2 && linux -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648 - // RUN: %{build} %device_asan_flags -O2 -g -o %t // RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s diff --git a/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp b/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp index 5f49e058c0dda..3c8d32bbd68e0 100644 --- a/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp +++ b/sycl/test-e2e/AddressSanitizer/invalid-argument/released-pointer.cpp @@ -1,8 +1,5 @@ // REQUIRES: linux, gpu -// XFAIL: gpu-intel-dg2 && linux -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15648 - // RUN: %{build} %device_asan_flags -O2 -g -o %t // RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS="quarantine_size_mb:1;detect_kernel_arguments:1" %{run} not %t 2>&1 | FileCheck %s From 6739756173f26e19181caabf5e6a00b221e977ad Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 24 Oct 2024 06:57:25 -0700 Subject: [PATCH 2/3] xpass test Signed-off-by: Sarnie, Nick --- sycl/test/no-xfail-without-tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test/no-xfail-without-tracker.cpp b/sycl/test/no-xfail-without-tracker.cpp index 7cb524dab5c47..d33baed581e76 100644 --- a/sycl/test/no-xfail-without-tracker.cpp +++ b/sycl/test/no-xfail-without-tracker.cpp @@ -50,7 +50,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 157 +// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 155 // // List of improperly XFAIL-ed tests. // Remove the CHECK once the test has been propely XFAIL-ed. From c1e68acfc2ac40b2761ceea78f40806c7c3c6e47 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 24 Oct 2024 07:12:11 -0700 Subject: [PATCH 3/3] Revert "xpass test" This reverts commit 6739756173f26e19181caabf5e6a00b221e977ad. --- sycl/test/no-xfail-without-tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test/no-xfail-without-tracker.cpp b/sycl/test/no-xfail-without-tracker.cpp index d33baed581e76..7cb524dab5c47 100644 --- a/sycl/test/no-xfail-without-tracker.cpp +++ b/sycl/test/no-xfail-without-tracker.cpp @@ -50,7 +50,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 155 +// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 157 // // List of improperly XFAIL-ed tests. // Remove the CHECK once the test has been propely XFAIL-ed.