From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 158783944817; Wed, 28 Apr 2021 18:30:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 158783944817 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/27788] New: FAIL: gdb.python/py-startup-opt.exp: attr=dont_write_bytecode: testname: input 6: end Date: Wed, 28 Apr 2021 18:30:22 +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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 18:30:23 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27788 Bug ID: 27788 Summary: FAIL: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname: input 6: end 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: --- New FAIL: ... FAIL: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname: = input 6: end ... In more detail: ... (gdb) PASS: gdb.python/py-startup-opt.exp: attr=3Dignore_environment: testn= ame: input 6: end python^M >PASS: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname:= input 1: python if hasattr(sys, 'flags') and getattr(sys.flags, 'dont_write_bytecode', False):^M >PASS: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname:= input 2: if hasattr(sys, 'flags') and getattr(sys.flags, 'dont_write_bytec= ode', False): print ("dont_write_bytecode is on")^M >PASS: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname:= input 3: print ("dont_write_bytecode is on") else:^M >PASS: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname:= input 4: else: print ("dont_write_bytecode is off")^M >PASS: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: testname:= input 5: print ("dont_write_bytecode is off") end^M dont_write_bytecode is on^M (gdb) FAIL: gdb.python/py-startup-opt.exp: attr=3Ddont_write_bytecode: test= name: input 6: end ... --=20 You are receiving this mail because: You are on the CC list for the bug.=