Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkhashev committed Jun 29, 2023
1 parent fc2673c commit 98aac76
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/handler/handler_copy_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,8 @@ static void test_all_variants(log_helper lh, sycl::queue& queue) {
test_all_dimensions<dataT, true, true>(lh, queue);
}

// FIXME: re-enable when sycl::errc is implemented in computecpp
#ifndef SYCL_CTS_COMPILING_WITH_COMPUTECPP
/**
* @brief Class provides a test that checks if exception is thrown on explicit
* memory operation copy(acc, acc) in case of destination accessor range less
Expand Down Expand Up @@ -1072,9 +1074,9 @@ class CheckCopyAccToAccException {
sycl::exception,
sycl_cts::util::equals_exception(sycl::errc::invalid));
}
#endif
#endif // SYCL_CTS_ENABLE_DEPRECATED_FEATURES_TESTS
}
};

#endif // SYCL_CTS_COMPILING_WITH_COMPUTECPP
} // namespace handler_copy_common
#endif // __SYCLCTS_TESTS_HANDLER_COPY_COMMON_H

0 comments on commit 98aac76

Please sign in to comment.