SWDEV-327563 - Windows Enable fixed tests v5 (#3059)
Change-Id: Ie144e481f38b3e5d462f64d76ab4fd32043f2b46
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
cd4a634935
Коммит
4fbc08e6c4
@@ -95,11 +95,6 @@ TEST_CASE("Unit_hipEventDestroy_WithWaitingStream") {
|
||||
}
|
||||
|
||||
TEST_CASE("Unit_hipEventDestroy_Negative") {
|
||||
#if HT_AMD
|
||||
HipTest::HIP_SKIP_TEST("EXSWCPHIPT-103");
|
||||
return;
|
||||
#endif
|
||||
|
||||
SECTION("Invalid Event") {
|
||||
hipEvent_t event{nullptr};
|
||||
HIP_CHECK_ERROR(hipEventDestroy(event), hipErrorInvalidResourceHandle);
|
||||
|
||||
@@ -72,12 +72,7 @@ TEST_CASE("Unit_hipStreamDestroy_WithFinishedWork") {
|
||||
// of work
|
||||
#if HT_AMD /* Disabled because frequency based wait is timing out on nvidia platforms */
|
||||
TEST_CASE("Unit_hipStreamDestroy_WithPendingWork") {
|
||||
#if HT_AMD
|
||||
HipTest::HIP_SKIP_TEST(
|
||||
"EXSWCPHIPT-44 - expected hipStreamDestroy to return immediately then release the resources "
|
||||
"when the queued jobs are finished");
|
||||
return;
|
||||
#endif
|
||||
|
||||
hipStream_t stream{};
|
||||
HIP_CHECK(hipStreamCreate(&stream));
|
||||
constexpr int numDataPoints = 10;
|
||||
|
||||
Ссылка в новой задаче
Block a user