From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20001 invoked by alias); 3 Jan 2020 18:40:25 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 19474 invoked by uid 89); 3 Jan 2020 18:40:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 03 Jan 2020 18:40:22 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Fri, 03 Jan 2020 18:40:00 -0000 Subject: Failures on Fedora-i686, branch master From: gdb-buildbot@sergiodj.net X-GDB-Buildbot: 1 In-Reply-To: <7a0fb7be96e0ce79e1ae429bc1ba913e5244d537@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2020-q1/txt/msg00237.txt Buildername: Fedora-i686 Worker: fedora-x86-64-2 Full Build URL: https://gdb-buildbot.osci.io/#builders/18/builds/1714 Author: Nick Clifton Commit tested: 7a0fb7be96e0ce79e1ae429bc1ba913e5244d537 Subject of commit: Fix potential illegal memory access failures in the BFD library by ensuring that the return value from bfd_malloc() is checked before it is used. Testsuite logs (gdb.sum, gdb.log and others): https://gdb-buildbot.osci.io/results/Fedora-i686/7a/7a0fb7be96e0ce79e1ae429bc1ba913e5244d537/ *** Diff to previous build *** ============================================== PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "faas " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "faas -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "faas -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply 1 " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply 1 -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply 1 -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply all " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply all -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply all -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply level 0 " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply level 0 -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "frame apply level 0 -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "tfaas " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "tfaas -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: cmd complete "tfaas -s " PASS -> UNRESOLVED: gdb.base/options.exp: test-frame-apply: frame apply 1 -- - PASS -> UNRESOLVED: gdb.base/options.exp: test-frame-apply: frame apply all -- - PASS -> UNRESOLVED: gdb.base/options.exp: test-frame-apply: frame apply level 0 -- - PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "faas -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply 1 -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply all -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "frame apply level 0 -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas -- -" PASS -> FAIL: gdb.base/options.exp: test-frame-apply: tab complete "tfaas -s " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: cmd complete "faas -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: cmd complete "frame apply 1 -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: cmd complete "frame apply all -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: cmd complete "frame apply level 0 -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: cmd complete "tfaas -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "faas -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply 1 -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply all -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "frame apply level 0 -- " PASS -> FAIL: gdb.base/options.exp: test-frame-apply: trailing-space: tab complete "tfaas -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "taas " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "taas -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "taas -c " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply 1 " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply 1 -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply 1 -c " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply all " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply all -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: cmd complete "thread apply all -c " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "taas -c " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply 1 -c " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all -- -" PASS -> FAIL: gdb.base/options.exp: test-thread-apply: tab complete "thread apply all -c " PASS -> UNRESOLVED: gdb.base/options.exp: test-thread-apply: thread apply 1 -- - PASS -> UNRESOLVED: gdb.base/options.exp: test-thread-apply: thread apply all -- - PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: cmd complete "taas -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: cmd complete "thread apply 1 -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: cmd complete "thread apply all -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "taas -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "thread apply 1 -- " PASS -> FAIL: gdb.base/options.exp: test-thread-apply: trailing-space: tab complete "thread apply all -- " PASS -> FAIL: gdb.base/shell.exp: cmd complete "pipe " PASS -> FAIL: gdb.base/shell.exp: cmd complete "| " PASS -> FAIL: gdb.base/shell.exp: cmd complete "|" PASS -> FAIL: gdb.base/shell.exp: tab complete "pipe " PASS -> FAIL: gdb.base/shell.exp: tab complete "| " PASS -> FAIL: gdb.base/shell.exp: tab complete "|" PASS -> FAIL: gdb.base/skip.exp: step after disabling 3: step 3 PASS -> FAIL: gdb.base/skip.exp: step after disabling 3: step 5 new FAIL: gdb.base/skip.exp: step after enable 3: info breakpoints PASS -> FAIL: gdb.base/skip.exp: step after enable 3: info skip shows entry as enabled PASS -> UNRESOLVED: gdb.base/skip.exp: step after enable 3: step 1 PASS -> FAIL: gdb.base/skip.exp: step using -fu for baz: step 3 PASS -> FAIL: gdb.base/style.exp: set width 30 PASS -> FAIL: gdb.base/with.exp: completion: cmd complete "with print elements unlimited -- " PASS -> FAIL: gdb.base/with.exp: completion: tab complete "with print elements unlimited -- " PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS:" PASS -> FAIL: gdb.cp/cpcompletion.exp: expression with namespace: tab complete "p Test_NS::" PASS -> FAIL: gdb.threads/gcore-stale-thread.exp: save a corefile PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited PASS -> FAIL: gdb.tui/basic.exp: asm box PASS -> FAIL: gdb.tui/basic.exp: asm box in split layout PASS -> FAIL: gdb.tui/basic.exp: asm window shows main PASS -> FAIL: gdb.tui/basic.exp: list main PASS -> FAIL: gdb.tui/basic.exp: source box PASS -> FAIL: gdb.tui/basic.exp: source box in split layout PASS -> FAIL: gdb.tui/basic.exp: split layout contents PASS -> FAIL: gdb.tui/corefile-run.exp: load corefile PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: box 2 PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: no asm PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 80x24: no regs PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: box 2 PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: no asm PASS -> FAIL: gdb.tui/empty.exp: asm-regs: 90x40: no regs PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: asm: 80x24: no asm PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: asm: 90x40: no asm PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: box 2 PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: no asm PASS -> FAIL: gdb.tui/empty.exp: split-regs: 80x24: no regs PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: box 2 PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: no asm PASS -> FAIL: gdb.tui/empty.exp: split-regs: 90x40: no regs PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: box 2 PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: no asm PASS -> FAIL: gdb.tui/empty.exp: split: 80x24: no source PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: box 2 PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: no asm PASS -> FAIL: gdb.tui/empty.exp: split: 90x40: no source PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: box 2 PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: no regs PASS -> FAIL: gdb.tui/empty.exp: src-regs: 80x24: no source PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: box 2 PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: no regs PASS -> FAIL: gdb.tui/empty.exp: src-regs: 90x40: no source PASS -> FAIL: gdb.tui/empty.exp: src: 80x24: box 1 PASS -> FAIL: gdb.tui/empty.exp: src: 80x24: no source PASS -> FAIL: gdb.tui/empty.exp: src: 90x40: box 1 PASS -> FAIL: gdb.tui/empty.exp: src: 90x40: no source PASS -> FAIL: gdb.tui/list-before.exp: initial source listing PASS -> FAIL: gdb.tui/list.exp: asm window shows main PASS -> FAIL: gdb.tui/list.exp: initial source listing PASS -> FAIL: gdb.tui/list.exp: list main PASS -> FAIL: gdb.tui/main.exp: show main after file PASS -> FAIL: gdb.tui/regs.exp: any register contents PASS -> FAIL: gdb.tui/regs.exp: register box PASS -> FAIL: gdb.tui/regs.exp: source at startup PASS -> FAIL: gdb.tui/regs.exp: source box in regs layout PASS -> FAIL: gdb.tui/resize.exp: source at startup PASS -> FAIL: gdb.tui/resize.exp: source box after resize PASS -> FAIL: gdb.tui/winheight.exp: larger source box PASS -> FAIL: gdb.tui/winheight.exp: smaller source box PASS -> FAIL: gdb.tui/winheight.exp: source box ============================================== *** Complete list of XFAILs for this builder *** To obtain the list of XFAIL tests for this builder, go to: You can also see a pretty-printed version of the list, with more information about each XFAIL, by going to: