view lldb/test/Shell/Reproducer/TestFinalize.test @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 2e18cbf3894f
children
line wrap: on
line source

# RUN: mkdir -p %t.repro
# RUN: touch %t.known.file
# RUN: mkdir -p %t.known.dir
# RUN: touch %t.repro/index.yaml
# RUN: echo -n "%t.known.file" > %t.repro/files.txt
# RUN: echo -n "%t.known.dir" > %t.repro/dirs.txt

# RUN: %lldb --reproducer-finalize %t.repro 2>&1 | FileCheck %s
# CHECK-NOT: error
# CHECK: Reproducer written to

# RUN: echo "CHECK-DAG: %t.known.file" > %t.filecheck
# RUN: echo "CHECK-DAG %t.known.dir" >> %t.filecheck
# RUN: cat %t.repro/files.yaml | FileCheck %t.filecheck