2001-07-12 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Jul 2001 15:03:27 +0000 (15:03 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Jul 2001 15:03:27 +0000 (15:03 +0000)
* ld-selective/selective.exp: Mark selective1, selective2,
selective4 and selective5 xfail on alpha*-*.

ld/testsuite/ChangeLog
ld/testsuite/ld-selective/selective.exp

index 4cef5fad03e9037e31eb042e5ed0d08368b69020..139d8d9d0d57d8bdca66fdef1c9fa57142c5a0e4 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-12  H.J. Lu  <hjl@gnu.org>
+
+       * ld-selective/selective.exp: Mark selective1, selective2,
+       selective4 and selective5 xfail on alpha*-*.
+
 2001-06-13  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
index 5b10ea331a6808cd8099c72114fedf1b97eb5a3b..27ff2d800fdd788041f2de75e90918fe6d68b3a2 100644 (file)
@@ -38,11 +38,11 @@ if {[istarget "*-*-pe"]} {
 #
 # FIXME: Instead of table, read settings from each source-file.
 set seltests {
-  {selective1 C 1.c {} {} {dropme1 dropme2} {}}
-  {selective2 C 2.c {} {} {foo} {mips*-*}}
+  {selective1 C 1.c {} {} {dropme1 dropme2} {alpha*-*}}
+  {selective2 C 2.c {} {} {foo} {alpha*-* mips*-*}}
   {selective3 C 2.c {-u foo} {foo} {{foo 0}} {mips*-*}}
-  {selective4 C++ 3.cc {} {start foo__1A foo__1B} {bar__1A} {mips*-*}}
-  {selective5 C++ 4.cc {} {} {foo__1B foo__1A} {mips*-*}}
+  {selective4 C++ 3.cc {} {start foo__1A foo__1B} {bar__1A} {alpha*-* mips*-*}}
+  {selective5 C++ 4.cc {} {} {foo__1B foo__1A} {alpha*-* mips*-*}}
   {selective6 C++ 5.cc {} {} {foo__1B foo__1A dropme1__Fv dropme2__Fv} {*-*-*}}
 }
 
This page took 0.026255 seconds and 4 git commands to generate.