# Pastebin 4JNTkyJl diff -Nru php-msgpack-2.1.0beta1/debian/changelog php-msgpack-2.1.0beta1/debian/changelog --- php-msgpack-2.1.0beta1/debian/changelog 2020-02-21 20:24:56.000000000 +0100 +++ php-msgpack-2.1.0beta1/debian/changelog 2020-02-28 09:27:53.000000000 +0100 @@ -1,3 +1,10 @@ +php-msgpack (2.1.0beta1-0ubuntu2) focal; urgency=medium + + * d/p/skip-flaky-test.patch: Fix FTFBS on armhf/arm64 by skipping + an unreliable tests. + + -- Christian Ehrhardt Fri, 28 Feb 2020 09:27:53 +0100 + php-msgpack (2.1.0beta1-0ubuntu1) focal; urgency=medium * Merge upstream release 2.1.0beta1. diff -Nru php-msgpack-2.1.0beta1/debian/patches/series php-msgpack-2.1.0beta1/debian/patches/series --- php-msgpack-2.1.0beta1/debian/patches/series 2020-02-21 20:24:56.000000000 +0100 +++ php-msgpack-2.1.0beta1/debian/patches/series 2020-02-28 09:25:42.000000000 +0100 @@ -0,0 +1 @@ +skip-flaky-test.patch diff -Nru php-msgpack-2.1.0beta1/debian/patches/skip-flaky-test.patch php-msgpack-2.1.0beta1/debian/patches/skip-flaky-test.patch --- php-msgpack-2.1.0beta1/debian/patches/skip-flaky-test.patch 1970-01-01 01:00:00.000000000 +0100 +++ php-msgpack-2.1.0beta1/debian/patches/skip-flaky-test.patch 2020-02-28 09:27:42.000000000 +0100 @@ -0,0 +1,19 @@ +Description: Skip unreliable test 035 + In various build environment s this might fail not indicating a real error. + This is due to the test being dependent on fast execution, so any + overcommitted builder or other background load can and will kill it. +Forwarded: not-needed +X-Not-Forwarded-Reason: Discussion already exists +Author: Christian Ehrhardt +Bug: https://github.com/msgpack/msgpack-php/issues/123 +Last-Update: 2020-02-28 +--- a/msgpack-2.1.0beta1/tests/035.phpt ++++ b/msgpack-2.1.0beta1/tests/035.phpt +@@ -2,6 +2,7 @@ + Profiling perf test. + --SKIPIF-- +