[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b2-52-gcd8dd87

Service Account noreply at mpich.org
Fri May 29 12:33:18 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  cd8dd87a4ab8b92c76b679cb78aabbbb9295f679 (commit)
      from  c3184ef2f6fff86503d2892142add19060bf94a1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/cd8dd87a4ab8b92c76b679cb78aabbbb9295f679

commit cd8dd87a4ab8b92c76b679cb78aabbbb9295f679
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Fri May 29 10:17:52 2015 -0500

    tsuite: move file errhandler test to io bucket
    
    Ensures this test runs only when ROMIO is enabled.
    
    Signed-off-by: Rob Latham <robl at mcs.anl.gov>

diff --git a/test/mpi/.gitignore b/test/mpi/.gitignore
index 1b35005..a16a496 100644
--- a/test/mpi/.gitignore
+++ b/test/mpi/.gitignore
@@ -231,6 +231,7 @@
 /errors/f77/testlist
 /errors/group/rerr
 /errors/io/fileerrret
+/errors/io/file_errhdl
 /errors/pt2pt/proberank
 /errors/pt2pt/truncmsg2
 /errors/spawn/badport
diff --git a/test/mpi/errhan/Makefile.am b/test/mpi/errhan/Makefile.am
index 866112f..2098592 100644
--- a/test/mpi/errhan/Makefile.am
+++ b/test/mpi/errhan/Makefile.am
@@ -20,7 +20,6 @@ noinst_PROGRAMS = \
     errfatal      \
     predef_eh     \
     errstring2    \
-    file_errhdl   \
     dynamic_errcode_predefined_errclass
 
 EXTRA_PROGRAMS = errcode errring errstring
diff --git a/test/mpi/errhan/testlist b/test/mpi/errhan/testlist
index 47e3381..ebd60ff 100644
--- a/test/mpi/errhan/testlist
+++ b/test/mpi/errhan/testlist
@@ -5,4 +5,3 @@ predef_eh 1
 predef_eh 2
 errstring2 1
 dynamic_errcode_predefined_errclass 1
-file_errhdl 1
diff --git a/test/mpi/errors/io/Makefile.am b/test/mpi/errors/io/Makefile.am
index 75cc59a..f90c371 100644
--- a/test/mpi/errors/io/Makefile.am
+++ b/test/mpi/errors/io/Makefile.am
@@ -12,5 +12,5 @@ EXTRA_DIST = testlist
 ## for all programs that are just built from the single corresponding source
 ## file, we don't need per-target _SOURCES rules, automake will infer them
 ## correctly
-noinst_PROGRAMS = fileerrret openerr
+noinst_PROGRAMS = fileerrret openerr file_errhdl
 
diff --git a/test/mpi/errhan/file_errhdl.c b/test/mpi/errors/io/file_errhdl.c
similarity index 100%
rename from test/mpi/errhan/file_errhdl.c
rename to test/mpi/errors/io/file_errhdl.c
diff --git a/test/mpi/errors/io/testlist b/test/mpi/errors/io/testlist
index 61f9bce..015950b 100644
--- a/test/mpi/errors/io/testlist
+++ b/test/mpi/errors/io/testlist
@@ -1,2 +1,3 @@
 fileerrret 1
 openerr 1
+file_errhdl 1

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/.gitignore                          |    1 +
 test/mpi/errhan/Makefile.am                  |    1 -
 test/mpi/errhan/testlist                     |    1 -
 test/mpi/errors/io/Makefile.am               |    2 +-
 test/mpi/{errhan => errors/io}/file_errhdl.c |    0
 test/mpi/errors/io/testlist                  |    1 +
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename test/mpi/{errhan => errors/io}/file_errhdl.c (100%)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list