diff mbox

[testsuite] Skip simulate-thread tests on all alpha targets

Message ID yddzkfvudg3.fsf@manam.CeBiTec.Uni-Bielefeld.DE
State New
Headers show

Commit Message

Rainer Orth Nov. 16, 2011, 6:31 p.m. UTC
Tru64 UNIX suffers from the same problems running the simulate-thread
tests as alpha-linux, even with gdb 7.3.1.  To allow bootstraps/tests to
complete, I think those tests should be skipped on all alpha targets as
the following test does.

Ok for mainline?

	Rainer


2011-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* lib/gcc-simulate-thread.exp (simulate-thread): Skip on
	alpha*-*-*.

Comments

Richard Henderson Nov. 16, 2011, 7:05 p.m. UTC | #1
On 11/16/2011 08:31 AM, Rainer Orth wrote:
> 2011-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> 
> 	* lib/gcc-simulate-thread.exp (simulate-thread): Skip on
> 	alpha*-*-*.

Ok.


r~
diff mbox

Patch

# HG changeset patch
# Parent c431ad89954909a811a11b0f54ff94eb202dc89d
Skip simulate-thread tests on all alpha targets

diff --git a/gcc/testsuite/lib/gcc-simulate-thread.exp b/gcc/testsuite/lib/gcc-simulate-thread.exp
--- a/gcc/testsuite/lib/gcc-simulate-thread.exp
+++ b/gcc/testsuite/lib/gcc-simulate-thread.exp
@@ -23,9 +23,9 @@ 
 
 proc simulate-thread { args } {
 
-    # ??? Exit immediately if this is alpha*-*-linux* target, single-stepping
+    # ??? Exit immediately if this is alpha*-*-* target, single-stepping
     # executable between ldl_l and stl_c insns in gdb breaks LL/SC chaining.
-    if { [istarget alpha*-*-linux*] } { return }
+    if { [istarget alpha*-*-*] } { return }
 
     if { ![isnative] || [is_remote target] } { return }