[llvm] r292501 - Remove this test from the r292500 commit till Chris and I figure out

Kevin Enderby via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 10:07:23 PST 2017


Author: enderby
Date: Thu Jan 19 12:07:22 2017
New Revision: 292501

URL: http://llvm.org/viewvc/llvm-project?rev=292501&view=rev
Log:
Remove this test from the r292500 commit till Chris and I figure out
why it is failing on a couple of build bots.

Removed:
    llvm/trunk/test/ObjectYAML/MachO/note_command.yaml

Removed: llvm/trunk/test/ObjectYAML/MachO/note_command.yaml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ObjectYAML/MachO/note_command.yaml?rev=292500&view=auto
==============================================================================
--- llvm/trunk/test/ObjectYAML/MachO/note_command.yaml (original)
+++ llvm/trunk/test/ObjectYAML/MachO/note_command.yaml (removed)
@@ -1,50 +0,0 @@
-# RUN: yaml2obj %s | obj2yaml | FileCheck %s
-
---- !mach-o
-FileHeader:      
-  magic:           0xFEEDFACE
-  cputype:         0x00000007
-  cpusubtype:      0x00000003
-  filetype:        0x00000004
-  ncmds:           2
-  sizeofcmds:      192
-  flags:           0x00000000
-LoadCommands:
-  - cmd:             LC_SEGMENT_64
-    cmdsize:         152
-    segname:         __TEXT
-    vmaddr:          4294967296
-    vmsize:          8192
-    fileoff:         0
-    filesize:        3099
-    maxprot:         7
-    initprot:        5
-    nsects:          1
-    flags:           0
-    Sections:        
-      - sectname:        __text
-        segname:         __TEXT
-        addr:            0x0000000100001160
-        size:            3099
-        offset:          0x00001160
-        align:           4
-        reloff:          0x00000000
-        nreloc:          0
-        flags:           0x80000400
-        reserved1:       0x00000000
-        reserved2:       0x00000000
-        reserved3:       0x00000000
-  - cmd:             LC_NOTE
-    cmdsize:         40
-    data_owner:      DATA OWNER
-    offset:          220
-    size:            8
-...
-
-
-#CHECK: LoadCommands:    
-#CHECK:   - cmd:             LC_NOTE
-#CHECK_NEXT:     cmdsize:         40
-#CHECK_NEXT:     data_owner:      DATA OWNER
-#CHECK_NEXT:     offset:          220
-#CHECK_NEXT:     size:            8




More information about the llvm-commits mailing list