]> granicus.if.org Git - llvm/commitdiff
Remove this test from the r292500 commit till Chris and I figure out
authorKevin Enderby <enderby@apple.com>
Thu, 19 Jan 2017 18:07:22 +0000 (18:07 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 19 Jan 2017 18:07:22 +0000 (18:07 +0000)
why it is failing on a couple of build bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292501 91177308-0d34-0410-b5e6-96231b3b80d8

test/ObjectYAML/MachO/note_command.yaml [deleted file]

diff --git a/test/ObjectYAML/MachO/note_command.yaml b/test/ObjectYAML/MachO/note_command.yaml
deleted file mode 100644 (file)
index 17f1a97..0000000
+++ /dev/null
@@ -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