aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2015-11-02 08:53:40 +0000
committerLinaro Code Review <review@review.linaro.org>2015-11-02 08:53:41 +0000
commit089798db3952c986dfbeb303b912996ee62e58ce (patch)
treec9efe5cbebdcd61745274b3607ac310b7f6ba085
parent402f8a34acc7f02680ea9bd327acbf8512581fa9 (diff)
parent14b8d0d3671f5f6b456cb81ee22fda9bcbd85e62 (diff)
Merge "Fix tests that require eglibc, as now glibc is the default."
-rwxr-xr-xtest.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/test.sh b/test.sh
index fd96d2a5..8aea69ae 100755
--- a/test.sh
+++ b/test.sh
@@ -388,7 +388,7 @@ match="set_package"
test_failure "${cb_commands}" "${match}"
target="aarch64-none-elf"
-libc="eglibc"
+libc="glibc"
cb_commands="--target ${target} --set libc=${libc}"
match="crosscheck_clibrary_target"
test_failure "${cb_commands}" "${match}"
@@ -414,29 +414,29 @@ test_pass "${cb_commands}" "${match}"
target="armeb-linux-gnueabihf"
# A baremetal target should pick the right clibrary (newlib)
cb_commands="--target ${target} --dump"
-match='eglibc'
+match='glibc'
test_pass "${cb_commands}" "${match}"
target="armeb-linux-gnueabihf"
# A baremetal target should pick the right clibrary (newlib)
cb_commands="--target ${target} --dump"
-match='eglibc'
+match='glibc'
test_pass "${cb_commands}" "${match}"
target="armeb-linux-gnueabi"
cb_commands="--target ${target} --dump"
-match='eglibc'
+match='glibc'
test_pass "${cb_commands}" "${match}"
target="armeb-linux-gnueabi"
cb_commands="--target ${target} --dump"
-match='eglibc'
+match='glibc'
test_pass "${cb_commands}" "${match}"
target="armeb-linux-gnueabi"
# A baremetal target should pick the right clibrary (newlib)
cb_commands="--target ${target} --dump"
-match='eglibc'
+match='glibc'
test_pass "${cb_commands}" "${match}"
target="armeb-none-eabi"
@@ -592,7 +592,7 @@ match="crosscheck_clibrary_target"
test_failure "${cb_commands}" "${match}"
target="aarch64-none-elf"
-cb_commands="--target ${target} eglibc=eglibc.git"
+cb_commands="--target ${target} glibc=eglibc.git"
match="crosscheck_clibrary_target"
test_failure "${cb_commands}" "${match}"