summaryrefslogtreecommitdiff
path: root/tests/bionic
AgeCommit message (Expand)Author
2015-03-23Use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP.Elliott Hughes
2014-11-27Merge "bionic libc tests: clean up the tests for setjmp"Elliott Hughes
2014-11-12bionic libc tests: clean up tests for seteuid callYongqin Liu
2014-11-03bionic libc tests: clean up test_udp.cYongqin Liu
2014-11-01bionic libc tests: clean up the tests for setjmpYongqin Liu
2014-10-29bionic libc tests: clean up setting for hello_world.cppYongqin Liu
2014-10-28Merge "bionic libc tests: clean up test for static_init"Elliott Hughes
2014-10-28bionic libc tests: clean up test for static_initYongqin Liu
2014-10-28bionic test libc: clean up test for pthread_onceYongqin Liu
2014-10-25bionic libc test: clean up tests for getgrouplistYongqin Liu
2014-10-25Merge "bionic libc test: clean up pthread mutex type test"Elliott Hughes
2014-10-24Merge "bionic libs test: clean up for gethostname test"Elliott Hughes
2014-10-24bionic libs test: clean up for gethostname testYongqin Liu
2014-10-24bionic libc tests: clean up test_netinet_icmp.c fileYongqin Liu
2014-10-24bionic libc test: clean up pthread mutex type testYongqin Liu
2014-10-24bionic libc test: clean up test_static_cpp_mutex testYongqin Liu
2014-10-23Merge "bionic libc test: clean up sysconf test"Elliott Hughes
2014-10-23bionic libc test: clean up sysconf testYongqin Liu
2014-10-23bionic libc tests: clean up tests for destructor in executableYongqin Liu
2014-10-23bionic libc test: remove gethostbyname testYongqin Liu
2014-10-22Merge "bionic libc test: remove getaddrinfo test"Elliott Hughes
2014-10-22Merge "bionic libc test: remove relocation related bionic test"Elliott Hughes
2014-10-22Merge "bionic libc test: clean up dlclose related test in system/extras"Elliott Hughes
2014-10-22bionic libc test: clean up test for dlopen_nullYongqin Liu
2014-10-22bionic libc test: clean up dlclose related test in system/extrasYongqin Liu
2014-10-22bionic libc test: remove relocation related bionic testYongqin Liu
2014-10-21bionic libc test: remove getaddrinfo testYongqin Liu
2014-09-22Remove another obsolete test.Elliott Hughes
2014-09-19Merge "Remove a useless pthread_join test."Elliott Hughes
2014-09-18Remove a useless pthread_join test.Elliott Hughes
2014-09-18Remove obsolete semaphore tests.Elliott Hughes
2014-09-17Remove some obviously useless tests (and fix the others so they build).Elliott Hughes
2014-09-18Merge "Remove a glibc test."Elliott Hughes
2014-09-17Remove old libstdc++ tests.Elliott Hughes
2014-09-17Remove a glibc test.Elliott Hughes
2014-06-20Remove a useless so-called test for arc4random.Elliott Hughes
2014-05-13Remove a test for dead code.Elliott Hughes
2014-03-11Remove test_thread_max.Elliott Hughes
2014-03-11Remove test_pthread_getcpuclockid.Elliott Hughes
2014-03-11Remove obsolete system(3) test.Elliott Hughes
2014-03-11Remove obsolete benchmarks.Elliott Hughes
2014-03-11Merge "Remove <time.h> tests."Elliott Hughes
2014-03-10Remove <time.h> tests.Elliott Hughes
2014-03-10Remove bench_locks, which is a subset of bench_pthread.Elliott Hughes
2014-03-10Remove tests that are already better tested as part of CTS.Elliott Hughes
2014-03-04Remove timer tests.Elliott Hughes
2013-02-14Remove test_aligned.c. Nothing useful is being tested here.Raghu Gandham
2012-12-17test_atomics is an ARM specific testChris Dearman
2012-08-09Merge "Avoid dereferencing NULL pointer with memcmp in the test code."Jean-Baptiste Queru
2012-01-31Avoid dereferencing NULL pointer with memcmp in the test code.Mark Gonzales