brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · b16cfc5 Raw
6 lines · plain
1# REQUIRES: native && (target-x86 || target-x86_64)2# RUN: %clangxx_host %p/Inputs/CommandOnCrashMultiThreaded.cpp -o %t -pthread3# RUN: %lldb -b -o "process launch" -k "process continue" -k "exit" %t | FileCheck %s4 5# CHECK: Process {{[0-9]+}} exited with status = 06