[all-commits] [llvm/llvm-project] 7ecbf6: [clang-format][NFC] Skip remaining tests of the sa...
Owen via All-commits
all-commits at lists.llvm.org
Fri Sep 8 01:07:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ecbf6c30605ecbee4fdbcdec8f0866328c5217f
https://github.com/llvm/llvm-project/commit/7ecbf6c30605ecbee4fdbcdec8f0866328c5217f
Author: Owen <owenpiano at gmail.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M clang/unittests/Format/FormatTestBase.h
Log Message:
-----------
[clang-format][NFC] Skip remaining tests of the same case upon failure (#65540)
A typical test case goes through the format, stability, ObjC, and messUp
tests. If any of theses tests fails, we should skip the remaining tests
for the same test case.
More information about the All-commits
mailing list