This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 3d5a3668a Reenable hard_rss_limit_mb_test.cc for android-26 new a96f95094 [sanitizer_common] Add tests for more stdio.h functions new 90c23495b [sanitizer_common] Rewrite more Posix tests to use asserts
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/sanitizer_common/TestCases/Posix/devname.cc | 8 ++--- test/sanitizer_common/TestCases/Posix/devname_r.cc | 10 +++--- .../TestCases/Posix/feof_fileno_ferror.cc | 41 ++++++++++++++++++++++ .../TestCases/Posix/fgetc_ungetc_getc.cc | 19 ++++++++++ test/sanitizer_common/TestCases/Posix/fgetln.cc | 16 ++++----- test/sanitizer_common/TestCases/Posix/fgets.cc | 18 ++++------ .../sanitizer_common/TestCases/Posix/fputs_puts.cc | 12 ++----- test/sanitizer_common/TestCases/Posix/lstat.cc | 8 ++--- 8 files changed, 86 insertions(+), 46 deletions(-) create mode 100644 test/sanitizer_common/TestCases/Posix/feof_fileno_ferror.cc create mode 100644 test/sanitizer_common/TestCases/Posix/fgetc_ungetc_getc.cc