Browse Source

skip meta for linuxthreads testing

Waldemar Brodkorb 9 years ago
parent
commit
d80aea2667
1 changed files with 5 additions and 0 deletions
  1. 5 0
      embedded-test.sh

+ 5 - 0
embedded-test.sh

@@ -516,6 +516,7 @@ get_arch_info() {
       qemu_args="-nographic -display none -device da,exit_threads=1 -chardev stdio,id=chan1 -chardev pty,id=chan2"
       qemu_machine=01sp
       piggyback=1
+      skiplt=metag
       ;;
     microblazeel)
       allowed_libc="uclibc-ng musl glibc newlib"
@@ -1502,6 +1503,10 @@ for lib in ${libc}; do
         echo "Skipping $skiparchs"
         continue
       fi
+      if [ "$arch" = "$skiplt" ]; then
+        echo "Skipping $skiplt"
+        continue
+      fi
 
       if [[ "$allowed_tests" = *${test}* ]]; then
         if [[ "$allowed_libc" = *${lib}* ]]; then