What is the opinion about a change which has this effect when
TestBase.runCmd fails:

Before:
    AssertionError: False is not True : Process is launched successfully

After:
    AssertionError: False is not True : Command 'run a.out' failed.
    >>> error: invalid target, create a target using the 'target create' command
    >>> Process could not be launched successfully

I have posted the change here: http://reviews.llvm.org/D9948. The real
change is only in lldbtest.py. Rest of the files just have
s/RUN_SUCCEEDED/RUN_FAILED.

Thanks,
Siva Chandra
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to