Lines Matching refs:dump
65 skip_dump = skipdata['dump']
123 dump = yaml.safe_dump(loaded, explicit_end=False)
125 if dump.endswith('\n...\n'):
126 dump = dump[:-5]
127 if dump.endswith('\n'):
128 dump = dump[:-1]
129 if dump == exp_dump:
132 print("Compare: >>" + dump + "<< >>" + exp_dump + "<<")
145 print("Skipped " + str(len(skip_dump)) + " dump tests")