This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Modify several tests to use test-skeleton.c: II


This is a follow-up to my earlier auto-generated [1] patch [2] with
the same intent. This time around, I address three tests that were
ignored by the script but could be changed after a quick inspection.

Tested on x86_64 with no regressions.

[1] http://git.io/WODAmg
[2] https://sourceware.org/ml/libc-alpha/2014-10/msg00744.html

Arjun Shankar (3):
  Modify stdio-common/tst-fseek.c to use test-skeleton.c
  Modify stdlib/tst-bsearch.c to use test-skeleton.c
  Modify libio/tst-fopenloc.c to use test-skeleton.c

 libio/tst-fopenloc.c     |  7 +++++--
 stdio-common/tst-fseek.c |  8 ++++++--
 stdlib/tst-bsearch.c     | 27 +++++++++++++++------------
 3 files changed, 26 insertions(+), 16 deletions(-)

-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]