public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [testsuite patch] Skip py-unwind.exp on x86_64 -m32
@ 2016-07-17 14:30 Jan Kratochvil
  2016-07-18 10:04 ` Yao Qi
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kratochvil @ 2016-07-17 14:30 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Hi,

(gdb) source /home/jkratoch/redhat/gdb-clean/gdb/testsuite/outputs/gdb.python/py-unwind/py-unwind.py^M
Python script imported^M
Python Exception <type 'exceptions.ValueError'> Bad register: ^M
(gdb) FAIL: gdb.python/py-unwind.exp: import python scripts

class TestUnwinder(Unwinder):
    AMD64_RBP = 6
    AMD64_RSP = 7
    AMD64_RIP = 16

This was already discussed here:
	Re: [testsuite patch] Fix gdb.btrace/tailcall-only.exp errors on x86_64-m32
	https://sourceware.org/ml/gdb-patches/2016-04/msg00222.html
	Message-ID: <20160411195537.GA22299@host1.jankratochvil.net>
but no GDB maintainer gave an answer how to run testsuite in cross-arch mode.


Jan

[-- Attachment #2: 1 --]
[-- Type: text/plain, Size: 680 bytes --]

gdb/testsuite/ChangeLog
2016-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* gdb.python/py-unwind.exp: Test also ![is_lp64_target].

diff --git a/gdb/testsuite/gdb.python/py-unwind.exp b/gdb/testsuite/gdb.python/py-unwind.exp
index 5172a03..e31a472 100644
--- a/gdb/testsuite/gdb.python/py-unwind.exp
+++ b/gdb/testsuite/gdb.python/py-unwind.exp
@@ -28,7 +28,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile}] } {
 if { [skip_python_tests] } { continue }
 
 # This test runs on a specific platform.
-if { ! [istarget x86_64-*]} { continue }
+if { ![istarget x86_64-*-* ] || ![is_lp64_target] } { continue }
 
 # The following tests require execution.
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-07-20 14:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-17 14:30 [testsuite patch] Skip py-unwind.exp on x86_64 -m32 Jan Kratochvil
2016-07-18 10:04 ` Yao Qi
2016-07-18 11:34   ` Jan Kratochvil
2016-07-19 10:06     ` Yao Qi
2016-07-19 18:04       ` Pedro Alves
2016-07-20 11:20         ` Yao Qi
2016-07-20 13:49           ` Pedro Alves
2016-07-20 14:19             ` [commit] " Jan Kratochvil
2016-07-19 19:30     ` Sergio Durigan Junior
2016-07-20 13:48       ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).