This is an archive of the discontinued LLVM Phabricator instance.

Change executable name to a.out.
ClosedPublic

Authored by chaoren on Jul 1 2015, 6:25 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 28921.Jul 1 2015, 6:25 PM
chaoren retitled this revision from to Change executable name to a.out..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added a reviewer: sivachandra.
chaoren added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.
vharron added a subscriber: vharron.Jul 1 2015, 8:11 PM

Does the LoL DB API output a clear and actionable error code if the
filename you are launching is too long? If not please add a test for this

LoL

LL

Spectacular speech to text failure

Does the LLDB API output a clear and actionable error code if the

filename you are launching is too long?

Nope, it'll try to launch the inferior, and it'll think the inferior ran
and exited with an error code.

If not please add a test for this

I don't think this is testable, it's completely dependent on the shell,
your choice of working directory, and whatever extra arguments there are.

brucem added a subscriber: brucem.Jul 2 2015, 4:06 AM
brucem added inline comments.
lldb/trunk/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
41

A bit late, but shouldn't this comment be updated?

chaoren added a subscriber: chaoren.Jul 2 2015, 8:29 AM

Oops. Yeah, that doesn't make sense anymore. I'll remove it.