Commit a41236be authored by norvell's avatar norvell
Browse files

Check failure in 26.252

parent 16b10e2b
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1224,6 +1224,7 @@ ivas-conformance:
    # Reference creation
    - non_be_flag=0
    - exit_code=0
    - python3 tests/create_short_testvectors.py
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref || exit_code=$?
    - python3 -m pytest tests/codec_be_on_mr_nonselection/ -v -n auto --update_ref 1 -m create_ref_part2 || exit_code=$?
    - python3 -m pytest tests/renderer/test_renderer_be_comparison.py # This run is needed for reference creation. renderer/cut/ can be ignored
@@ -1234,8 +1235,8 @@ ivas-conformance:
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    
    # Test run generated scripts
    - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?

    #- python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?
    - python3 -m pytest tests/test_26252.py 
    - *merge-request-comparison-check

  artifacts:
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ if __name__ == '__main__':
            cmd = cmd.replace(root_folder + r'/tests/', CUT_PATH )
                       
            outfile.write(cmd+'\n')
            bts = re.search(r"\s(([\S]+)(.bts|.192))$", cmd)
            bts = re.search(r"\s(([\S]+)(.bts|.192|.pkt))$", cmd)
            if bts:
                outfile.write('$DIFF_BIN '+bts.group(1).replace(CUT_PATH + r'dut',REF_PATH + r'ref')+' '+bts.group(1)+'\n')
            outfile.write('\n')