|
[Rivet-svn] r3610 - in trunk: . testblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Mar 15 13:49:30 GMT 2012
Author: hoeth Date: Thu Mar 15 13:49:29 2012 New Revision: 3610 Log: disable inRange() tests in test/testMath.cc until we have a proper fix for the compiler warnings we see on SL5. Modified: trunk/ChangeLog trunk/test/testMath.cc Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Thu Mar 15 11:26:03 2012 (r3609) +++ trunk/ChangeLog Thu Mar 15 13:49:29 2012 (r3610) @@ -6,6 +6,8 @@ ATLAS_2011_I944826 and ATLAS_2012_I1084540 * Fix compiler warnings in ATLAS_2011_I944826 and CMS_2011_S8973270 * CMS_2011_S8941262: Weights are double, not int. + * disable inRange() tests in test/testMath.cc until we have a proper + fix for the compiler warnings we see on SL5. 2012-03-07 Andy Buckley <andy.buckley at cern.ch> Modified: trunk/test/testMath.cc ============================================================================== --- trunk/test/testMath.cc Thu Mar 15 11:26:03 2012 (r3609) +++ trunk/test/testMath.cc Thu Mar 15 13:49:29 2012 (r3610) @@ -24,14 +24,15 @@ linspace(0, 10, 50); logspace(0.000001, 1.0, 50); - inRange(1, 0, 2); - inRange(1, 0.0, 2); - inRange(1, 0, 2.0); - inRange(1, 0.0, 2.0); - inRange(1.0, 0, 2); - inRange(1.0, 0.0, 2); - inRange(1.0, 0, 2.0); - inRange(1.0, 0.0, 2.0); +// // These tests are disabled, because they trigger compiler warnings on SL5 +// inRange(1, 0, 2); +// inRange(1, 0.0, 2); +// inRange(1, 0, 2.0); +// inRange(1, 0.0, 2.0); +// inRange(1.0, 0, 2); +// inRange(1.0, 0.0, 2); +// inRange(1.0, 0, 2.0); +// inRange(1.0, 0.0, 2.0); assert(isZero(1e-15)); assert(fuzzyEquals(1e-15, 0.0));
More information about the Rivet-svn mailing list |