[test-suite] r203454 - Replace stderr with stdout to make output deterministic

Robert Lytton robert at xmos.com
Mon Mar 10 04:14:52 PDT 2014


Author: rlytton
Date: Mon Mar 10 06:14:51 2014
New Revision: 203454

URL: http://llvm.org/viewvc/llvm-project?rev=203454&view=rev
Log:
Replace stderr with stdout to make output deterministic

MultiSource/Benchmarks/mafft

Modified:
    test-suite/trunk/MultiSource/Benchmarks/mafft/io.c
    test-suite/trunk/MultiSource/Benchmarks/mafft/mltaln.h
    test-suite/trunk/MultiSource/Benchmarks/mafft/pairlocalalign.reference_output

Modified: test-suite/trunk/MultiSource/Benchmarks/mafft/io.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mafft/io.c?rev=203454&r1=203453&r2=203454&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mafft/io.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mafft/io.c Mon Mar 10 06:14:51 2014
@@ -3297,7 +3297,7 @@ void FreeLocalHomTable( LocalHom **local
 {
 	int i, j;
 	LocalHom *ppp, *tmpptr;
-	fprintf( stderr, "freeing localhom\n" );
+	fprintf( stdout, "freeing localhom\n" );
 	for( i=0; i<n; i++ ) 
 	{
 		for( j=0; j<n; j++ )

Modified: test-suite/trunk/MultiSource/Benchmarks/mafft/mltaln.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mafft/mltaln.h?rev=203454&r1=203453&r2=203454&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mafft/mltaln.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mafft/mltaln.h Mon Mar 10 06:14:51 2014
@@ -19,7 +19,7 @@
 
 #define VERSION "6.624b"
 #ifdef LLVM
-#define SHOWVERSION fprintf( stderr, "%s (%s) Version " VERSION " alg=%c, model=%s\n", "<progname>", (dorp=='d')?"nuc":"aa", alg, modelname )
+#define SHOWVERSION fprintf( stdout, "%s (%s) Version " VERSION " alg=%c, model=%s\n", "<progname>", (dorp=='d')?"nuc":"aa", alg, modelname )
 #else
 #define SHOWVERSION fprintf( stderr, "%s (%s) Version " VERSION " alg=%c, model=%s\n", progName( argv[0] ), (dorp=='d')?"nuc":"aa", alg, modelname )
 #endif

Modified: test-suite/trunk/MultiSource/Benchmarks/mafft/pairlocalalign.reference_output
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/mafft/pairlocalalign.reference_output?rev=203454&r1=203453&r2=203454&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/mafft/pairlocalalign.reference_output (original)
+++ test-suite/trunk/MultiSource/Benchmarks/mafft/pairlocalalign.reference_output Mon Mar 10 06:14:51 2014
@@ -1 +1 @@
-739abf5747f9616699a8e74779d4c67e
+46e32283ed5b62ce87637ef6b6bfa115





More information about the llvm-commits mailing list