Home | History | Annotate | Download | only in layout_tests

Lines Matching full:baseline

179     """Get full path of the baseline result file.
183 baseline_filename: name of the baseline file.
185 result_type: type of the baseline result: '.txt', '.png'.
188 Full path of the baseline file for rebaselining result comparison.
425 # Extract new baseline from archive and save it to a temp file.
441 # or not THIS baseline is duplicate and should be skipped.
454 # Create the new baseline directory if it doesn't already
484 """Check whether a baseline is duplicate and can fallback to same
485 baseline for another platform. For example, if a test has same
486 baseline on linux and windows, then we only store windows
487 baseline and linux baseline will fallback to the windows version.
490 expected_filename: baseline expectation file name.
494 platform: baseline platform 'mac', 'win' or 'linux'.
497 True if the baseline is unnecessary.
510 logging.info(' Found same baseline at %s',
633 """Set the baseline property
660 """Create baseline files (old, new and diff) in html directory.
665 baseline_fullpath: full path of the expected baseline file.
671 # Copy the new baseline to html directory for result comparison.
677 logging.info(' Html: copied new baseline file from "%s" to "%s".',
680 # Get the old baseline from SVN and save to the html directory.
692 logging.info(' Html: created old baseline file: "%s".',
725 logging.info(' Html: created baseline diff file: "%s".',
766 '<th width="100">Baseline</th>'
812 logging.info('Baseline comparison html generated at "%s"',
826 """Generate links for baseline results (old, new and diff).
830 suffix: baseline file suffixes: '.txt', '.png'
834 html links for showing baseline results (old, new and diff)
838 logging.debug(' baseline filename: "%s"', baseline_filename)
842 logging.info(' New baseline file: "%s"', new_file)
844 logging.info(' No new baseline file: "%s"', new_file)
849 logging.info(' Old baseline file: "%s"', old_file)
861 logging.info(' No old baseline file: "%s"', old_file)
870 logging.info(' Baseline diff file: "%s"', diff_file)
875 logging.info(' No baseline diff file: "%s"', diff_file)
887 html that compares baseline results for the test.
922 """Name of the baseline result type."""
992 # 'mac', 'win' and 'linux'. This is in same order with layout test baseline