Imported Upstream version 1.19.0
[platform/core/ml/nnfw.git] / .ahub / tcchecker-tca / config.yaml
1 version: 2
2 test:
3   - name: NN_Runtime
4     testCaseLanguage: CPP
5     testFW: GTEST
6     testCaseFolder:
7       - /compute/test/cker
8       - /runtime/onert/core/src/backend/basic
9       - /runtime/onert/frontend/nnapi
10       - /runtime/onert/test/core/compiler
11       - /runtime/onert/test/core/exec
12       - /runtime/onert/test/core/interp
13       - /runtime/onert/test/graph
14       - /runtime/onert/test/graph/operand
15       - /runtime/onert/test/graph/operation
16       - /runtime/onert/test/graph/verifier
17       - /runtime/onert/test/ir
18       - /runtime/onert/test/util
19       - /tests/nnfw_api/src
20
21     testFile:
22       - extension: cpp
23         any: true
24       - extension: cc
25         any: true
26     testCase:
27       - condition:
28         - functionName:
29             starts:
30               - TEST
31         - excludes :
32           - Verifier.dag_checker
33           - graph_operand_LayoutSet.layout_set_operators
34           - InterpExecutorTest.executeTwoStep
35           - InterpExecutorTest.execute
36           - InterpExecutorTest.setOutput
37           - InterpExecutorTest.create_empty
38           - InterpExecutorTest.setOutputForUnspecifiedDimensions
39           - InterpExecutorTest.setInputForUnspecifiedDimensions
40           - InterpExecutorTest.setInput
41           - InterpExecutorTest.create_simple
42           - ExecTime.structure
43           - ExecTime.roundtrip_ok
44           - SchedulerTest.branched_graph_profiling_mode
45           - SchedulerTestWithExecutorParam.straight_graph_known_exec_time
46           - SchedulerTestWithExecutorParam.branched_graph_known_exec_time
47           - TFLite_test_case.simple_test
48           - ExecInstance.simple
49           - ExecInstance.twoExecution
50           - ExecInstance.twoCompile
51           - ExecInstance.async
52           - ExecInstance.twoThreads
53           - graph_operand_usedef.usedef_test
54           - Graph.inputs_and_outputs
55           - nnfw_create_session.Test_001
56           - nnfw_create_session.Negative_001
57           - WICPlanner.claim_release_test
58           - BumpPlanner.claim_test
59           - Allocator.allocate_test
60           - FirstFitPlanner.claim_release_test
61           - graph_operation_setIO.operation_setIO_concat
62           - graph_operation_setIO.operation_setIO_conv
63           - ValidationTest.neg_prepare_001
64           - ValidationTestOneOpModelLoaded.prepare_001
65           - graph_OperandIndexSequence.replace
66           - graph_OperandIndexSequence.append
67           - MODEL.model_build
68           - graph_operation_Set.operation_test
69           - graph_operand_Set.set_test
70           - ValidationTestSessionCreated.neg_load_session_001
71           - ValidationTestSessionCreated.load_session_001
72           - ShapeInference.Pool2DNodeExplicit
73           - ShapeInference.Elementwise
74           - ShapeInference.Concat
75           - ShapeInference.Pool2DNodeSame
76           - ShapeInference.IncorrectElementwise
77           - ShapeInference.Conv2D
78           - ShapeInference.Pool2DNodeValid
79           - ShapeInference.FullyConnected
80           - ShapeInference.DepthwiseConv2D
81           - ObjectManager.non_const_iterate
82           - ObjectManager.const_iterate
83           - ObjectManager.emplace
84           - ObjectManager.remove_2
85           - ObjectManager.remove_1
86           - ObjectManager.push
87           - Index.index_test
88
89     negativeTestCase:
90       - condition:
91         - testName:
92             starts:
93               - neg_
94
95     positiveTestCase:
96       - condition:
97         - inverse: negativeTestCase
98
99   - name: NN_Compiler
100     testCaseLanguage: CPP
101     testFW: GTEST
102     testCaseFolder:
103       - /compiler/angkor
104       - /compiler/arser
105       - /compiler/circle2circle
106       - /compiler/circle-quantizer
107       - /compiler/circle-tensordump
108       - /compiler/circlechef
109       - /compiler/circledump
110       - /compiler/crew
111       - /compiler/cwrap
112       - /compiler/foder
113       - /compiler/hermes
114       - /compiler/hermes-std
115       - /compiler/loco
116       - /compiler/locomotiv
117       - /compiler/locop
118       - /compiler/logo
119       - /compiler/logo-core
120       - /compiler/luci
121       - /compiler/luci-interpreter
122       - /compiler/luci-eval-driver
123       - /compiler/luci-pass-value-test
124       - /compiler/luci-value-test
125       - /compiler/mio-circle
126       - /compiler/mio-tflite
127       - /compiler/oops
128       - /compiler/pepper-assert
129       - /compiler/pepper-str
130       - /compiler/pepper-strcast
131       - /compiler/pp
132       - /compiler/record-minmax
133       - /compiler/safemain
134       - /compiler/souschef
135       - /compiler/tflchef
136       - /compiler/tflite2circle
137       - /compiler/vconone
138
139     testFile:
140       - extension: .test.cpp
141         any: true
142
143     testCase:
144       - condition:
145         - functionName:
146             starts:
147               - TEST
148         - excludes :
149               - ConstantFolding.const_relu_to_const
150               - ConstantFolding.const_relu_to_concat
151               - ADT_TENSOR_OVERLAY.access
152               - ADT_TENSOR_OVERLAY.ctor
153               - ADT_TENSOR_OVERLAY.read
154               - NodeExecution_BiasEncode.f32
155               - NodeExecution_BiasEncode.s32
156               - NodeExecution_EltwiseDiv.f32
157               - CircleLogicalOrTest.constructor_P
158               - NodeExecution_TensorConcat.f32_2
159               - NodeExecution_TensorConcat.f32
160               - CircleShapeInferenceRuleTest.avgpool2d_valid
161               - CircleShapeInferenceRuleTest.TFAdd_shapeinf_different
162               - CircleShapeInferenceRuleTest.minimal_with_CircleRelu
163               - CircleShapeInferenceRuleTest.CircleTranspose_simple
164               - CircleShapeInferenceRuleTest.avgpool2d_same
165               - CircleConv2Dest.constructor_P
166               - ADT_TENSOR_BUFFER.access
167               - ADT_TENSOR_BUFFER.ctor
168               - CircleRelu6Test.constructor_P
169               - Circle2CircleTest.NoArg_NEG
170               - CircleInstanceNormTest.constructor
171               - ADT_KERNEL_INDEX_ENUMERATOR.iterate_full_range
172               - ADT_TENSOR_INDEX_ENUMERATOR.iterate_full_range
173               - CirclePadTest.constructor_P
174               - ADT_KERNEL_KERNEL_NHWC_LAYOUT.n_increment
175               - ADT_KERNEL_KERNEL_NHWC_LAYOUT.col_increment
176               - ADT_KERNEL_KERNEL_NHWC_LAYOUT.ch_increment
177               - ADT_KERNEL_KERNEL_NHWC_LAYOUT.row_increment
178               - ADT_TENSOR_LEXICAL_LAYOUT.last
179               - ADT_TENSOR_LEXICAL_LAYOUT.lexical_first
180               - ADT_TENSOR_LEXICAL_LAYOUT.lexical_middle
181               - FeatureShapeTest.settet_and_getter
182               - FeatureShapeTest.default_constructor
183               - INDENTED_STRING_BUILDER.usage
184               - NodeExecution_Fixed_Reduce_Mean.f32_1
185               - NodeExecution_Fixed_Reduce_Mean.f32_0
186               - CircleAbsTest.constructor
187               - CircleMaximumTest.constructor_P
188               - FORMAT.simple_string
189               - FORMAT.concat_rvalue
190               - FORMAT.concat_lvalue
191               - FORMAT.simple_number
192               - ADT_KERNEL_BUFFER.ctor
193               - ADT_KERNEL_BUFFER.access
194               - ADT_TENSOR_SHAPE.num_elements_rank_0
195               - ADT_TENSOR_SHAPE.squeeze_neg_0
196               - ADT_TENSOR_SHAPE.num_elements_zero
197               - ADT_TENSOR_SHAPE.copy
198               - ADT_TENSOR_SHAPE.eq_negative_on_unmatched_dim
199               - ADT_TENSOR_SHAPE.num_elements_nulldim
200               - ADT_TENSOR_SHAPE.eq_positive
201               - ADT_TENSOR_SHAPE.squeeze_pos
202               - ADT_TENSOR_SHAPE.resize
203               - ADT_TENSOR_SHAPE.ctor_initializer_list
204               - ADT_TENSOR_SHAPE.squeeze_neg
205               - ADT_TENSOR_SHAPE.squeeze_nested
206               - ADT_TENSOR_SHAPE.num_elements_nonzero
207               - ADT_TENSOR_SHAPE.eq_negative_on_unmatched_rank
208               - ADT_TENSOR_SHAPE.dim
209               - ADT_TENSOR_SHAPE.ctor
210               - GraphBuilderTest.Usecase_000
211               - QueueTest.take
212               - MultiDialectShapeInferenceRuleTest.test1
213               - AlgorithmTest.postorder_traversal_incomplte_graph
214               - AlgorithmTest.active_nodes
215               - AlgorithmTest.postorder_traversal_visit_once
216               - AlgorithmTest.postorder_traversal
217               - CircleSquaredDifferenceTest.constructor_P
218               - NodeShapeTest.feature_shape_constructor
219               - NodeShapeTest.filter_shape_constructor
220               - NodeShapeTest.default_constructor
221               - NodeShapeTest.copy_constructible
222               - NodeShapeTest.tensor_shape_constructor
223               - NodeShapeTest.dwfilter_shape_constructor
224               - NodeShapeTest.bias_shape_constructor
225               - ADT_KERNEL_KERNEL_NCHW_LAYOUT.n_increment
226               - ADT_KERNEL_KERNEL_NCHW_LAYOUT.col_increment
227               - ADT_KERNEL_KERNEL_NCHW_LAYOUT.row_increment
228               - ADT_KERNEL_KERNEL_NCHW_LAYOUT.ch_increment
229               - CircleEqualTest.constructor_P
230               - VerifierTest.valid_error_reporter
231               - VerifierTest.valid_minimal
232               - DataTypeTraitsTest.FLOAT32
233               - NodeExecution_EltwiseSub.f32
234               - NodeExecution_FeatureCodec.s32
235               - NodeExecution_FeatureCodec.f32
236               - ADT_TENSOR_INDEX.operator_add
237               - ADT_TENSOR_INDEX.ctor_initializer_list
238               - ADT_TENSOR_INDEX.fill
239               - ADT_TENSOR_INDEX.operator_eqaul
240               - ADT_TENSOR_INDEX.resize
241               - ADT_TENSOR_INDEX.operator_add_different_size
242               - ADT_TENSOR_INDEX.at
243               - ADT_TENSOR_INDEX.ctor
244               - ADT_TENSOR_INDEX.copy
245               - ADT_KERNEL_OVERLAY.access
246               - ADT_KERNEL_OVERLAY.read
247               - ADT_KERNEL_OVERLAY.ctor
248               - BiasShapeTest.default_constructor
249               - FildesTest.destructor
250               - FildesTest.value_constructor
251               - FildesTest.move_constructor
252               - FildesTest.default_constructor
253               - CircleGatherTest.constructor
254               - LinearV1FormatterTest.node_summary_builder_composition
255               - LinearV1FormatterTest.user_defined_node_summary_builder
256               - LinearV1FormatterTest.simple
257               - SourceTest.construct
258               - SourceTest.macro
259               - CircleFullyConnectedTest.constructor
260               - ADT_FEATURE_OVERLAY.read
261               - ADT_FEATURE_OVERLAY.access
262               - ADT_FEATURE_OVERLAY.ctor
263               - ContextTest.constructor
264               - CircleDivTest.constructor_P
265               - NodeExecution_Reshape.f32
266               - MultiDialectTypeInferenceRuleTest.test1
267               - CanonicalTypeInferenceRuleTest.relu6
268               - TypeInferenceTest.framework
269               - CanonicalTypeInferenceRuleTest.tensor_broadcast
270               - CanonicalTypeInferenceRuleTest.minimal
271               - PermutingDecoderTest.feature
272               - PemutationTest.feature
273               - PermutingEncoderTest.depthwisefilter_init
274               - PermutingDecoderTest.filter
275               - PermutingEncoderTest.depthwise_filter
276               - PermutingEncoderTest.filter
277               - PermutingEncoderTest.feature_clone
278               - PermutingEncoderTest.feature
279               - PermutingDecoderTest.depthwise_filter
280               - PemutationTest.depthwise_filter
281               - PermutingDecoderTest.feature_clone
282               - PemutationTest.filter
283               - PadTest.default_constructor_2D
284               - NodeDomain.as_annotation
285               - CirclePackTest.constructor
286               - ADT_TENSOR_LAYOUT.move
287               - ADT_TENSOR_LAYOUT.ctor
288               - ADT_TENSOR_LAYOUT.copy
289               - DepthwiseFilterShapeTest.settet_and_getter
290               - DepthwiseFilterShapeTest.default_constructor
291               - CircleTypeInferenceRuleTest.minimal_with_CircleRelu
292               - GenericNodeSummaryBuilderTest.simple
293               - LogoPassTests.pass_name_over_unnamed_pass
294               - LogoPassTests.pass_name_over_named_pass
295               - CircleReluTest.constructor_P
296               - PaddingNDTest.default_constructor_ND
297               - TensorShapeTest.copy
298               - TensorShapeTest.rank
299               - TensorShapeTest.element_count
300               - TensorShapeTest.dim
301               - TensorShapeTest.rank_update
302               - TensorShapeTest.default_constructor
303               - TensorShapeTest.initializer_list_constructor
304               - DepthwiseFilterIndexTest.settet_and_getter
305               - DepthwiseFilterIndexTest.default_constructor
306               - MemoryTest.make_unique
307               - AnnotatedItemTest.annotation
308               - NodeExecution_DepthwiseFilterEncode.f32
309               - CircleBatchToSpaceNDTest.constructor
310               - WindowTest.setter_and_getter_2D
311               - WindowTest.default_constructor_2D
312               - NodeExecution_Tanh.f32
313               - MessageBufferTest.pass_constructed_message_on_descturction
314               - NodeExecution_TensorBroadcast.f32
315               - CircleSubTest.constructor_P
316               - NodeExecution_AvgPool2D.f32_1x3x3x1_calculation
317               - NodeExecution_AvgPool2D.f32_1x4x4x1_calculation
318               - NodeExecution_Conv2D.f32_multiple_channel
319               - NodeExecution_Conv2D.f32_1x5x5x1_calculation
320               - NodeExecution_Conv2D.with_padding
321               - ADT_FEATURE_HWC_LAYOUT.W_increase
322               - ADT_FEATURE_HWC_LAYOUT.C_increase
323               - ADT_FEATURE_HWC_LAYOUT.H_increase
324               - SimplifyDomainConversionPass.FilterEncode_FilterDecode_equal_perms
325               - SimplifyDomainConversionPass.FilterEncode_FilterDecode_different_perms
326               - CircleDialectTest.get_N
327               - CircleDialectTest.get_P
328               - LINEAR_DOCUMENT.line
329               - LINEAR_DOCUMENT.lines
330               - NodeExecution_Push.f32
331               - NodeExecution_Push.s32
332               - NodeExecution_DepthwiseConv2D.f32_random_valid
333               - NodeExecution_Pad.tensor_constant_pad_6_dim
334               - NodeExecution_Pad.tensor_constant_pad_1_dim
335               - NodeExecution_Pad.tensor_constant_pad_4_dim
336               - DepthwiseConv2DTest.constructor
337               - ConstGenTest.constructor_s32
338               - TransposedConv2DTest.constructor
339               - PullTest.shape
340               - MatrixDecodeTest.constructor
341               - FilterEncodeTest.constructor
342               - AvgPool2DTest.constructor
343               - Reshape_Fixed_Test.shape
344               - TensorConcatTest.constructor
345               - EltwiseSqrtTest.constructor
346               - TensorBiasAddTest.alias
347               - EltwiseSubTest.constructor
348               - TensorBroadcastTest.mapping
349               - PullTest.constructor
350               - PushTest.shape
351               - MaxPool2DTest.pad
352               - EltwiseMulTest.constructor
353               - DepthwiseFilterEncodeTest.constructor
354               - ForwardTest.constructor
355               - MaxPool2DTest.constructor
356               - TransposeTest.perm
357               - MatMulTest.constructor
358               - FeatureBiasAddTest.constructor
359               - TensorBroadcastTest.constructor
360               - FeatureEncodeTest.constructor
361               - MatrixEncodeTest.constructor
362               - ReLUTest.constructor
363               - BiasEncodeTest.constructor
364               - FilterDecodeTest.constructor
365               - EltwiseDivTest.constructor
366               - PushTest.constructor
367               - EltwiseAddTest.constructor
368               - Conv2DTest.constructor
369               - EltwiseMaxTest.constructor
370               - Reshape_Fixed_Test.constructor
371               - TransposeTest.constructor
372               - ConstGenTest.constructor
373               - FeatureBiasAddTest.alias
374               - DepthwiseFilterDecodeTest.constructor
375               - ReLU6Test.constructor
376               - FeatureDecodeTest.constructor
377               - TensorBiasAddTest.constructor
378               - NodeExecution_ReLU6.f32
379               - CircleSqrtTest.constructor_P
380               - CircleRsqrtTest.constructor
381               - LINEAR_DOCUMENT.append_empty_string
382               - LINEAR_DOCUMENT.indent
383               - LINEAR_DOCUMENT.append_multi_line_text
384               - LINEAR_DOCUMENT.append_void
385               - LINEAR_DOCUMENT.document_append
386               - LINEAR_DOCUMENT.formatted_append
387               - LINEAR_DOCUMENT.forward_append
388               - LINEAR_DOCUMENT.reverse_append
389               - NodeData.as_s32_buffer_wrapper
390               - NodeData.as_f32_buffer_wrapper
391               - ConsoleReporterTest.constructor
392               - ConsoleReporterTest.notify
393               - NodeExecution_TensorBiasAdd.f32
394               - NodeExecution_FeatureBiasAdd.f32
395               - ADT_KERNEL_SHAPE.num_elements
396               - ADT_KERNEL_SHAPE.operator_eq
397               - ADT_KERNEL_SHAPE.ctor
398               - CircleLogicalNotTest.constructor_P
399               - CircleConcatenationTest.constructor_P
400               - ModuleTest.add_more
401               - ModuleTest.consturctor
402               - ModuleTest.add
403               - ModuleTest.add_nullptr_NEG
404               - ModuleTest.graph_index_overflow_NEG
405               - CircleArgMaxTest.constructor_P
406               - CircleReshapeTest.alloc_new_shape_P
407               - CircleReshapeTest.constructor_P
408               - CircleAddTest.constructor_P
409               - CanonicalShapeInferenceRuleTest.tensor_concat
410               - CanonicalShapeInferenceRuleTest.feature_codec
411               - CanonicalShapeInferenceRuleTest.maxpool2d
412               - CanonicalShapeInferenceRuleTest.minimal
413               - CanonicalShapeInferenceRuleTest.const_gen
414               - CanonicalShapeInferenceRuleTest.depthwiseconv2d
415               - CanonicalShapeInferenceRuleTest.infer_v2
416               - CanonicalShapeInferenceRuleTest.avgpool2d
417               - CanonicalShapeInferenceRuleTest.tensor_broadcast
418               - CanonicalShapeInferenceRuleTest.transposedconv2d
419               - CanonicalShapeInferenceRuleTest.fixed_reshape
420               - CanonicalShapeInferenceRuleTest.relu
421               - CanonicalShapeInferenceRuleTest.tensor_transpose
422               - NodeExecution_Softmax.f32
423               - CircleCosTest.constructor_P
424               - HermesTest.simple_usecase
425               - CircleMaxPool2DTest.constructor_P
426               - GraphTest.graph_node_enumeration
427               - GraphTest.graph_name
428               - GraphTest.create_input
429               - NamedTest.constructor
430               - NamedTest.setter_and_getter
431               - GraphTest.create_and_destroy_node
432               - GraphTest.graph_name_nullptr_NEG
433               - DataTypedMixinTest.constructor
434               - DataTypedMixinTest.setter_and_getter
435               - GraphTest.consturctor_with_param_node
436               - TensorShapedMixinTest.setter_and_getter
437               - GraphTest.getters_over_const_instance
438               - GraphTest.create_output
439               - GraphTest.graph_inout_enumeration
440               - StrideTest.default_constructor_2D
441               - StrideTest.setter_and_getter_2D
442               - ADT_FEATURE_CHW_LAYOUT.col_increase
443               - ADT_FEATURE_CHW_LAYOUT.ch_increase
444               - ADT_FEATURE_CHW_LAYOUT.row_increase
445               - TensorIndexTest.copy
446               - TensorIndexTest.fill
447               - TensorIndexTest.at
448               - TensorIndexTest.ctor_initializer_list
449               - TensorIndexTest.resize
450               - TensorIndexTest.ctor
451               - NodeDataImpl.as_annotation
452               - MUILTI_LINE_TEXT_UTILS.operator_shift
453               - SeverityTest.fatal
454               - SeverityTest.warn
455               - SeverityTest.error
456               - SeverityTest.info
457               - SeverityTest.verbose
458               - MessageTest.ctor
459               - MessageTextTest.multiline
460               - NodeExecution_TransposedConv2D.f32
461               - ADT_FEATURE_BUFFER.ctor
462               - ADT_FEATURE_BUFFER.access
463               - UseTest.constructor
464               - UseTest.link_node
465               - NodeExecution_FilterEncode.f32
466               - NodeExecution_FilterEncode.s32
467               - CircleTransposeTest.constructor_P
468               - DimensionTest.value_constructor
469               - DimensionTest.default_constructor
470               - DimensionTest.operator_eq
471               - DimensionTest.make_unknown_dimension
472               - DimensionTest.unset
473               - DimensionTest.set
474               - TensorShapeTest.ctor_initializer_list
475               - TensorShapeTest.eq_negative_on_unmatched_dim
476               - TensorShapeTest.copy
477               - TensorShapeTest.eq_negative_on_unmatched_rank
478               - TensorShapeTest.dim
479               - TensorShapeTest.resize
480               - TensorShapeTest.eq_positive
481               - TensorShapeTest.ctor
482               - TensorFlowLiteImport.Dummy
483               - CircleTransposeConvTest.constructor_P
484               - LOCO.identity_network
485               - CanonicalDialectTest.get
486               - FeatureIndexTest.default_constructor
487               - FeatureIndexTest.settet_and_getter
488               - ADT_FEATURE_LAYOUT.move
489               - ADT_FEATURE_LAYOUT.ctor
490               - ADT_FEATURE_LAYOUT.copy
491               - CircleSoftmaxTest.constructor_P
492               - CanonicalNodeTest.mutable_visitor
493               - CanonicalNodeTest.visitor
494               - CanonicalNodeTest.visitor_with_user_default_impl
495               - NodeExecution_ReLU.f32
496               - ShapeInferenceTest.framework
497               - NodeExecution_EltwiseSqrt.f32
498               - NodeExecution_MatrixCodec.WH_f32
499               - NodeExecution_MatrixCodec.HW_s32
500               - ADT_FEATURE_SHAPE.operator_eq
501               - ADT_FEATURE_SHAPE.ctor
502               - ADT_FEATURE_SHAPE.num_elements
503               - SET.operator_diff
504               - SET.operator_eq
505               - NodeExecution_ConstGen.s32
506               - NodeExecution_ConstGen.f32
507               - CircleMulTest.constructor_P
508               - StrCastTests.safe_strcast_int
509               - NodeExecution_EltwiseMax.f32
510               - NodeExecution_Pull.check_data_ready
511               - FormattedTensorShapeTest.BracketFormat
512               - FilterShapeTest.settet_and_getter
513               - FilterShapeTest.default_constructor
514               - NodeExecution_MaxPool2D.with_padding
515               - NodeExecution_MaxPool2D.f32_1x3x3x1_calculation
516               - NodeExecution_EltwiseAdd.f32
517               - ADT_KERNEL_LAYOUT.move
518               - ADT_KERNEL_LAYOUT.ctor
519               - ADT_KERNEL_LAYOUT.copy
520               - NodeExecution_MatMul.s32_4x2_2x6
521               - NodeExecution_MatMul.f32_2x3_3x3
522               - CircleDepthwiseConv2DTest.constructor_P
523               - NodeExecution_Forward.s32
524               - NodeExecution_Forward.f32
525               - NodeExecution_EltwiseMul.f32
526               - FilterIndexTest.default_constructor
527               - FilterIndexTest.settet_and_getter
528               - DialectTest.service
529               - Session.inference_identity
530               - Session.dtor
531               - Session.session_for_subgraph
532               - Session.set_input
533               - Session.ctor_by_range
534               - Session.graph_IO_size
535               - NodeTest.constructor
536               - NodeTest.replace_with
537               - NodeTest.succs
538               - NodeTest.preds
539               - FixedArityNodeTest.constructor
540
541     negativeTestCase:
542       - condition:
543         - testName:
544             ends:
545               - _NEG
546
547     positiveTestCase:
548       - condition:
549         - inverse: negativeTestCase