brintos

brintos / llvm-project-archived public Read only

0
0
Text · 487 B · 9f54546 Raw
18 lines · yaml
1# RUN: yaml2obj %s | not obj2yaml 2>&1 | FileCheck %s 2 3# In this test the hash part is too small to contain the hash data.4 5# CHECK: Error reading file: <stdin>: Reading structure out of file bounds6--- !dxcontainer7Header:8  Hash:            [ 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 9                     0x0, 0x0, 0x0, 0x0, 0x0, 0x0 ]10  Version:11    Major:           112    Minor:           013  PartCount:       114Parts:15  - Name:            HASH16    Size:            017...18