[Lldb-commits] [PATCH] D43784: Un-XFAIL TestCallStdStringFunction.test for Windows

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 26 13:58:05 PST 2018


labath added a comment.

Btw, today I found out that this test is passing just accidentally because the CHECK lines are matching the output printed by the inferior and not the results of the evaluated expressions (the situation may be different on windows, if you don't do stdin/out redirection there).


https://reviews.llvm.org/D43784





More information about the lldb-commits mailing list