Home
last modified time | relevance | path

Searched refs:expected_error_substr (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/tools/opt/
H A Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr variable in TestLoopPeelingThresholdArgsInvalidNumber
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/opt/
H A Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr variable in TestLoopPeelingThresholdArgsInvalidNumber
[all...]
/third_party/spirv-tools/test/tools/opt/
H A Dflags.py285 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsNegative
293 expected_error_substr = 'must have no arguments or a non-negative integer argument' variable in TestScalarReplacementArgsInvalidNumber
301 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsNegative
309 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFissionArgsInvalidNumber
317 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsNegative
325 expected_error_substr = 'must have a positive integer argument' variable in TestLoopFusionArgsInvalidNumber
333 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsNegative
341 expected_error_substr = 'must have a positive integer argument' variable in TestLoopUnrollPartialArgsInvalidNumber
349 expected_error_substr = 'must have a positive integer argument' variable in TestLoopPeelingThresholdArgsNegative
357 expected_error_substr variable in TestLoopPeelingThresholdArgsInvalidNumber
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py494 To mix in this class, subclasses need to provide expected_error_substr as
512 if self.expected_error_substr not in convert_to_unix_line_endings(
516 act=status.stderr, exp=self.expected_error_substr))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py494 To mix in this class, subclasses need to provide expected_error_substr as
512 if self.expected_error_substr not in convert_to_unix_line_endings(
516 act=status.stderr, exp=self.expected_error_substr))
/third_party/spirv-tools/test/tools/
H A Dexpect.py509 To mix in this class, subclasses need to provide expected_error_substr as
527 if self.expected_error_substr not in convert_to_unix_line_endings(
531 act=status.stderr, exp=self.expected_error_substr))

Completed in 6 milliseconds