summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny.ornl@gmail.com>2019-07-25 03:14:32 +0000
committerJoel E. Denny <jdenny.ornl@gmail.com>2019-07-25 03:14:32 +0000
commit272a9db115f85488a238cf2ff5a81a5bbc3d0598 (patch)
tree61a5b3d34c0be1ebbe51f42bc1be9292571a62b8 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
parentf55f51b7beebb3ef89ee71a0cd750f788ba61bb8 (diff)
downloadbcm5719-llvm-272a9db115f85488a238cf2ff5a81a5bbc3d0598.tar.gz
bcm5719-llvm-272a9db115f85488a238cf2ff5a81a5bbc3d0598.zip
[lit] Protect full test suite from FILECHECK_OPTS
lit's test suite calls lit multiple times for various sample test suites. `FILECHECK_OPTS` is safe for FileCheck calls in lit's test suite. It's not safe for FileCheck calls in the sample test suites, whose output affects the results of lit's test suite. Without this patch, only one such sample test suite is protected from `FILECHECK_OPTS`, and I admit I haven't discovered other cases for which I can produce false failures using `FILECHECK_OPTS`. However, it's hard to predict the future, especially false passes. Thus, this patch protects all existing and future sample test suites from `FILECHECK_OPTS` (and the deprecated `FILECHECK_DUMP_INPUT_ON_FAILURE`). Reviewed By: probinson Differential Revision: https://reviews.llvm.org/D65156 llvm-svn: 366980
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud