From: Alan Hayward <Alan.Hayward@arm.com>
To: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Cc: nd <nd@arm.com>, Alan Hayward <Alan.Hayward@arm.com>
Subject: [PATCH v2 3/5] Arm: Add xml unit tests
Date: Thu, 11 Jul 2019 13:46:00 -0000 [thread overview]
Message-ID: <20190711134436.47896-4-alan.hayward@arm.com> (raw)
In-Reply-To: <20190711134436.47896-1-alan.hayward@arm.com>
Use the record_xml_tdesc tests to prove the new target descriptions
are identical to the previous xml file ones.
This is tested as part of gdb.gdb/unittest.exp.
gdb/ChangeLog:
2019-07-11 Alan Hayward <alan.hayward@arm.com>
* arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
---
gdb/arm-tdep.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 1d655eab5c..b500f193df 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -63,6 +63,7 @@
#if GDB_SELF_TEST
#include "gdbsupport/selftest.h"
+#include "aarch32-tdep.h"
#endif
static int arm_debug;
@@ -9547,6 +9548,23 @@ vfp - VFP co-processor."),
#if GDB_SELF_TEST
selftests::register_test ("arm-record", selftests::arm_record_test);
+
+ const target_desc *tdesc;
+
+ tdesc = arm_read_description (ARM_FP_TYPE_VFPV2);
+ selftests::record_xml_tdesc ("arm/arm-with-vfpv2.xml", tdesc);
+ tdesc = arm_read_description (ARM_FP_TYPE_VFPV3);
+ selftests::record_xml_tdesc ("arm/arm-with-vfpv3.xml",tdesc);
+ tdesc = arm_read_description (ARM_FP_TYPE_IWMMXT);
+ selftests::record_xml_tdesc ("arm/arm-with-iwmmxt.xml", tdesc);
+ tdesc = arm_read_mprofile_description (ARM_M_TYPE_M_PROFILE);
+ selftests::record_xml_tdesc ("arm/arm-with-m.xml", tdesc);
+ tdesc = arm_read_mprofile_description (ARM_M_TYPE_VFP_D16);
+ selftests::record_xml_tdesc ("arm/arm-with-m-vfp-d16.xml", tdesc);
+ tdesc = arm_read_mprofile_description (ARM_M_TYPE_WITH_FPA);
+ selftests::record_xml_tdesc ("arm/arm-with-m-fpa-layout.xml", tdesc);
+ tdesc = aarch32_read_description ();
+ selftests::record_xml_tdesc ("arm/arm-with-neon.xml", tdesc);
#endif
}
--
2.20.1 (Apple Git-117)
next prev parent reply other threads:[~2019-07-11 13:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-11 13:45 [PATCH v2 0/5] Arm: Use feature target descriptions Alan Hayward
2019-07-11 13:46 ` [PATCH v2 2/5] " Alan Hayward
2019-07-11 13:46 ` [PATCH v2 1/5] Arm: Add read_description read funcs and use in GDB Alan Hayward
2019-07-11 13:56 ` Simon Marchi
2019-07-11 13:58 ` Simon Marchi
2019-07-11 18:04 ` Alan Hayward
2019-07-11 14:19 ` Simon Marchi
2019-07-11 13:46 ` [PATCH v2 5/5] Arm: Remove unused feature files and tests Alan Hayward
2019-07-11 13:46 ` Alan Hayward [this message]
2019-07-11 13:46 ` [PATCH v2 4/5] Arm: Use read_description funcs in gdbserver Alan Hayward
2019-07-11 14:35 ` Simon Marchi
2019-07-19 15:08 ` [PATCH v2 0/5] Arm: Use feature target descriptions Alan Hayward
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190711134436.47896-4-alan.hayward@arm.com \
--to=alan.hayward@arm.com \
--cc=gdb-patches@sourceware.org \
--cc=nd@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox