From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id 982143858439; Mon, 24 Oct 2022 06:36:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 982143858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666593406; bh=yRrQxqjlOyWEr1+kwsE1HI21LBr6BcgPzjPZlYwh+Hc=; h=From:To:Subject:Date:From; b=s0+hF2JzRFkH23nA9AiGxoJ/VjRseMYBsl37R/NNbi0glFMAwqS3umghIxBjOD2UG UK06dAvFKHk/YbVAkb+JmZme22L6IF18Y2oDjuRY6nkFutx4VwA4LoG/M5Bn7ja1fv blv1BA8Ut2w+vogRRrQtA+XhNXVnA7NkPjjlK1/w= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.exp X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: 05962dc48c3c43cba106f0e2da492c1352489936 X-Git-Newrev: b347f578952a29ff9b02090b0dafec563520c80b Message-Id: <20221024063646.982143858439@sourceware.org> Date: Mon, 24 Oct 2022 06:36:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Db347f578952a= 29ff9b02090b0dafec563520c80b commit b347f578952a29ff9b02090b0dafec563520c80b Author: Tom de Vries Date: Mon Oct 24 08:36:42 2022 +0200 [gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.exp =20 I did a gdb build without python support, and during testing ran into F= AILs in test-case gdb.python/tui-window-names.exp. =20 Fix this by adding the missing skip_python_test. =20 Tested on x86_64-linux. Diff: --- gdb/testsuite/gdb.python/tui-window-names.exp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gdb/testsuite/gdb.python/tui-window-names.exp b/gdb/testsuite/= gdb.python/tui-window-names.exp index 8aaf3b42229..ff7dab5bd15 100644 --- a/gdb/testsuite/gdb.python/tui-window-names.exp +++ b/gdb/testsuite/gdb.python/tui-window-names.exp @@ -26,6 +26,11 @@ if {[skip_tui_tests]} { return } =20 +if { [skip_python_tests] } { + untested "skipping Python tests" + return +} + # Define a function we can use as a window constructor. If this ever # gets called we'll throw an error, but that's OK, this test doesn't # actually try to create any windows.