brintos

brintos / llvm-project-archived public Read only

0
0
Text · 640 B · e7454c6 Raw
17 lines · c
1// RUN: export LSAN_OPTIONS=detect_leaks=02// RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_PREAMBLE_FILE=%t-preamble.pch \3// RUN:   not c-index-test -code-completion-at=%s:20:1 \4// RUN:   "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \5// RUN:   %s 2> %t.err6// RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s7// RUN: test ! -e %t-preamble.pch8// CHECK-CODE-COMPLETE-CRASH: Unable to perform code completion!9//10// REQUIRES: crash-recovery11 12// FIXME: Please investigate abnormal path in MemoryBuffer.13// REQUIRES: can-remove-opened-file14// UNSUPPORTED: libstdcxx-safe-mode15 16#warning parsing original file17