Skip to content

Commit e9f8c05

Browse files
authored
[SYCL][E2E] Disable HIP test causing kernel page fault (#15945)
This is causing page faults on every run, which may be contributing to the instability of the runner. --------- Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent a0ba55c commit e9f8c05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sycl/test-e2e/Basic/built-ins.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
// RUN: %{build} -D__SYCL_USE_VARIADIC_SPIRV_OCL_PRINTF__ -Wno-#warnings -o %t_var.out
55
// RUN: %{run} %t_var.out | FileCheck %s
66

7-
// Hits an assertion with AMD:
8-
// XFAIL: hip_amd
7+
// Hits an assertion and kernel page fault with AMD:
8+
// UNSUPPORTED: hip_amd
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14404
910

1011
#include <sycl/detail/core.hpp>
1112
#include <sycl/ext/oneapi/experimental/builtins.hpp>

sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,14 @@
5151
// tests to match the required format and in that case you should just update
5252
// (i.e. reduce) the number and the list below.
5353
//
54-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 143
54+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 142
5555
//
5656
// List of improperly XFAIL-ed tests.
5757
// Remove the CHECK once the test has been properly XFAIL-ed.
5858
//
5959
// CHECK: AddressSanitizer/nullpointer/private_nullptr.cpp
6060
// CHECK-NEXT: Basic/aspects.cpp
6161
// CHECK-NEXT: Basic/buffer/reinterpret.cpp
62-
// CHECK-NEXT: Basic/built-ins.cpp
6362
// CHECK-NEXT: Basic/device_event.cpp
6463
// CHECK-NEXT: Basic/diagnostics/handler.cpp
6564
// CHECK-NEXT: Basic/max_linear_work_group_size_props.cpp

0 commit comments

Comments
 (0)