These test are checking for diagnostics printed by the driver. During replay we only replay the SB API calls made by the driver, so it's expected that these messages aren't displayed.
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
# UNSUPPORTED: lldb-repro
|
|
#
|
|
# RUN: not %lldb -c /bogus/path 2>&1 | FileCheck %s
|
|
# CHECK: error: file specified in --core (-c) option doesn't exist
|