Kaydet (Commit) 32565ee3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bump maximum fuzz factor down to zero

Change-Id: I97d30afe3a24aab1123352da05b066095e5c86bb
üst 992da0d5
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
} }
template<class K, class D, class C> template<class K, class D, class C>
@@ -759,18 +759,18 @@ @@ -759,17 +759,17 @@
std::basic_string<Ch> std::basic_string<Ch>
>::type >::type
basic_ptree<K, D, C>::get( basic_ptree<K, D, C>::get(
...@@ -460,7 +460,6 @@ ...@@ -460,7 +460,6 @@
return child.get(). return child.get().
BOOST_NESTED_TEMPLATE get_value_optional<Type>(tr); BOOST_NESTED_TEMPLATE get_value_optional<Type>(tr);
else else
return optional<Type>();
@@ -778,9 +778,9 @@ @@ -778,9 +778,9 @@
template<class K, class D, class C> template<class K, class D, class C>
template<class Type> template<class Type>
......
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
+ { return x._rng == y_arg._rng && x.y == y_arg.y && std::equal(x.v, x.v+k, y_arg.v); } + { return x._rng == y_arg._rng && x.y == y_arg.y && std::equal(x.v, x.v+k, y_arg.v); }
/** Returns true if the two generators will produce different sequences. */ /** Returns true if the two generators will produce different sequences. */
BOOST_RANDOM_DETAIL_INEQUALITY_OPERATOR(shuffle_order_engine) BOOST_RANDOM_DETAIL_INEQUALITY_OPERATOR(shuffle_order_engine)
--- foo/foo/foo/boost/random/subtract_with_carry.hpp --- foo/foo/foo/boost/random/subtract_with_carry.hpp
+++ foo/foo/foo/boost/random/subtract_with_carry.hpp +++ foo/foo/foo/boost/random/subtract_with_carry.hpp
@@ -268,21 +268,21 @@ @@ -268,21 +268,21 @@
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
--- misc/hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java 2012-02-08 15:14:42.802123563 +0000 --- misc/hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java 2012-02-08 15:14:42.802123563 +0000
+++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java 2012-02-08 15:47:35.842635642 +0000 +++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcCallableStatement.java 2012-02-08 15:47:35.842635642 +0000
@@ -3375,4 +3375,18 @@ @@ -3375,4 +3375,18 @@
} */
//#endif JAVA6 //#endif JAVA6
+ +
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
--- misc/hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java 2012-02-08 15:14:42.802123563 +0000 --- misc/hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java 2012-02-08 15:14:42.802123563 +0000
+++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java 2012-02-08 15:47:35.851635628 +0000 +++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcConnection.java 2012-02-08 15:47:35.851635628 +0000
@@ -48,6 +48,12 @@ @@ -48,6 +48,12 @@
import java.sql.SQLXML; */
//#endif JAVA6 //#endif JAVA6
+ +
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
import java.sql.SQLException; import java.sql.SQLException;
import java.sql.SQLWarning; import java.sql.SQLWarning;
@@ -2793,4 +2799,31 @@ @@ -2793,4 +2799,31 @@
} */
//#endif JAVA6 //#endif JAVA6
+ +
...@@ -196,7 +196,7 @@ ...@@ -196,7 +196,7 @@
--- misc/hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java 2012-02-08 15:14:42.802123563 +0000 --- misc/hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java 2012-02-08 15:14:42.802123563 +0000
+++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java 2012-02-08 15:47:35.835635654 +0000 +++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcDatabaseMetaData.java 2012-02-08 15:47:35.835635654 +0000
@@ -5693,4 +5693,21 @@ @@ -5693,4 +5693,21 @@
} */
//#endif JAVA6 //#endif JAVA6
+ +
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
/** /**
@@ -323,4 +328,15 @@ @@ -323,4 +328,15 @@
} */
//#endif JAVA6 //#endif JAVA6
+ +
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
--- misc/hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java 2012-02-08 15:14:42.802123563 +0000 --- misc/hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java 2012-02-08 15:14:42.802123563 +0000
+++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java 2012-02-08 15:47:35.866635606 +0000 +++ misc/build/hsqldb/src/org/hsqldb/jdbc/jdbcResultSet.java 2012-02-08 15:47:35.866635606 +0000
@@ -5324,4 +5324,19 @@ @@ -5324,4 +5324,19 @@
} */
//#endif JAVA6 //#endif JAVA6
+ +
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
storm-chaos* | os2-emx* | rtmk-nova*) storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os os=-$maybe_os
@@ -1215,7 +1215,7 @@ @@ -1215,7 +1215,7 @@
| -udi* | -androideabi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* \ | -chorusos* | -chorusrdb* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ - | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
......
--- misc/flow-engine-0.9.4/build.xml (Revision 6728) --- misc/flow-engine-0.9.4/build.xml (Revision 6728)
+++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie) +++ misc/build/flow-engine-0.9.4/build.xml (Arbeitskopie)
@@ -24,6 +24,7 @@ @@ -24,7 +24,8 @@
<!-- Setup the compile classpath --> <!-- Setup the compile classpath -->
<path id="classpath"> <path id="classpath">
- <fileset dir="lib"> - <fileset dir="lib">
......
--- misc/liblayout-0.2.10/build.xml (Revision 6728) --- misc/liblayout-0.2.10/build.xml (Revision 6728)
+++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie) +++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie)
@@ -24,6 +24,7 @@ @@ -24,7 +24,8 @@
<!-- Setup the compile classpath --> <!-- Setup the compile classpath -->
<path id="classpath"> <path id="classpath">
- <fileset dir="lib"> - <fileset dir="lib">
......
...@@ -125,7 +125,7 @@ index 587a05b..432e140 100644 ...@@ -125,7 +125,7 @@ index 587a05b..432e140 100644
+ url, username, password, verbose ); + url, username, password, verbose );
cout << "Repositories: name (id)" << endl; cout << "Repositories: name (id)" << endl;
for ( list< libcmis::RepositoryPtr >::iterator it = repos.begin(); it != repos.end(); ++it ) for ( list< libcmis::RepositoryPtr >::iterator it = repos.begin(); it != repos.end(); it++ )
@@ -828,6 +870,11 @@ options_description CmisClient::getOptionsDescription( ) @@ -828,6 +870,11 @@ options_description CmisClient::getOptionsDescription( )
( "repository,r", value< string >(), "Name of the repository to use" ) ( "repository,r", value< string >(), "Name of the repository to use" )
( "username,u", value< string >(), "Username used to authenticate to the repository" ) ( "username,u", value< string >(), "Username used to authenticate to the repository" )
......
--- include/orcus/env.hpp --- include/orcus/env.hpp
+++ include/orcus/env.hpp +++ include/orcus/env.hpp
@@ -35,15 +35,9 @@ @@ -35,14 +35,8 @@
#else #else
#define ORCUS_DLLPUBLIC __declspec(dllexport) #define ORCUS_DLLPUBLIC __declspec(dllexport)
#endif #endif
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
+ DSO_LDOPTS='-Wl,-brtl -Wl,-bnortllib -Wl,-blibpath:/usr/lib:/lib' + DSO_LDOPTS='-Wl,-brtl -Wl,-bnortllib -Wl,-blibpath:/usr/lib:/lib'
ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'` ac_safe=`echo "sys/atomic_op.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6 echo $ac_n "checking for sys/atomic_op.h""... $ac_c" 1>&6
echo "configure:2980: checking for sys/atomic_op.h" >&5 echo "configure:3466: checking for sys/atomic_op.h" >&5
@@ -3102,7 +3103,6 @@ @@ -3102,7 +3103,6 @@
AIX_LINK_OPTS='-brtl -bnso -berok' AIX_LINK_OPTS='-brtl -bnso -berok'
;; ;;
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
+DSO_LDOPTS += $(if $(findstring 2.11.90.0.8,$(shell ld -v)),,$(ZDEFS_FLAG)) -Wl,-z,origin '-Wl,-rpath,$$ORIGIN' +DSO_LDOPTS += $(if $(findstring 2.11.90.0.8,$(shell ld -v)),,$(ZDEFS_FLAG)) -Wl,-z,origin '-Wl,-rpath,$$ORIGIN'
LDFLAGS += $(ARCHFLAG) LDFLAGS += $(ARCHFLAG)
# INCLUDES += -I/usr/include -Y/usr/include/linux # On Maemo, we need to use the -rpath-link flag for even the standard system
@@ -158,8 +161,13 @@ @@ -158,8 +161,13 @@
endif endif
endif endif
......
...@@ -23,3 +23,6 @@ iff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py ...@@ -23,3 +23,6 @@ iff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
+ except OSError as exc: + except OSError as exc:
+ # Same as above: just don't write the bytecode. + # Same as above: just don't write the bytecode.
+ _verbose_message('could not create {!r}: {!r}', path, exc) + _verbose_message('could not create {!r}: {!r}', path, exc)
class SourcelessFileLoader(FileLoader, _LoaderBasics):
...@@ -15,3 +15,4 @@ Author: taniguchi@openoffice.org ...@@ -15,3 +15,4 @@ Author: taniguchi@openoffice.org
- -
#ifdef HAVE__GETPTY #ifdef HAVE__GETPTY
#include <sys/types.h> /* we need to import mode_t */ #include <sys/types.h> /* we need to import mode_t */
extern char * _getpty(int *, int, mode_t, int);
...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD ...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD
+ revision="$number_revision" + revision="$number_revision"
;; ;;
irix|nonstopux) irix|nonstopux)
current=`expr $number_major + $number_minor` func_arith $number_major + $number_minor
@@ -7420,8 +7420,8 @@ @@ -7420,8 +7420,8 @@
;; ;;
......
...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD ...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD
+ revision="$number_revision" + revision="$number_revision"
;; ;;
irix|nonstopux) irix|nonstopux)
current=`expr $number_major + $number_minor` func_arith $number_major + $number_minor
@@ -7420,8 +7420,8 @@ @@ -7420,8 +7420,8 @@
;; ;;
......
...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD ...@@ -14,7 +14,7 @@ Usual patch to produce Linux-like .so files on FreeBSD
+ revision="$number_revision" + revision="$number_revision"
;; ;;
irix|nonstopux) irix|nonstopux)
current=`expr $number_major + $number_minor` func_arith $number_major + $number_minor
@@ -7420,8 +7420,8 @@ @@ -7420,8 +7420,8 @@
;; ;;
......
...@@ -143,7 +143,7 @@ $(call gb_Helper_abbreviate_dirs,\ ...@@ -143,7 +143,7 @@ $(call gb_Helper_abbreviate_dirs,\
for p in $(UNPACKED_PATCHES); do \ for p in $(UNPACKED_PATCHES); do \
pl=$(UNPACKED_PATCHLEVEL); \ pl=$(UNPACKED_PATCHLEVEL); \
s=$${p##*.}; case "$$s" in [0-9]$(CLOSE_PAREN) pl="$$s"; ;; esac ; \ s=$${p##*.}; case "$$s" in [0-9]$(CLOSE_PAREN) pl="$$s"; ;; esac ; \
$(GNUPATCH) -f -s "-p$$pl" --fuzz=1 < "$$p"; \ $(GNUPATCH) -f -s "-p$$pl" --fuzz=0 < "$$p"; \
if test "$$?" -ne 0; then echo "Patch FAILED: $$p"; exit 1; fi;\ if test "$$?" -ne 0; then echo "Patch FAILED: $$p"; exit 1; fi;\
done && \ done && \
) \ ) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment