From 956ec4b502594634372c8d8bea44b32b1b67a53b615b0b91d1f150294bb52e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 1 Aug 2015 08:40:59 +0000 Subject: [PATCH] Accepting request 319721 from home:michel_mno:branches:devel:libraries:c_c++ - do not run flaky tests for any architecture (bnc#940009) at least test 1510 do fail for i586 and ppc64le OBS-URL: https://build.opensuse.org/request/show/319721 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=138 --- curl.changes | 6 ++++++ curl.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/curl.changes b/curl.changes index 90fc14e..6a625a7 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 31 08:22:39 UTC 2015 - normand@linux.vnet.ibm.com + +- do not run flaky tests for any architecture (bnc#940009) + at least test 1510 do fail for i586 and ppc64le + ------------------------------------------------------------------- Fri Jul 3 08:29:55 UTC 2015 - vcizek@suse.com diff --git a/curl.spec b/curl.spec index cb5f8fb..65300c9 100644 --- a/curl.spec +++ b/curl.spec @@ -149,8 +149,12 @@ fi if test -z "$BUILD_INCARNATION"; then BUILD_INCARNATION=0 fi + base=$((8990 + $BUILD_INCARNATION * 20)) -perl ./runtests.pl -a -b$base || exit +# bug940009 do not run flaky tests for any architecture +# at least test 1510 do fail for i586 and ppc64le +perl ./runtests.pl -a -b$base '!flaky' || exit + popd %endif