![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| class | SkiaGoldTester |
Functions | |
| _ParseKeyValuePairs (kv_str) | |
| add_skia_gold_args (parser) | |
| clear_gold_output_dir (output_dir) | |
| _OutputLocalDiffFiles (gold_session, image_name) | |
Variables | |
| str | GS_BUCKET = 'skia-pdfium-gm' |
|
protected |
Logs the local diff image files from the given SkiaGoldSession.
Args:
gold_session: A skia_gold_session.SkiaGoldSession instance to pull files
from.
image_name: A string containing the name of the image/test that was
compared.
Definition at line 195 of file skia_gold.py.
Referenced by testing.tools.skia_gold.skia_gold.SkiaGoldTester.UploadTestResultToSkiaGold().
|
protected |
Parses a string of the type 'key1 value1 key2 value2' into a dict.
Definition at line 16 of file skia_gold.py.
| testing.tools.skia_gold.skia_gold.add_skia_gold_args | ( | parser | ) |
Definition at line 26 of file skia_gold.py.
| testing.tools.skia_gold.skia_gold.clear_gold_output_dir | ( | output_dir | ) |
Definition at line 92 of file skia_gold.py.
| str testing.tools.skia_gold.skia_gold.GS_BUCKET = 'skia-pdfium-gm' |
Definition at line 13 of file skia_gold.py.