[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-258-g957ceec
Service Account
noreply at mpich.org
Mon Mar 9 15:43:46 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 957ceec598103d8d643c9345512ae8ad4e88e993 (commit)
from a0ebb44134b93f241bdf554fb2e2e38517922b7e (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/957ceec598103d8d643c9345512ae8ad4e88e993
commit 957ceec598103d8d643c9345512ae8ad4e88e993
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date: Mon Mar 9 15:37:57 2015 -0500
testsuite: remove leading spaces in testlist files
Removes additional whitespace in testlist files to make them easier
to manipulate with tools like sed.
No reviewer.
diff --git a/test/mpi/f08/io/testlist.in b/test/mpi/f08/io/testlist.in
index d2dd57d..b534ba0 100644
--- a/test/mpi/f08/io/testlist.in
+++ b/test/mpi/f08/io/testlist.in
@@ -18,5 +18,5 @@ miscfilef90 4
setviewcurf90 4
c2f2ciof90 1
c2f90multio 1
- at mpix@ i_fcoll_test 4
- at mpix@ iwriteatallf90 4
+ at mpix@i_fcoll_test 4
+ at mpix@iwriteatallf90 4
diff --git a/test/mpi/f08/rma/testlist.in b/test/mpi/f08/rma/testlist.in
index 3ae2013..d72ad4c 100644
--- a/test/mpi/f08/rma/testlist.in
+++ b/test/mpi/f08/rma/testlist.in
@@ -10,4 +10,4 @@ c2f2cwinf08 1
baseattrwinf08 1
winattrf08 1
winattr2f08 1
- at mpix@ aintf08 2 strict=false
+ at mpix@aintf08 2 strict=false
diff --git a/test/mpi/f77/io/testlist.in b/test/mpi/f77/io/testlist.in
index 6b5d1ac..d33df78 100644
--- a/test/mpi/f77/io/testlist.in
+++ b/test/mpi/f77/io/testlist.in
@@ -18,5 +18,5 @@ miscfilef 4
setviewcurf 4
c2f2ciof 1
c2fmultio 1
- at mpix@ i_setviewcurf 4
- at mpix@ iwriteatallf 4 xfail=2201
+ at mpix@i_setviewcurf 4
+ at mpix@iwriteatallf 4 xfail=2201
diff --git a/test/mpi/f77/rma/testlist.in b/test/mpi/f77/rma/testlist.in
index 4884257..185bce9 100644
--- a/test/mpi/f77/rma/testlist.in
+++ b/test/mpi/f77/rma/testlist.in
@@ -10,4 +10,4 @@ c2f2cwinf 1
baseattrwinf 1
winattrf 1
winattr2f 1
- at mpix@ aintf 2 strict=false xfail=ticket1877
+ at mpix@aintf 2 strict=false xfail=ticket1877
diff --git a/test/mpi/io/testlist.in b/test/mpi/io/testlist.in
index 89ccf48..fa728d2 100644
--- a/test/mpi/io/testlist.in
+++ b/test/mpi/io/testlist.in
@@ -11,15 +11,15 @@ resized 1
resized2 1 xfail=ticket2088
bigtype 1
hindexed_io 1
- at mpix@ i_bigtype 1
- at mpix@ i_hindexed_io 1
- at mpix@ i_rdwrord 4
- at mpix@ i_setviewcur 4
- at mpix@ i_aggregation1 4
- at mpix@ i_aggregation2 4
- at mpix@ i_coll_test 4
- at mpix@ i_darray_read 4
- at mpix@ i_hindexed 4
- at mpix@ i_noncontig_coll 2
- at mpix@ i_noncontig_coll2 4
- at mpix@ i_types_with_zeros 2
+ at mpix@i_bigtype 1
+ at mpix@i_hindexed_io 1
+ at mpix@i_rdwrord 4
+ at mpix@i_setviewcur 4
+ at mpix@i_aggregation1 4
+ at mpix@i_aggregation2 4
+ at mpix@i_coll_test 4
+ at mpix@i_darray_read 4
+ at mpix@i_hindexed 4
+ at mpix@i_noncontig_coll 2
+ at mpix@i_noncontig_coll2 4
+ at mpix@i_types_with_zeros 2
diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in
index f9c3f9b..29fb487 100644
--- a/test/mpi/rma/testlist.in
+++ b/test/mpi/rma/testlist.in
@@ -131,7 +131,7 @@ at_complete 2
atomic_rmw_fop 3
atomic_rmw_cas 3
atomic_rmw_gacc 3
- at mpix@ aint 2 strict=false
+ at mpix@aint 2 strict=false
acc-pairtype 2
## This test is not strictly correct. This was meant to test out the
-----------------------------------------------------------------------
Summary of changes:
test/mpi/f08/io/testlist.in | 4 ++--
test/mpi/f08/rma/testlist.in | 2 +-
test/mpi/f77/io/testlist.in | 4 ++--
test/mpi/f77/rma/testlist.in | 2 +-
test/mpi/io/testlist.in | 24 ++++++++++++------------
test/mpi/rma/testlist.in | 2 +-
6 files changed, 19 insertions(+), 19 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list