Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [RFA]: Don't execute C++ tests for HC11/HC12
@ 2003-02-23 22:00 Michael Elizabeth Chastain
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-02-23 22:00 UTC (permalink / raw)
  To: stcarrez; +Cc: gdb-patches

Beautiful!  This patch is approved.

Michael C

2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>

	* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: [RFA]: Don't execute C++ tests for HC11/HC12
@ 2003-02-23 21:10 Michael Elizabeth Chastain
  2003-02-23 21:43 ` Stephane Carrez
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Elizabeth Chastain @ 2003-02-23 21:10 UTC (permalink / raw)
  To: gdb-patches, stcarrez

Hi Stephane,

I like this patch.  I need two things and then I will approve it.

> The C++ IO streams are too large for HC11/HC12 and are thus not available.
> The gdb C++ tests use them and don't compile.

Please add this note as a comment in skip_cplus_tests, for the
benefit of future maintainers.

Also tell me how you tested your patch.  I do not need an exhaustive test.
I just need you to describe whatever you did on your system to test
the patch.

Thanks,

Michael C

===

2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>

	* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [RFA]: Don't execute C++ tests for HC11/HC12
@ 2003-02-23 20:59 Stephane Carrez
  0 siblings, 0 replies; 4+ messages in thread
From: Stephane Carrez @ 2003-02-23 20:59 UTC (permalink / raw)
  To: gdb-patches

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

Hi!

The C++ IO streams are too large for HC11/HC12 and are thus not available.
The gdb C++ tests use them and don't compile.

Can you approve this patch to avoid executing the C++ tests for the m6811/m6812 targets?

Thanks,
	Stephane

2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>

	* lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.

[-- Attachment #2: gdb.exp.diffs --]
[-- Type: text/plain, Size: 514 bytes --]

Index: lib/gdb.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/gdb.exp,v
retrieving revision 1.34
diff -u -p -r1.34 gdb.exp
--- lib/gdb.exp	31 Jan 2003 00:38:33 -0000	1.34
+++ lib/gdb.exp	23 Feb 2003 20:53:27 -0000
@@ -1004,6 +1004,12 @@ proc skip_cplus_tests {} {
     if { [istarget "h8300-*-*"] } {
 	return 1
     }
+    if { [istarget "m6811-*-*"] } {
+	return 1
+    }
+    if { [istarget "m6812-*-*"] } {
+	return 1
+    }
     return 0
 }
 

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

end of thread, other threads:[~2003-02-23 22:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-23 22:00 [RFA]: Don't execute C++ tests for HC11/HC12 Michael Elizabeth Chastain
  -- strict thread matches above, loose matches on Subject: below --
2003-02-23 21:10 Michael Elizabeth Chastain
2003-02-23 21:43 ` Stephane Carrez
2003-02-23 20:59 Stephane Carrez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox