summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/yaml2obj/minidump-systeminfo-other-not-hex.yaml
blob: 17769570c5bd045e1d607801aa8678f7e047c352 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: not yaml2obj %s 2>&1 | FileCheck %s

--- !minidump
Streams:
  - Type:            SystemInfo
    Processor Arch:  PPC
    Platform ID:     Linux
    CPU:
      Features:        000102030405060708090a0b0c0d0e0g


# CHECK: Invalid hex digit in input
# CHECK-NEXT: Features:        000102030405060708090a0b0c0d0e0g
OpenPOWER on IntegriCloud