![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
__init__ (self, finder, features, js_disabled, xfa_disabled, rendering_option) | |
IsResultSuppressed (self, input_filename) | |
IsExecutionSuppressed (self, input_filepath) | |
IsImageDiffSuppressed (self, input_filename) | |
GetImageMatchingAlgorithm (self, input_filename) | |
Public Attributes | |
str | has_v8 = not js_disabled and 'V8' in features |
str | has_xfa = not js_disabled and not xfa_disabled and 'XFA' in features |
rendering_option = rendering_option | |
suppression_set = self._LoadSuppressedSet('SUPPRESSIONS', finder) | |
image_suppression_set | |
exact_matching_suppression_set | |
Protected Member Functions | |
_LoadSuppressedSet (self, suppressions_filename, finder) | |
_ExtractSuppressions (self, f) | |
_FilterSuppressions (self, os_name, js, xfa, rendering_option, unfiltered_list) | |
_MatchSuppression (self, item, os_name, js, xfa, rendering_option) | |
Definition at line 12 of file suppressor.py.
testing.tools.suppressor.Suppressor.__init__ | ( | self, | |
finder, | |||
features, | |||
js_disabled, | |||
xfa_disabled, | |||
rendering_option ) |
Definition at line 14 of file suppressor.py.
|
protected |
Definition at line 34 of file suppressor.py.
Referenced by _LoadSuppressedSet().
|
protected |
Definition at line 40 of file suppressor.py.
References _MatchSuppression().
Referenced by _LoadSuppressedSet().
|
protected |
Definition at line 25 of file suppressor.py.
References _ExtractSuppressions(), _FilterSuppressions(), has_v8, has_xfa, open(), rendering_option, and set.
|
protected |
Definition at line 48 of file suppressor.py.
References split().
Referenced by _FilterSuppressions().
testing.tools.suppressor.Suppressor.GetImageMatchingAlgorithm | ( | self, | |
input_filename ) |
Definition at line 77 of file suppressor.py.
References exact_matching_suppression_set, and print().
Referenced by testing.tools.test_runner._TestCaseRunner.TestPixel().
testing.tools.suppressor.Suppressor.IsExecutionSuppressed | ( | self, | |
input_filepath ) |
Definition at line 65 of file suppressor.py.
References has_xfa, and print().
testing.tools.suppressor.Suppressor.IsImageDiffSuppressed | ( | self, | |
input_filename ) |
Definition at line 71 of file suppressor.py.
References image_suppression_set, and print().
Referenced by testing.tools.test_runner._TestCaseRunner._RegenerateIfNeeded(), and testing.tools.test_runner._TestCaseRunner.TestPixel().
testing.tools.suppressor.Suppressor.IsResultSuppressed | ( | self, | |
input_filename ) |
Definition at line 59 of file suppressor.py.
References print(), and suppression_set.
Referenced by testing.tools.test_runner._TestCaseRunner._RegenerateIfNeeded(), testing.tools.test_runner.TestRunner._SuppressStatus(), testing.tools.test_runner.TestRunner.HandleResult(), and testing.tools.test_runner._TestCaseRunner.TestText().
testing.tools.suppressor.Suppressor.exact_matching_suppression_set |
Definition at line 22 of file suppressor.py.
Referenced by GetImageMatchingAlgorithm().
Definition at line 16 of file suppressor.py.
Referenced by _LoadSuppressedSet().
str testing.tools.suppressor.Suppressor.has_xfa = not js_disabled and not xfa_disabled and 'XFA' in features |
Definition at line 17 of file suppressor.py.
Referenced by _LoadSuppressedSet(), and IsExecutionSuppressed().
testing.tools.suppressor.Suppressor.image_suppression_set |
Definition at line 20 of file suppressor.py.
Referenced by IsImageDiffSuppressed().
testing.tools.suppressor.Suppressor.rendering_option = rendering_option |
Definition at line 18 of file suppressor.py.
Referenced by _LoadSuppressedSet(), and testing.tools.test_runner._PerProcessConfig.InitializeFeatures().
testing.tools.suppressor.Suppressor.suppression_set = self._LoadSuppressedSet('SUPPRESSIONS', finder) |
Definition at line 19 of file suppressor.py.
Referenced by IsResultSuppressed().