amccarth created this revision. amccarth added a reviewer: zturner. Herald added a subscriber: sanjoy.
This test was passing unexpectedly, which causes ninja to short-circuit out of running the dotest.py tests. The bug report (https://bugs.llvm.org/show_bug.cgi?id=21765) appears to be obsolete (since it "blocks" another bug that's been fixed). https://reviews.llvm.org/D43784 Files: lldb/lit/Expr/TestCallStdStringFunction.test Index: lldb/lit/Expr/TestCallStdStringFunction.test =================================================================== --- lldb/lit/Expr/TestCallStdStringFunction.test +++ lldb/lit/Expr/TestCallStdStringFunction.test @@ -1,6 +1,3 @@ -# XFAIL: windows -# -> llvm.org/pr21765 - # RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s breakpoint set --file call-function.cpp --line 52
Index: lldb/lit/Expr/TestCallStdStringFunction.test =================================================================== --- lldb/lit/Expr/TestCallStdStringFunction.test +++ lldb/lit/Expr/TestCallStdStringFunction.test @@ -1,6 +1,3 @@ -# XFAIL: windows -# -> llvm.org/pr21765 - # RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -- %t | FileCheck %s breakpoint set --file call-function.cpp --line 52
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits