summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-08-12 15:52:14 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-08-12 15:52:14 +0530
commitde61fd0bcb5a7a9329b2713ae8a8ac02e9c3ca14 (patch)
treeb0b8f14a8c90ef08444cca1fef589812ce53f8c7
parentef391c9cd04c9e5c5ddd3595814afec49c49526a (diff)
downloadextras-linaro_android_4.3_juice.tar.gz
libc bionic tests: remove test_aligned from linaro run scriptlinaro_android_4.3_juice
test_aligned test does not exist anymore. --------------- commit 57710b5e791c04435983c72092624de1f6de3920 Remove test_aligned.c. Nothing useful is being tested here. --------------- Change-Id: I49d93a16fd4bc0bb9b15357d7ea1fc6f0636fd70 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rwxr-xr-xtests/bionic/libc/run-test_linaro.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bionic/libc/run-test_linaro.sh b/tests/bionic/libc/run-test_linaro.sh
index 813d6ab2..e913bf4b 100755
--- a/tests/bionic/libc/run-test_linaro.sh
+++ b/tests/bionic/libc/run-test_linaro.sh
@@ -14,7 +14,7 @@
# Test sources are available at "system/extras/tests/bionic/libc"
#############################################################################
-TESTS="bench_locks bench_pthread_shared bench_pthread_static bench_stdio test_aligned test_arc4random test_atomics test_clock test_clone test_cpu_set test_dlclose_destruction test_dlopen_null test_drand48 test_executable_destructor test_getaddrinfo test_getgrouplist test_gethostbyname test_gethostname test_libgen test_mutex test_netinet_icmp test_pthread_cleanup_push test_pthread_cond test_pthread_create test_pthread_getcpuclockid test_pthread_join test_pthread_mutex test_pthread_once test_pthread_rwlock test_relocs test_semaphore test_sem_post test_setjmp test_seteuid test_static_cpp_mutex test_static_executable_destructor test_static_init test_strftime_2039 test_strptime test_sysconf test_timer_create3 test_tm_zone test_udp test_vfprintf_leak"
+TESTS="bench_locks bench_pthread_shared bench_pthread_static bench_stdio test_arc4random test_atomics test_clock test_clone test_cpu_set test_dlclose_destruction test_dlopen_null test_drand48 test_executable_destructor test_getaddrinfo test_getgrouplist test_gethostbyname test_gethostname test_libgen test_mutex test_netinet_icmp test_pthread_cleanup_push test_pthread_cond test_pthread_create test_pthread_getcpuclockid test_pthread_join test_pthread_mutex test_pthread_once test_pthread_rwlock test_relocs test_semaphore test_sem_post test_setjmp test_seteuid test_static_cpp_mutex test_static_executable_destructor test_static_init test_strftime_2039 test_strptime test_sysconf test_timer_create3 test_tm_zone test_udp test_vfprintf_leak"
# Rogue tests
#TESTS+= "test_cond test_thread_max test_timer_create test_timer_create2"