Author: Sam McCall Date: 2021-10-26T14:19:05+02:00 New Revision: 51be7061d025139ba66869d5d99c7157a3ae9edd
URL: https://github.com/llvm/llvm-project/commit/51be7061d025139ba66869d5d99c7157a3ae9edd DIFF: https://github.com/llvm/llvm-project/commit/51be7061d025139ba66869d5d99c7157a3ae9edd.diff LOG: [clangd] Remove tricky integration test that flakes/fails on some platforms. This functionality is covered by unittests, will add a better integration test soon. Added: Modified: Removed: clang-tools-extra/clangd/test/crash.test ################################################################################ diff --git a/clang-tools-extra/clangd/test/crash.test b/clang-tools-extra/clangd/test/crash.test deleted file mode 100644 index 1197e1ab07c3..000000000000 --- a/clang-tools-extra/clangd/test/crash.test +++ /dev/null @@ -1,5 +0,0 @@ -# Overflow the recursive json parser, prevent `yes` error due to broken pipe and `clangd` SIGSEGV from being treated as a failure. -# RUN: (yes '[' || :) | head -n 50000 | (clangd --input-style=delimited 2>&1 || :) | FileCheck %s -# CHECK: Signalled while processing message: -# CHECK-NEXT: [ -# CHECK-NEXT: [ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits