This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Don't run tests on moxie-elf that require profile data


This patch let's the GCC testsuite for moxie run to completion without
human intervention.  It, quite obviously, depends on the moxie port
being reviewed and committed.  Ok to commit (once port is committed)?

The port patch is awaiting review here:
http://gcc.gnu.org/ml/gcc-patches/2009-04/msg01546.html

Current test results follow...

AG


                === gcc Summary ===

# of expected passes            49649
# of unexpected failures        56
# of unexpected successes       4
# of expected failures          65
# of unsupported tests          599
/home/green/moxiedev/build/gcc/gcc/xgcc  version 4.5.0 20090428
(experimental) [trunk revision 146867] (GCC)

                === g++ Summary ===

# of expected passes            18569
# of unexpected failures        12
# of expected failures          139
# of unsupported tests          195
/home/green/moxiedev/build/gcc/gcc/testsuite/g++/../../g++  version
4.5.0 20090428 (experimental) [trunk revision 146867] (G\
CC)



Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog     (revision 146890)
+++ gcc/testsuite/ChangeLog     (working copy)
@@ -1,3 +1,8 @@
+2009-04-29  Anthony Green  <green@moxielogic.com>
+
+       * testsuite/lib/target-supports.exp (check_profiling_available):
+       Profiling is not available for testing purposes.
+
 2009-04-28  Alexander Monakov  <amonakov@ispras.ru>
        * gcc.target/ia64/20071210-2.c: New testcase.

Index: gcc/testsuite/lib/target-supports.exp
===================================================================
--- gcc/testsuite/lib/target-supports.exp       (revision 146890)
+++ gcc/testsuite/lib/target-supports.exp       (working copy)
@@ -494,6 +494,7 @@
             || [istarget m68k-*-elf]
             || [istarget m68k-*-uclinux*]
             || [istarget mips*-*-elf*]
+            || [istarget moxie-*-elf*]
             || [istarget xstormy16-*]
             || [istarget xtensa*-*-elf]
             || [istarget *-*-rtems*]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]