From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D82DE3858C50; Thu, 30 Mar 2023 02:52:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D82DE3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680144748; bh=T7xRf6MCvOsmZjzgK+X2ajvfUkf/559VxKERasdLYuE=; h=From:To:Subject:Date:From; b=t3xXMQIsB3p+oO9aygA7vF5L9ENjqV38bVm/lCb/Yv5k7HSSC8F9VBMEl19yEUtk+ 7Afn/sOwqZWPqgsy/bkl5wQQtvf0vEWKo4koUbDSgakw48rchk8lgxG/V5Jc+Qy1xw O2JmRzbrji7FY0aXfdBpSbSnXLGqj3zGYKbX9jWA= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30289] New: [gdb/testsuite] Test run with editing off Date: Thu, 30 Mar 2023 02:52:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30289 Bug ID: 30289 Summary: [gdb/testsuite] Test run with editing off Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- I wrote a board file (copied from readnow.exp) setting editing to off by default: ... $ cat gdb/testsuite/boards/editing-off.exp=20 ... load_board_description "local-board" # Run all tests with editing off. set GDBFLAGS "${GDBFLAGS} -iex \"set editing off\"" # This is based on baseboards/unix.exp. # At the moment we only support systems that unix.exp supports. load_generic_config "unix" process_multilib_options "" set found_gcc [find_gcc] set found_gxx [find_g++] set_board_info compiler "$found_gcc" ... Results: ... FAIL: gdb.ada/access_to_packed_array.exp: set logging enabled on (timeout) FAIL: gdb.ada/access_to_packed_array.exp: maint print symbols (timeout) FAIL: gdb.base/page-logging.exp: set logging enabled on (timeout) FAIL: gdb.base/page-logging.exp: printf without paging (timeout) FAIL: gdb.base/trace-commands.exp: nested trace-commands test (pattern 2) FAIL: gdb.base/trace-commands.exp: depth resets on error part 1 (pattern 2) FAIL: gdb.base/ui-redirect.exp: redirect: set logging enabled on (timeout) FAIL: gdb.base/ui-redirect.exp: redirect: save breakpoints cmds.txt (timeou= t) FAIL: gdb.base/ui-redirect.exp: redirect: userdefined (timeout) FAIL: gdb.base/ui-redirect.exp: redirect logging and debuging: set logging enabled on (timeout) FAIL: gdb.python/tui-window-factory.exp: msg_3: check for python output FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove: define rem= ove (timeout) FAIL: gdb.threads/threadapply.exp: thread_set=3Dall: try remove 2: define remove-again (timeout) FAIL: gdb.tui/basic.exp: scroll up FAIL: gdb.tui/basic.exp: check main is where we expect on the screen FAIL: gdb.tui/basic.exp: scroll right FAIL: gdb.tui/basic.exp: scroll down FAIL: gdb.tui/basic.exp: asm window shows main FAIL: gdb.tui/completion.exp: check focus completions FAIL: gdb.tui/info-win.exp: info win, layout src FAIL: gdb.tui/info-win.exp: info win, layout h FAIL: gdb.tui/new-layout.exp: layout=3Dcmd_only {cmd 1} {} {}: info win out= put FAIL: gdb.tui/scroll.exp: check cmd window FAIL: gdb.tui/scroll.exp: check cmd window in flip layout FAIL: gdb.tui/tui-focus.exp: check test2 focus message FAIL: gdb.tui/tui-focus.exp: check ambiguous focus message FAIL: gdb.tui/tui-layout-asm.exp: scroll to end of assembler (scroll failed) FAIL: gdb.tui/tui-nl-filtered-output.exp: check printf output FAIL: gdb.tui/winheight.exp: check error message about src size 100 FAIL: gdb.tui/winheight.exp: check error message about src +1 ... Related PRs: - PR22454 - "logging sometimes prints prompt" - PR30288 - "[gdb/cli, editing off] FAIL: gdb.base/trace-commands.exp: nest= ed trace-commands test (pattern 2)" --=20 You are receiving this mail because: You are on the CC list for the bug.=