Daniel Dunbar | 0819808 | 2010-08-19 23:44:10 +0000 | [diff] [blame] | 1 | // RUN: echo env CINDEXTEST_EDITING=1 \ |
| 2 | // RUN: not c-index-test -test-load-source-reparse 1 local \ |
Stephen Hines | 651f13c | 2014-04-23 16:59:28 -0700 | [diff] [blame^] | 3 | // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \ |
Daniel Dunbar | 0819808 | 2010-08-19 23:44:10 +0000 | [diff] [blame] | 4 | // RUN: %s 2> %t.err |
| 5 | // RUN: FileCheck < %t.err -check-prefix=CHECK-CODE-COMPLETE-CRASH %s |
| 6 | // CHECK-CODE-COMPLETE-CRASH: Unable to reparse translation unit |
| 7 | // |
| 8 | // XFAIL: win32 |
| 9 | |
| 10 | #warning parsing original file |
| 11 | |
| 12 | #pragma clang __debug crash |