Skip to content

Commit c1f93c0

Browse files
updat the xfail tracker for ThreadSanitizer tests
1 parent 21420be commit c1f93c0

File tree

10 files changed

+9
-10
lines changed

10 files changed

+9
-10
lines changed

sycl/test-e2e/DeviceCodeSplit/grf.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
// RUN: %{build} -DUSE_NEW_API=1 -DUSE_AUTO_GRF=1 -o %t4.out
3434
// RUN: env SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-NO-VAR
3535
// RUN: env SYCL_PROGRAM_COMPILE_OPTIONS="-g" SYCL_UR_TRACE=2 %{run} %t4.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-AUTO-WITH-VAR
36-
3736
#include "../helpers.hpp"
3837
#include <iostream>
3938
#include <sycl/detail/core.hpp>

sycl/test-e2e/ThreadSanitizer/aot/gpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
// RUN: %{run} %t.out 2>&1 | FileCheck %S/Inputs/usm_data_race.cpp
1616

1717
// XFAIL: spirv-backend && arch-intel_gpu_pvc
18-
// XFAIL-TRACKER: CMPLRLLVM-64052
18+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602

sycl/test-e2e/ThreadSanitizer/check_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %{run} %t2.out 2>&1 | FileCheck %s
77

88
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9-
// XFAIL-TRACKER: CMPLRLLVM-64052
9+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
1010

1111
#include <sycl/detail/core.hpp>
1212

sycl/test-e2e/ThreadSanitizer/check_device_global.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %{run} %t2.out 2>&1 | FileCheck %s
77

88
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9-
// XFAIL-TRACKER: CMPLRLLVM-64052
9+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
1010

1111
#include <sycl/detail/core.hpp>
1212
#include <sycl/ext/oneapi/device_global/device_global.hpp>

sycl/test-e2e/ThreadSanitizer/check_device_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{run} %t.out 2>&1 | FileCheck %s
55

66
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7-
// XFAIL-TRACKER: CMPLRLLVM-64052
7+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
88

99
#include "sycl/detail/core.hpp"
1010
#include "sycl/usm.hpp"

sycl/test-e2e/ThreadSanitizer/check_host_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{run} %t.out 2>&1 | FileCheck %s
55

66
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7-
// XFAIL-TRACKER: CMPLRLLVM-64052
7+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
88

99
#include "sycl/detail/core.hpp"
1010
#include "sycl/usm.hpp"

sycl/test-e2e/ThreadSanitizer/check_shared_usm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{run} %t.out 2>&1 | FileCheck %s
55

66
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7-
// XFAIL-TRACKER: CMPLRLLVM-64052
7+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
88

99
#include "sycl/detail/core.hpp"
1010
#include "sycl/usm.hpp"

sycl/test-e2e/ThreadSanitizer/check_sub_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %{run} %t2.out 2>&1 | FileCheck %s
77

88
// XFAIL: spirv-backend && arch-intel_gpu_pvc
9-
// XFAIL-TRACKER: CMPLRLLVM-64052
9+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
1010

1111
#include <sycl/detail/core.hpp>
1212

sycl/test-e2e/ThreadSanitizer/group_local_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{run} %t.out 2>&1 | FileCheck %s
55

66
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7-
// XFAIL-TRACKER: CMPLRLLVM-64052
7+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
88

99
#include "sycl/ext/oneapi/group_local_memory.hpp"
1010
#include "sycl/detail/core.hpp"

sycl/test-e2e/ThreadSanitizer/local_accessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %{run} %t.out 2>&1 | FileCheck %s
55

66
// XFAIL: spirv-backend && arch-intel_gpu_pvc
7-
// XFAIL-TRACKER: CMPLRLLVM-64052
7+
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/160602
88

99
#include "sycl/detail/core.hpp"
1010
#include "sycl/usm.hpp"

0 commit comments

Comments
 (0)