Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Disable failing tests to fix CI checks #886

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions SYCL/Basic/host_platform_avail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: env SYCL_DEVICE_FILTER=acc,host %t1.out

// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

//==------ host_platform_avail.cpp - Host Platform Availability test -------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
2 changes: 2 additions & 0 deletions SYCL/Basic/intel-ext-device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// REQUIRES: gpu
// UNSUPPORTED: cuda
// UNSUPPORTED: hip
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

//==--------- intel-ext-device.cpp - SYCL device test ------------==//
//
Expand Down
3 changes: 3 additions & 0 deletions SYCL/Basic/interop/get_native_ze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %level_zero_options %s -o %t.ze.out
// RUN: %t.ze.out

// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

#include <level_zero/ze_api.h>

#include <sycl/ext/oneapi/backend/level_zero.hpp>
Expand Down
2 changes: 2 additions & 0 deletions SYCL/Basic/query_emulate_subdevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
// RUN: NEOReadDebugKeys=1 SYCL_DEVICE_FILTER="gpu" %t.out

// UNSUPPORTED: gpu-intel-dg1,cuda,hip
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
#include "query.hpp"
2 changes: 2 additions & 0 deletions SYCL/Plugin/sycl-ls-gpu-default-any.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
// The test crashed on CUDA CI machines with the latest OpenCL GPU RT
// (21.19.19792).
// UNSUPPORTED: cuda || hip
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
2 changes: 2 additions & 0 deletions SYCL/Plugin/sycl-ls-gpu-level-zero.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
2 changes: 2 additions & 0 deletions SYCL/Plugin/sycl-ls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
// The test crashed on CUDA CI machines with the latest OpenCL GPU RT
// (21.19.19792).
// UNSUPPORTED: cuda
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
2 changes: 2 additions & 0 deletions SYCL/Regression/device_num.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// The test is using all available BEs but CUDA machine in CI does not have
// functional OpenCL RT
// UNSUPPORTED: cuda || hip
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

#include <CL/sycl.hpp>
#include <iostream>
Expand Down