Skip to content

Commit bd7d43b

Browse files
committed
[SYCL][E2E] Test disabled tests with new driver
1 parent 2af08ff commit bd7d43b

11 files changed

+0
-30
lines changed

sycl/test-e2e/Basic/buffer/buffer_full_copy.cpp

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

4-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
6-
74
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Basic/fill_accessor.cpp

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

4-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
6-
7-
// UNSUPPORTED: run-mode && linux && arch-intel_gpu_bmg_g21
8-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19586
9-
104
#include <sycl/detail/core.hpp>
115

126
#include <algorithm>

sycl/test-e2e/Basic/fill_accessor_ur.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: env SYCL_UR_TRACE=2 %{run} %t.out | FileCheck %s
33

4-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
6-
74
// This test merely checks the use of the correct UR call. Its sister test
85
// fill_accessor.cpp thoroughly checks the workings of the .fill() call.
96

sycl/test-e2e/Basic/handler/handler_mem_op.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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
6-
74
//==- handler.cpp - SYCL handler explicit memory operations test -*- C++-*--==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Basic/queue/queue_shortcut_functions.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-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
6-
74
//==-- queue_shortcut_functions.cpp - SYCL queue shortcut functions test ---==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/MemorySanitizer/track-origins/check_host_usm.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
42

53
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t1.out
64
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

sycl/test-e2e/MemorySanitizer/track-origins/check_host_usm_initialized_on_host.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
42

53
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
64
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

sycl/test-e2e/MemorySanitizer/track-origins/check_kernel_memcpy.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
42

53
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O2 -g -o %t1.out
64
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t1.out 2>&1 | FileCheck %s

sycl/test-e2e/MemorySanitizer/track-origins/check_kernel_memmove_no_overlap.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
42

53
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
64
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

sycl/test-e2e/MemorySanitizer/track-origins/check_kernel_memmove_overlap.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: linux, cpu || (gpu && level_zero)
2-
// UNSUPPORTED: run-mode && arch-intel_gpu_pvc && !igc-dev
3-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19585
42

53
// RUN: %{build} %device_msan_flags -Xarch_device -fsanitize-memory-track-origins=1 -O0 -g -o %t0.out
64
// RUN: env UR_LAYER_MSAN_OPTIONS=msan_check_host_and_shared_usm:1 %{run} %t0.out 2>&1 | FileCheck %s --check-prefixes CHECK,CHECK-ORIGIN-STACK

0 commit comments

Comments
 (0)