Loading conformance-test/test_26252.py +3 −3 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ for s in scripts: if line.startswith("$CUT_REND_BIN"): rend_opts = line if line.startswith("$DIFF_BIN"): diff_opts = line[9:] tag = s + "--" + diff_opts.split()[1].split('/')[-1] diff_opts = line tag = s + "--" + diff_opts.split()[2].split('/')[-1] if tag in test_dict: print("non-unique tag found - ignoring new entry") continue Loading Loading @@ -115,7 +115,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path): diff_opts = replace_paths(diff_opts, testv_path, ref_path, cut_path) result = True for cmd in diff_opts.split(';'): result = result and filecmp.cmp(cmd.split()[0], cmd.split()[1]) result = result and filecmp.cmp(cmd.split()[1], cmd.split()[2]) if not result: assert False, "Output differs" Loading
conformance-test/test_26252.py +3 −3 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ for s in scripts: if line.startswith("$CUT_REND_BIN"): rend_opts = line if line.startswith("$DIFF_BIN"): diff_opts = line[9:] tag = s + "--" + diff_opts.split()[1].split('/')[-1] diff_opts = line tag = s + "--" + diff_opts.split()[2].split('/')[-1] if tag in test_dict: print("non-unique tag found - ignoring new entry") continue Loading Loading @@ -115,7 +115,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path): diff_opts = replace_paths(diff_opts, testv_path, ref_path, cut_path) result = True for cmd in diff_opts.split(';'): result = result and filecmp.cmp(cmd.split()[0], cmd.split()[1]) result = result and filecmp.cmp(cmd.split()[1], cmd.split()[2]) if not result: assert False, "Output differs"