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
This commit is contained in:
Ismail Dönmez 2015-08-01 08:40:59 +00:00 committed by Git OBS Bridge
parent ff61679396
commit 956ec4b502
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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