Skip to content

Commit

Permalink
[SYCL][COMPAT] Disable memory_async.cpp tests (#14855)
Browse files Browse the repository at this point in the history
These are failing intermittently, possibly due to runtime race
condition.
  • Loading branch information
joeatodd authored Jul 31, 2024
1 parent f203826 commit 7886c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sycl/test-e2e/syclcompat/memory/memory_async.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// Tests for the sycl::events returned from syclcompat::*Async API calls

// TODO: Re-enable, see https://github.com/intel/llvm/issues/13636
// and possibly related: https://github.com/intel/llvm/issues/14623
// UNSUPPORTED: true
#include <stdio.h>

#include <sycl/detail/core.hpp>
Expand Down

0 comments on commit 7886c87

Please sign in to comment.