This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-O3 in repository toolchain/ci/glibc.
from 4458eb1257 hurd: Fix fstatfs build failure adds ce4a94b12e x86: Remove the extra space between "# endif" adds ebcf45a16c elf: Do not copy vDSO soname when setting up link map adds fb1905eed8 aarch64: Fix sys/ptrace.h if linux headers are included adds 25251c0707 S390: Add new hwcap values. adds 2323a34260 tst: Provide test for sched_rr_get_interval adds 0ca1a95d3b tst: Provide test for ctime adds 13c0b30b24 tst: Provide test for difftime adds 7b15dabfdd tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
No new revisions were added by this update.
Summary of changes: elf/setup-vdso.h | 17 +--- posix/Makefile | 2 +- .../tst-sched_rr_get_interval.c | 42 ++++---- sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 34 +++++++ sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 2 + sysdeps/x86/include/cpu-features.h | 2 +- time/Makefile | 2 +- .../sysv/linux/tst-ppoll.c => time/tst-ctime.c | 56 +++++------ .../sysv/linux/tst-ppoll.c => time/tst-difftime.c | 48 ++++----- time/tst-mktime4.c | 109 +++++++++++++++++++++ 12 files changed, 230 insertions(+), 93 deletions(-) copy elf/tst-prelink-cmp.c => posix/tst-sched_rr_get_interval.c (58%) copy sysdeps/unix/sysv/linux/tst-ppoll.c => time/tst-ctime.c (52%) copy sysdeps/unix/sysv/linux/tst-ppoll.c => time/tst-difftime.c (50%) create mode 100644 time/tst-mktime4.c