[rtsan] Add fork/execve interceptors (#117198)
[llvm-project.git] / llvm / test / tools / obj2yaml / DXContainer / PartTooSmall.yaml
blob9f54546b53f596d2241965d55e685bb6cd05beaf
1 # RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s 
3 # In this test the hash part is too small to contain the hash data.
5 # CHECK: Error reading file: <stdin>: Reading structure out of file bounds
6 --- !dxcontainer
7 Header:
8   Hash:            [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 
9                      0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]
10   Version:
11     Major:           1
12     Minor:           0
13   PartCount:       1
14 Parts:
15   - Name:            HASH
16     Size:            0
17 ...