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).
Differential D43784
Un-XFAIL TestCallStdStringFunction.test for Windows amccarth on Feb 26 2018, 1:49 PM. Authored by
Details
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).
Diff Detail Event TimelineComment Actions 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). Comment Actions Abandoning. This isn't really working on Windows. The breakpoint fails to set for reasons I don't understand yet. |