[Lldb-commits] [PATCH] D43784: Un-XFAIL TestCallStdStringFunction.test for Windows
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 26 13:49:19 PST 2018
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43784.135966.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180226/3632fe21/attachment.bin>
More information about the lldb-commits
mailing list