[Object] Temporarily disable these tests.

They are failing because archives create unaligned ELF files. The recent
Endian change added a __builtin_unreachable() when this happens. I will be
committing a fix for this soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171438 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Object/archive-long-index.test b/test/Object/archive-long-index.donttest
similarity index 93%
rename from test/Object/archive-long-index.test
rename to test/Object/archive-long-index.donttest
index d0fb19c..bd530ed 100644
--- a/test/Object/archive-long-index.test
+++ b/test/Object/archive-long-index.donttest
@@ -1,5 +1,5 @@
 #
-# Check if the index is appearing properly in the output file 
+# Check if the index is appearing properly in the output file
 #
 RUN: llvm-nm -s %p/Inputs/liblong_filenames.a | FileCheck -check-prefix=CHECKIDX %s
 
diff --git a/test/Object/simple-archive.test b/test/Object/simple-archive.donttest
similarity index 82%
rename from test/Object/simple-archive.test
rename to test/Object/simple-archive.donttest
index c313f3f..3e6760e 100644
--- a/test/Object/simple-archive.test
+++ b/test/Object/simple-archive.donttest
@@ -1,5 +1,5 @@
 #
-# Check if the index is appearing properly in the output file 
+# Check if the index is appearing properly in the output file
 #
 RUN: llvm-nm -s %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s