[test-suite] r255333 - Add test suite output for 450.soplex v1.1

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 01:41:27 PST 2015


Author: grosser
Date: Fri Dec 11 03:41:26 2015
New Revision: 255333

URL: http://llvm.org/viewvc/llvm-project?rev=255333&view=rev
Log:
Add test suite output for 450.soplex v1.1

soplex apparently has already been updated with 1.1. Without this
change LNT incorrectly reports a failure if run with SPEC v.1.1

Added:
    test-suite/trunk/External/SPEC/CFP2006/450.soplex/450.soplex.reference_output.v1.1

Added: test-suite/trunk/External/SPEC/CFP2006/450.soplex/450.soplex.reference_output.v1.1
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/450.soplex/450.soplex.reference_output.v1.1?rev=255333&view=auto
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/450.soplex/450.soplex.reference_output.v1.1 (added)
+++ test-suite/trunk/External/SPEC/CFP2006/450.soplex/450.soplex.reference_output.v1.1 Fri Dec 11 03:41:26 2015
@@ -0,0 +1,46 @@
+Total iters=386; Iterations by algorithm type: leave=308, enter=78
+Factorizations: 42
+Delta   =     1.000000e-06
+Epsilon =     1.000000e-17
+Leaving algorithm
+Column representation
+Forest-Tomlin update
+Steep pricing
+Fast ratiotest
+No scaling
+General simplifier
+Weight starter
+loading LP file test.mps
+LP has 497	rows and
+       614	columns
+solving LP
+SPxRem1SM:	removed 23 row(s)
+SPxRem1SM:	removed 65 column(s)
+SPxRem1SM:	removed 33 row(s)
+SPxRem1SM:	removed 8 column(s)
+SPxRem1SM:	removed 8 row(s)
+SPxRem1SM:	removed 4 column(s)
+SPxRem1SM:	removed 2 row(s)
+SPxRem1SM:	removed 2 column(s)
+SPxAggregateSM:	removed 25 row(s) and column(s)
+SPxAggregateSM:	delta = 7.914284e+03
+SPxRedundantSM: removed 3 column(s)
+SPxRedundantSM:	removed 13 row(s)
+SPxRem1SM:	removed 7 row(s)
+SPxRem1SM:	removed 5 column(s)
+SPxAggregateSM:	removed 1 row(s) and column(s)
+SPxAggregateSM:	delta = 7.914284e+03
+SPxRedundantSM: removed 7 column(s)
+SPxRem1SM:	removed 9 row(s)
+SPxRem1SM:	removed 3 column(s)
+SPxAggregateSM:	removed 1 row(s) and column(s)
+SPxAggregateSM:	delta = 7.914284e+03
+SPxRedundantSM: removed 1 column(s)
+SPxRem1SM:	removed 6 row(s)
+SPxRem1SM:	removed 3 column(s)
+removed 128 rows
+removed 128 columns
+Finished solving (status=1, objValue=1.464410e+05)
+solution value is: 1.4644102e+05
+
+exit 0




More information about the llvm-commits mailing list