10
10
11
11
std::vector<std::string> disabledTestPatterns () {
12
12
std::vector<std::string> retVector{
13
- // CVS-66280
14
- R"( .*canLoadCorrectNetworkAndCheckConfig.*)" ,
15
- R"( .*canSetCorrectConfigLoadNetworkAndCheckConfig.*)" ,
16
- //
17
- R"( .*ExclusiveAsyncRequests.*)" ,
18
- R"( .*ReusableCPUStreamsExecutor.*)" ,
13
+ // CVS-55937
19
14
R"( .*SplitLayerTest.*numSplits=30.*)" ,
20
15
// CVS-51758
21
16
R"( .*InferRequestPreprocessConversionTest.*oLT=(NHWC|NCHW).*)" ,
22
17
R"( .*InferRequestPreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*)" ,
23
18
// Not Implemented
24
- R"( .*Behavior.*ExecutableNetworkBaseTest.*(canSetConfigToExecNet|canSetConfigToExecNetAndCheckConfigAndCheck).*)" ,
25
19
R"( .*Behavior.*ExecutableNetworkBaseTest.*(CheckExecGraphInfoBeforeExecution|CheckExecGraphInfoAfterExecution|CheckExecGraphInfoSerialization).*)" ,
26
- R"( .*Behavior.*ExecutableNetworkBaseTest.*canExport.*)" ,
27
- R"( .*Behavior.*ExecutableNetworkBaseTest.*(CanCreateTwoExeNetworksAndCheckFunction).*)" ,
28
- R"( .*Behavior.*ExecutableNetworkBaseTest.*(checkGetExecGraphInfoIsNotNullptr).*)" ,
29
- R"( .*LoadNetworkCreateDefaultExecGraphResult.*)" ,
30
-
31
- // TODO: Round with f16 is not supported
32
- R"( .*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.*readFromV10IR.*)" ,
33
- // TODO: support import / export of precisions in template plugin
34
- R"( .*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.ieImportExportedFunction.*)" ,
35
20
R"( .*smoke_BehaviorTests.*OVExecGraphImportExportTest.ieImportExportedFunction.*)" ,
36
- // TODO: Round with f16 is not supported
37
- R"( .*smoke_Hetero_BehaviorTests.*OVExecGraphImportExportTest.*readFromV10IR.*)" ,
38
- R"( .*importExportedIENetworkParameterResultOnly.*elementType=(i8|u8).*)" ,
39
- R"( .*importExportedIENetworkParameterResultOnly.*elementType=(i16|u16).*)" ,
40
- R"( .*importExportedIENetworkParameterResultOnly.*elementType=(i64|u64).*)" ,
41
- R"( .*importExportedIENetworkParameterResultOnly.*elementType=u32.*)" ,
42
- R"( .*importExportedIENetworkConstantResultOnly.*elementType=(u32|u64).*)" ,
43
-
44
- // CVS-64094
45
- R"( .*ReferenceLogSoftmaxLayerTest.*4.*iType=f16.*axis=.*1.*)" ,
46
- // CVS-64012
47
- R"( .*ReferenceDeformableConvolutionLayerTest.*f16.*real_offset_padding_stride_dialation.*)" ,
48
- R"( .*ReferenceDeformableConvolutionLayerTest.*bf16.*)" ,
49
- R"( .*ReferenceDeformableConvolutionV8LayerTest.*f16.*real_offset_padding_stride_dialation.*)" ,
50
- R"( .*ReferenceDeformableConvolutionV8LayerTest.*bf16.*)" ,
51
- R"( .*ReferenceDeformableConvolutionV8LayerTest.*f64.*mask.*)" ,
52
- // CVS-63973
53
- R"( .*ReferencePSROIPoolingLayerTest.*bf16.*)" ,
54
- // CVS-63977
55
- R"( .*ReferenceProposalV1LayerTest.*f16.*)" ,
56
- // CVS-64082
57
- R"( .*ReferenceProposalV4LayerTest.*f16.*)" ,
58
- // CVS-64101
59
- R"( .*ReferenceExperimentalGPLayerTest.*bf16.*)" ,
60
- // CVS-64105
61
- R"( .*ReferenceGatherElementsTestNegative.*)" ,
62
- // CVS-64052
63
- R"( .*ReferenceStridedSliceLayerTest.*strided_slice_stride_optional_dynamic)" ,
64
- // CVS-64017
65
- R"( .*ReferenceGatherTest.*dType=i16.*)" ,
66
- R"( .*ReferenceGatherTest.*dType=u16.*)" ,
67
- R"( .*ReferenceGatherTest.*dType=bf16.*)" ,
68
- R"( .*ReferenceGatherTest.*dType=f64.*)" ,
69
- // CVS-64110
70
- R"( .*ReferenceGatherTestV7.*dType=i16.*)" ,
71
- R"( .*ReferenceGatherTestV7.*dType=u16.*)" ,
72
- R"( .*ReferenceGatherTestV7.*dType=bf16.*)" ,
73
- R"( .*ReferenceGatherTestV7.*dType=f64.*)" ,
74
- // CVS-64037
75
- R"( .*ReferencePadTest.*pad_exterior_2d_0x0)" ,
76
- R"( .*ReferencePadTest.*pad_exterior_2d_0x3)" ,
77
- R"( .*ReferencePadTest.*pad_exterior_2d_3x0)" ,
78
- // CVS-70975
79
- R"( .*ReferencePadTestParamsTooLarge.*)" ,
80
- // CVS-64006
81
- R"( .*ReferenceBatchToSpaceLayerTest.*dType=i4.*)" ,
82
- R"( .*ReferenceBatchToSpaceLayerTest.*dType=u4.*)" ,
83
- // CVS-64113
84
- R"( .*ReferenceRollLayerTest.*dType=i4.*)" ,
85
- R"( .*ReferenceRollLayerTest.*dType=u4.*)" ,
86
- // CVS-64050
87
- R"( .*ReferenceSpaceToBatchLayerTest.*dType=i4.*)" ,
88
- R"( .*ReferenceSpaceToBatchLayerTest.*dType=u4.*)" ,
89
- // CVS-64066
90
- R"( .*ReferenceGRUCellTestHardsigmoidActivationFunction.*gru_cell_hardsigmoid_activation_function)" ,
91
- // CVS-71381
92
- R"( .*ReferenceExpLayerTest.*u32.*)" ,
93
- R"( .*ReferenceExpLayerTest.*u64.*)" ,
94
- // CVS-64054
95
- R"( .*ReferenceTopKTest.*aType=i8.*)" ,
96
- R"( .*ReferenceTopKTest.*aType=i16.*)" ,
97
- R"( .*ReferenceTopKTest.*aType=u8.*)" ,
98
- R"( .*ReferenceTopKTest.*aType=u16.*)" ,
99
- R"( .*ReferenceTopKTest.*aType=bf16.*)" ,
100
- R"( .*ReferenceTopKTest.*aType=f64.*)" ,
101
- // CVS-63947
102
- R"( .*ReferenceConcatTest.*concat_zero_.*)" ,
103
- // CVS-64102
104
- R"( .*ReferenceExperimentalPGGLayerTest.*iType=bf16.*stride_x=(32|64).*)" ,
105
- // CVS-72215
106
- R"( .*ReferenceTileTest.*aType=i4.*)" ,
107
- R"( .*ReferenceTileTest.*aType=u4.*)" ,
108
- // CVS-71891
109
- R"( .*ReferenceTileTest.*rType=i4.*)" ,
110
- R"( .*ReferenceTileTest.*rType=u4.*)" ,
111
21
R"( .*CachingSupportCase*.*ReadConcatSplitAssign.*)" ,
112
22
// 101751, 101746, 101747, 101748, 101755
113
23
R"( .*(d|D)ynamic*.*)" ,
24
+ R"( .*smoke_AutoBatch_BehaviorTests*.*)" ,
114
25
R"( .*smoke_Auto_BehaviorTests*.*)" ,
115
26
R"( .*smoke_Multi_BehaviorTests*.*)" ,
116
27
R"( .*HETERO(W|w)ithMULTI*.*)" ,
117
- // 106454, 106628
118
- R"( .*.*LoadNetworkToDefaultDeviceNoThrow.*)" ,
119
28
// Plugin version was changed to ov::Version
120
29
R"( .*VersionTest.*pluginCurrentVersionIsCorrect.*)" ,
121
30
// New plugin API doesn't support changes of pre-processing
@@ -128,6 +37,16 @@ std::vector<std::string> disabledTestPatterns() {
128
37
R"( .*InferRequestIOBBlobTest.*secondCallGetOutputAfterInferSync.*)" ,
129
38
// Old API cannot deallocate tensor
130
39
R"( .*InferRequestIOBBlobTest.*canProcessDeallocatedOutputBlobAfterGetAndSetBlob.*)" ,
40
+ // 113390
41
+ R"( .*autogen_Convolution_efficientdet_d1_tf_opid641.*FP16.*)" ,
42
+ R"( .*autogen_Convolution_ssd_mobilenet_v2_coco_opid402.*FP16.*)" ,
43
+ R"( .*autogen_Convolution_yolo_v3_tf_opid181.*FP16.*)" ,
44
+ R"( .*resnet50_vgg16*.*)" ,
45
+ R"( .*autogen_FusedConvolution_2d_unet*.*)" ,
46
+ R"( .*autogen_FusedConvolution_3d_unet*.*)" ,
47
+ R"( .*LSTMSequence_Tacotron2_decoder_01.CUDALSTMSequenceTest*.*)" ,
48
+ R"( .*LSTMSequence_Tacotron2_decoder_02.CUDALSTMSequenceTest*.*)" ,
49
+ R"( .*LSTMSequence_Tacotron2_encoder_01.CUDALSTMSequenceTest*.*)" ,
131
50
};
132
51
133
52
#ifdef _WIN32
0 commit comments