Lines Matching refs:format
12 For the storage format, this script compares the automatically generated
64 **Storage format**: the goal is to check that persistent keys stored by the
132 configuration.check_storage: if true, compare storage format tests
167 raise Exception("{} not installed, aborting".format(command))
175 "Checking out git worktree for revision {} from {}".format(
188 self.log.debug("Checking out git worktree for revision {}".format(
204 self.log.debug("Commit is {}".format(version.commit))
265 return "{} ({})".format(version.revision, version.commit)
273 self.report_dir, "{}-{}-{}.dump".format(
292 """Eliminate cosmetic or irrelevant details in storage format test cases."""
347 """Record the storage format tests for the specified git version.
349 The storage format tests are the test suite data files whose name
431 abi_compliance_command += ["-report-format", "xml",
439 self.report_dir, "{}-{}-{}.html".format(
454 "Compatibility issues found for {}".format(mbed_module)
463 "for details see {}".format(mbed_module, output_path)
467 "No compatibility issues for {}".format(mbed_module)
484 'Test case from {} line {} "{}" has disappeared: {}'.format(
490 'FAIL: {}/{} storage format test cases have changed or disappeared.'.format(
493 'PASS: All {} storage format test cases are preserved.'.format(
498 'Info: number of storage format tests cases: {} -> {}.'.format(
508 compatibility_report = ["Checking evolution from {} to {}".format(
625 print("Error: {} is not a directory".format(abi_args.report_dir))