From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D877E385E00A; Fri, 15 Mar 2024 09:15:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D877E385E00A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1710494119; bh=72/V4ldgEdSzo7RY18HQ2FPxG0C62LBh3aWIf5OvZjU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ycP64/44czFswjwJd+13yjkVsSuYAOoaeoDUhEHizP6mXGni0D7fPW4NG/Y89smJl RHcnYMWuNAQsJDjbpw/EG1AQfXupa3/GM8ozdFUFze0kSWPGgFhWK3aZbyAj0XsPeU yyhznq32/tlSpNMVvFdDiic4/SZtveNMJitKTiCg= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31435] [gdb/testsuite] Runtest error running DAP tests Date: Fri, 15 Mar 2024 09:15:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D31435 --- Comment #6 from Tom de Vries --- (In reply to Tom de Vries from comment #5) > The patch fixes the errors with the three test-cases, but there are furth= er > errors with: > ... > $ ( cd build/gdb/testsuite ; make V=3D1 check RUNTESTFLAGS=3D"$(cd > src/gdb/testsuite; echo gdb.dap/*.exp)" ) > .... More minimally: ... $ ( cd build/gdb/testsuite; make V=3D1 check 'RUNTESTFLAGS=3Dgdb.dap/ada-ar= rays.exp gdb.dap/ada-nested.exp gdb.dap/ada-scopes.exp gdb.dap/args-env.exp gdb.dap/assign.exp gdb.dap/attach.exp gdb.dap/basic-dap.exp gdb.dap/bt-nodebug.exp gdb.dap/catch-exception.exp gdb.dap/children.exp gdb.dap/cond-bp.exp gdb.dap/remote-dap.exp ' ) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=