[llvm-commits] [llvm] r171438 - in /llvm/trunk/test/Object: archive-long-index.donttest archive-long-index.test simple-archive.donttest simple-archive.test

Michael J. Spencer bigcheesegs at gmail.com
Wed Jan 2 17:24:34 PST 2013


Author: mspencer
Date: Wed Jan  2 19:24:32 2013
New Revision: 171438

URL: http://llvm.org/viewvc/llvm-project?rev=171438&view=rev
Log:
[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.

Added:
    llvm/trunk/test/Object/archive-long-index.donttest
      - copied, changed from r171437, llvm/trunk/test/Object/archive-long-index.test
    llvm/trunk/test/Object/simple-archive.donttest
      - copied, changed from r171437, llvm/trunk/test/Object/simple-archive.test
Removed:
    llvm/trunk/test/Object/archive-long-index.test
    llvm/trunk/test/Object/simple-archive.test

Copied: llvm/trunk/test/Object/archive-long-index.donttest (from r171437, llvm/trunk/test/Object/archive-long-index.test)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/archive-long-index.donttest?p2=llvm/trunk/test/Object/archive-long-index.donttest&p1=llvm/trunk/test/Object/archive-long-index.test&r1=171437&r2=171438&rev=171438&view=diff
==============================================================================
--- llvm/trunk/test/Object/archive-long-index.test (original)
+++ llvm/trunk/test/Object/archive-long-index.donttest Wed Jan  2 19:24:32 2013
@@ -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
 

Removed: llvm/trunk/test/Object/archive-long-index.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/archive-long-index.test?rev=171437&view=auto
==============================================================================
--- llvm/trunk/test/Object/archive-long-index.test (original)
+++ llvm/trunk/test/Object/archive-long-index.test (removed)
@@ -1,40 +0,0 @@
-#
-# 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
-
-CHECKIDX: Archive map
-CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
-CHECKIDX: main in 1.o
-CHECKIDX: fn1 in 2.o
-CHECKIDX: fn3 in 3.o
-CHECKIDX: fn1 in 3.o
-CHECKIDX: shankar in 4.o
-CHECKIDX: a in 5.o
-CHECKIDX: b in 6.o
-CHECKIDX: a in abcdefghijklmnopqrstuvwxyz1.o
-CHECKIDX: b in abcdefghijklmnopqrstuvwxyz2.o
-CHECKIDX: bda in abcdefghijklmnopqrstuvwxyz2.o
-CHECKIDX: b in abcdefghijklmnopq.o
-CHECKIDX: 1.o:
-CHECKIDX: 00000000 D abcdefghijklmnopqrstuvwxyz12345678
-CHECKIDX:          U bda
-CHECKIDX: 00000000 T main
-CHECKIDX: 2.o:
-CHECKIDX: 00000000 T fn1
-CHECKIDX: 3.o:
-CHECKIDX: 0000000b T fn1
-CHECKIDX: 00000000 T fn3
-CHECKIDX: 4.o:
-CHECKIDX:          C shankar
-CHECKIDX: 5.o:
-CHECKIDX:          C a
-CHECKIDX: 6.o:
-CHECKIDX:          C b
-CHECKIDX: abcdefghijklmnopqrstuvwxyz1.o:
-CHECKIDX:          C a
-CHECKIDX: abcdefghijklmnopqrstuvwxyz2.o:
-CHECKIDX:          C b
-CHECKIDX: 00000000 T bda
-CHECKIDX: abcdefghijklmnopq.o:
-CHECKIDX:          C b

Copied: llvm/trunk/test/Object/simple-archive.donttest (from r171437, llvm/trunk/test/Object/simple-archive.test)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/simple-archive.donttest?p2=llvm/trunk/test/Object/simple-archive.donttest&p1=llvm/trunk/test/Object/simple-archive.test&r1=171437&r2=171438&rev=171438&view=diff
==============================================================================
--- llvm/trunk/test/Object/simple-archive.test (original)
+++ llvm/trunk/test/Object/simple-archive.donttest Wed Jan  2 19:24:32 2013
@@ -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
 

Removed: llvm/trunk/test/Object/simple-archive.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/simple-archive.test?rev=171437&view=auto
==============================================================================
--- llvm/trunk/test/Object/simple-archive.test (original)
+++ llvm/trunk/test/Object/simple-archive.test (removed)
@@ -1,12 +0,0 @@
-#
-# 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
-
-CHECKIDX: Archive map
-CHECKIDX: abcdefghijklmnopqrstuvwxyz12345678 in 1.o
-CHECKIDX: main in 1.o
-CHECKIDX: 1.o:
-CHECKIDX: 00000000 D abcdefghijklmnopqrstuvwxyz12345678
-CHECKIDX:          U fn1
-CHECKIDX: 00000000 T main





More information about the llvm-commits mailing list