OSDN Git Service

[Object] Temporarily disable these tests.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 3 Jan 2013 01:24:32 +0000 (01:24 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 3 Jan 2013 01:24:32 +0000 (01:24 +0000)
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

test/Object/archive-long-index.donttest [moved from test/Object/archive-long-index.test with 94% similarity]
test/Object/simple-archive.donttest [moved from test/Object/simple-archive.test with 82% similarity]

similarity index 94%
rename from test/Object/archive-long-index.test
rename to test/Object/archive-long-index.donttest
index d0fb19c..bd530ed 100644 (file)
@@ -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
 
similarity index 82%
rename from test/Object/simple-archive.test
rename to test/Object/simple-archive.donttest
index c313f3f..3e6760e 100644 (file)
@@ -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