summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-07-18 11:06:10 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-07-18 11:06:10 +0800
commit11a22aa17330b5e33df3d0d6c12a834f7e9f584a (patch)
tree847cb2f67bdf2f0512f1826a9cbbef2813b5f732
parent18b7c59a9d158abac990d2d3bf4b3432a1d876ec (diff)
downloadextras-linaro-armv8-14.07.tar.gz
bionic libc test: remove test of test_vfprintf_leaklinaro-armv8-14.07
with the latest bionic, we will have following error when build: /mnt/jenkins/workspace/linaro-android_armv8-android-juno-lsk/build/system/extras/tests/bionic/libc/other/test_vfprintf_leak.c:37: undefined reference to `dlmalloc_footprint' /mnt/jenkins/workspace/linaro-android_armv8-android-juno-lsk/build/system/extras/tests/bionic/libc/other/test_vfprintf_leak.c:45: undefined reference to `dlmalloc_footprint' here just remove the test_vfprintf_leak test for a work around, in the futrue, this bionic test will be deleted, and replaced with the cts bionic test. Change-Id: I0788c91f87e0b59c3b0fb1367833d41d77a56a19 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--tests/bionic/libc/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bionic/libc/Android.mk b/tests/bionic/libc/Android.mk
index 915b9c42..f812a217 100644
--- a/tests/bionic/libc/Android.mk
+++ b/tests/bionic/libc/Android.mk
@@ -138,7 +138,6 @@ $(call device-test, $(sources))
sources := \
other/test_sysconf.c \
- other/test_vfprintf_leak.c \
$(call device-test, $(sources))