Skip to content

Commit aed02e2

Browse files
authored
[NVIDIA] Update skip tests config (#697)
1 parent cb0baac commit aed02e2

File tree

1 file changed

+12
-93
lines changed

1 file changed

+12
-93
lines changed

modules/nvidia_plugin/tests/functional/skip_tests_config.cpp

+12-93
Original file line numberDiff line numberDiff line change
@@ -10,112 +10,21 @@
1010

1111
std::vector<std::string> disabledTestPatterns() {
1212
std::vector<std::string> retVector{
13-
// CVS-66280
14-
R"(.*canLoadCorrectNetworkAndCheckConfig.*)",
15-
R"(.*canSetCorrectConfigLoadNetworkAndCheckConfig.*)",
16-
//
17-
R"(.*ExclusiveAsyncRequests.*)",
18-
R"(.*ReusableCPUStreamsExecutor.*)",
13+
// CVS-55937
1914
R"(.*SplitLayerTest.*numSplits=30.*)",
2015
// CVS-51758
2116
R"(.*InferRequestPreprocessConversionTest.*oLT=(NHWC|NCHW).*)",
2217
R"(.*InferRequestPreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*)",
2318
// Not Implemented
24-
R"(.*Behavior.*ExecutableNetworkBaseTest.*(canSetConfigToExecNet|canSetConfigToExecNetAndCheckConfigAndCheck).*)",
2519
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.*)",
3520
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.*)",
11121
R"(.*CachingSupportCase*.*ReadConcatSplitAssign.*)",
11222
// 101751, 101746, 101747, 101748, 101755
11323
R"(.*(d|D)ynamic*.*)",
24+
R"(.*smoke_AutoBatch_BehaviorTests*.*)",
11425
R"(.*smoke_Auto_BehaviorTests*.*)",
11526
R"(.*smoke_Multi_BehaviorTests*.*)",
11627
R"(.*HETERO(W|w)ithMULTI*.*)",
117-
// 106454, 106628
118-
R"(.*.*LoadNetworkToDefaultDeviceNoThrow.*)",
11928
// Plugin version was changed to ov::Version
12029
R"(.*VersionTest.*pluginCurrentVersionIsCorrect.*)",
12130
// New plugin API doesn't support changes of pre-processing
@@ -128,6 +37,16 @@ std::vector<std::string> disabledTestPatterns() {
12837
R"(.*InferRequestIOBBlobTest.*secondCallGetOutputAfterInferSync.*)",
12938
// Old API cannot deallocate tensor
13039
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*.*)",
13150
};
13251

13352
#ifdef _WIN32

0 commit comments

Comments
 (0)