Revert "[GNA] Passed functional tests removed from the skip list (#6400)" (#6491)

This reverts commit 5323200110.
This commit is contained in:
Andrey Babushkin 2021-07-01 23:27:54 +03:00 committed by GitHub
parent 94ee9ab7c3
commit 38d8cc2112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,27 @@
std::vector<std::string> disabledTestPatterns() {
return {
// TODO: FIX BUG 23741 (Open)
".*TensorNamesTest\\.CheckAddOutput.*",
// TODO: FIX BUG 31661
// TODO: support InferRequest in GNAPlugin
".*InferRequestTests\\.canRun3AsyncRequestsConsistentlyFromThreadsWithoutWait.*",
// TODO: FIX BUG 23740
".*InferRequestTests\\.CanCreateTwoExeNetworks.*",
// TODO: FIX BUG 26702
".*InferRequestTests\\.FailedAsyncInferWithNegativeTimeForWait.*",
// TODO: FIX BUG 23741
".*InferRequestTests\\.canRun3SyncRequestsConsistentlyFromThreads.*",
// TODO: FIX BUG 23742
".*InferRequestTests\\.canWaitWithotStartAsync.*",
// TODO: FIX BUG 23743
".*InferRequestTests\\.returnDeviceBusyOnSetBlobAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetBlobAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetPerformanceCountAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnStartInferAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnGetUserDataAfterAsyncInfer.*",
".*InferRequestTests\\.returnDeviceBusyOnSetUserDataAfterAsyncInfer.*",
// TODO: FIX BUG 31661
".*InferRequestTests\\.canStartSeveralAsyncInsideCompletionCallbackNoSafeDtorWithoutWait.*",
// TODO: FIX BUG 31661
".*Behavior.*CallbackThrowException.*",
// TODO: FIX BUG 32210
@ -19,6 +38,8 @@ std::vector<std::string> disabledTestPatterns() {
// TODO: Issue 32542
R"(.*(EltwiseLayerTest).*eltwiseOpType=(Sum|Sub).*opType=SCALAR.*)",
R"(.*(EltwiseLayerTest).*eltwiseOpType=Prod.*secondaryInputType=PARAMETER.*opType=SCALAR.*)",
// TODO: Issue: 34348
R"(.*IEClassGetAvailableDevices.*)",
// TODO: Issue 32923
R"(.*IEClassHeteroExecutableNetworkGetMetricTest_TARGET_FALLBACK.*)",
// TODO: Issue 39358