[LTP] Broken: linux-test-project/ltp#212 (master - dcf361c)
Travis CI
builds@travis-ci.org
Wed May 24 13:36:36 CEST 2017
Build Update for linux-test-project/ltp
-------------------------------------
Build: #212
Status: Broken
Duration: 4 minutes and 29 seconds
Commit: dcf361c (master)
Author: Cyril Hrubis
Message: lib,testcases: Make use of MIN() and MAX()
Produced by variations on coccinelle spatch:
@@
expression E1,E2;
@@
- (E1 > E2 ? E1 : E2)
+ MAX(E1, E2)
@@
expression E1,E2;
identifier V;
@@
- if (E1 < E2)
- V = E1;
- else
- V = E2;
+ V = MIN(E1, E2);
...
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
View the changeset: https://github.com/linux-test-project/ltp/compare/a5bf5254ca94...dcf361cb4f20
View the full build log and details: https://travis-ci.org/linux-test-project/ltp/builds/235602463?utm_source=email&utm_medium=notification
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20170524/8e50c091/attachment.html>
More information about the ltp
mailing list