From: Stella Stamenova Date: Thu, 6 Dec 2018 23:25:37 +0000 (+0000) Subject: [lit] Use the build.py script in the case-insensitive test X-Git-Tag: llvmorg-8.0.0-rc1~2666 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8d38df78cdc21482198570d99593b69742840b5;p=platform%2Fupstream%2Fllvm.git [lit] Use the build.py script in the case-insensitive test This makes the test build correctly regardless of whether we use VS or ninja to run the tests llvm-svn: 348544 --- diff --git a/lldb/lit/Breakpoint/case-insensitive.test b/lldb/lit/Breakpoint/case-insensitive.test index f0184a9..b94fd82 100644 --- a/lldb/lit/Breakpoint/case-insensitive.test +++ b/lldb/lit/Breakpoint/case-insensitive.test @@ -1,6 +1,7 @@ # REQUIRES: system-windows -# XFAIL: system-windows -# -> llvm.org/pr24528 + +# RUN: %build --mode=compile-and-link --compiler=any %p/Inputs/case-sensitive.c --nodefaultlib -o %t +# RUN: lldb-test breakpoints %t %s | FileCheck %s # # RUN: %clang %p/Inputs/case-sensitive.c -g -o %t # RUN: lldb-test breakpoints %t %s | FileCheck %s