This is an archive of the discontinued LLVM Phabricator instance.

Un-XFAIL TestCallStdStringFunction.test for Windows
AbandonedPublic

Authored by amccarth on Feb 26 2018, 1:49 PM.

Details

Reviewers
zturner
Summary

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 Timeline

amccarth created this revision.Feb 26 2018, 1:49 PM
labath added a subscriber: labath.Feb 26 2018, 1:56 PM

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).

Nice catch. I'll take a closer look to see what exactly is happening on Windows.

amccarth abandoned this revision.Feb 26 2018, 4:42 PM

Abandoning. This isn't really working on Windows. The breakpoint fails to set for reasons I don't understand yet.