# Comparing directories # REFERENCE: base-artifacts/sumfiles # CURRENT: artifacts/sumfiles # Comparing 1 common sum files: gdb.sum Comparing: REFERENCE:/tmp/gxx-sum1.655198 CURRENT: /tmp/gxx-sum2.655198 +---------+---------+ o RUN STATUS: | REF | RES | +------------------------------------------+---------+---------+ | Passes [PASS] | 135747 | 135826 | | Unexpected fails [FAIL] | 68 | 66 | | Errors [ERROR] | 0 | 0 | | Unexpected passes [XPASS] | 0 | 0 | | Expected fails [XFAIL] | 90 | 85 | | Known fails [KFAIL] | 113 | 112 | | Unresolved [UNRESOLVED] | 0 | 0 | | Unsupported [UNSUPPORTED] | 581 | 581 | | Untested [UNTESTED] | 25 | 25 | +------------------------------------------+---------+---------+ REF PASS ratio: 0.994240 RES PASS ratio: 0.994265 ***** WARNING: No REF execution test FAILed. Check execution engine configuration. ***** ***** WARNING: No RES execution test FAILed. Check execution engine configuration. ***** o REGRESSIONS: +------------------------------------------+---------+ | KFAIL appears [ =>KFAIL] | 1 | +------------------------------------------+---------+ | TOTAL_REGRESSIONS | 1 | +------------------------------------------+---------+ - KFAIL appears [ =>KFAIL]: Executed from: gdb:gdb.threads/process-dies-while-handling-bp.exp gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited (prompt) (PRMS: gdb/18749) o IMPROVEMENTS TO BE CHECKED: +------------------------------------------+---------+ | PASS disappears [PASS => ] | 3 | | New PASS [ => PASS] | 70 | | XFAIL disappears [XFAIL=> ] | 5 | | KFAIL disappears [KFAIL=> ] | 2 | | Flaky cases, ignored [~RANDOM ] | 14 | +------------------------------------------+---------+ | TOTAL_IMPROVEMENTS_TO_BE_CHECKED | 94 | +------------------------------------------+---------+ - PASS disappears [PASS => ]: Executed from: gdb:gdb.threads/process-dies-while-handling-bp.exp gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left Executed from: gdb:gdb.threads/pthreads.exp gdb:gdb.threads/pthreads.exp=gdb.threads/pthreads.exp: after startup: stopped before calling common_routine 15 times - New PASS [ => PASS]: Executed from: gdb:gdb.mi/mi-break-qualified.exp gdb:gdb.mi/mi-break-qualified.exp=gdb.mi/mi-break-qualified.exp: delete temp breakpoints gdb:gdb.mi/mi-break-qualified.exp=gdb.mi/mi-break-qualified.exp: list of breakpoints Executed from: gdb:gdb.python/py-arch-disasm-style.exp gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: disassemble instructions via python gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: disassemble instructions via python, no styling gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: disassemble some instructions gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: instructions, with styling, are the same gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: no escape sequences in unstyled disassembler output gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 10: insn = arch.disassemble(addr.address, count = 10, styling = True) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 11: for i in insn: gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 12: formatted_addr = gdb.format_address(i['addr']) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 13: print("0x%x: %s" % (i['addr'], i['asm'])) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 14: py_disasm_cmd() gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 15: end gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 1: python gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 2: class py_disasm_cmd(gdb.Command): gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 3: def __init__(self): gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 4: super().__init__("py-disasm", gdb.COMMAND_OBSCURE) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 5: def invoke(self, args, from_tty): gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 6: argv = gdb.string_to_argv(args) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 7: inf = gdb.selected_inferior () gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 8: arch = inf.architecture () gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: python disasm command: input 9: addr = gdb.parse_and_eval(argv[0]) gdb:gdb.python/py-arch-disasm-style.exp=gdb.python/py-arch-disasm-style.exp: set style enabled off Executed from: gdb:gdb.threads/attach-many-short-lived-threads.exp gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on Executed from: gdb:gdb.threads/non-ldr-exit.exp gdb:gdb.threads/non-ldr-exit.exp=gdb.threads/non-ldr-exit.exp: program exits normally Executed from: gdb:gdb.threads/process-dies-while-handling-bp.exp gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left Executed from: gdb:gdb.threads/pthreads.exp gdb:gdb.threads/pthreads.exp=gdb.threads/pthreads.exp: after startup: stopped before calling common_routine 15 times (16 times) - XFAIL disappears [XFAIL=> ]: Executed from: gdb:gdb.threads/attach-many-short-lived-threads.exp gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (EPERM) gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (EPERM) gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (EPERM) gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (EPERM) gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (EPERM) - KFAIL disappears [KFAIL=> ]: Executed from: gdb:gdb.threads/non-ldr-exit.exp gdb:gdb.threads/non-ldr-exit.exp=gdb.threads/non-ldr-exit.exp: program exits normally (PRMS: gdb/18717) Executed from: gdb:gdb.threads/process-dies-while-handling-bp.exp gdb:gdb.threads/process-dies-while-handling-bp.exp=gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited (prompt) (PRMS: gdb/18749) - Flaky cases, ignored [~RANDOM ]: Executed from: gdb:gdb.mi/mi-break-qualified.exp gdb:gdb.mi/mi-break-qualified.exp=gdb.mi/mi-break-qualified.exp: delete temp breakpoints (unexpected output) gdb:gdb.mi/mi-break-qualified.exp=gdb.mi/mi-break-qualified.exp: list of breakpoints (timeout) Executed from: gdb:gdb.threads/attach-many-short-lived-threads.exp gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior gdb:gdb.threads/attach-many-short-lived-threads.exp=gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior # Regressions found # Regressions in 1 common sum files found