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

[SYCL] Temporarily disable Basic/stream/release_resources_test.cpp #1098

Merged
merged 1 commit into from
Jul 14, 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
Binary file added SYCL/Basic/stream/a.out
Binary file not shown.
2 changes: 2 additions & 0 deletions SYCL/Basic/stream/release_resources_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Disable temporarily because of the flaky failure.
// REQUIRES: TEMPORARY_DISABLED
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_PI_TRACE=2 %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
// RUN: env SYCL_PI_TRACE=2 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
Expand Down