svn commit Sending test/dosep.ty Sending test/dotest.py Transmitting file data .. Committed revision 212513.
This change fixes the test runner -P logic to work around the extra unrecognized option text. Unfortunately it's not good enough - 50+ tests are now failing due to unexpected output. I'm off to bed now, but whoever checked in that validation text - please revert that out or get that text to stop showing up. I'm happy to work with you on that in the morning. Thanks, Todd On Mon, Jul 7, 2014 at 11:44 PM, Todd Fiala <[email protected]> wrote: > I have a temporary fix I'm going to check in to the -P detection logic > that will work around this for now. > > > On Mon, Jul 7, 2014 at 11:40 PM, Todd Fiala <[email protected]> wrote: > >> I don't seem to be able to get any tests to run at TOT lldb on Linux >> x86_64 (Ubuntu 14.04). I'm trying to trace that down now. >> >> I'm getting a bunch of these: >> >> This script requires lldb.py to be in either >> /mnt/ssd/work/macosx.sync/mbp-svn/llvm/tools/lldb/build/Debug/LLDB.framework/Resources/Python, >> /mnt/ssd/work/macosx >> .sync/mbp-svn/llvm/tools/lldb/build/Release/LLDB.framework/Resources/Python, >> or >> /mnt/ssd/work/macosx.sync/mbp-svn/llvm/tools/lldb/build/BuildAndIntegration/LLDB >> .framework/Resources/Python >> >> I'm looking into that now. >> >> It's looking like the options validation is screwing up the ability for >> tests to pick up the -P python lib dir stuff. >> >> It's expecting to get the path to the Python lldb dir with this: >> tfiala@tfiala2:/mnt/ssd/work/macosx.sync/mbp-svn/build-debug$ bin/lldb -P >> *dummy_arg: unrecognized option '--shell=/bin/sh'* >> *dummy_arg: unrecognized option '--func-regex'* >> /mnt/ssd/work/macosx.sync/mbp-svn/build-debug/lib/python2.7/site-packages >> tfiala@tfiala2:/mnt/ssd/work/macosx.sync/mbp-svn/build-debug$ >> >> Bolded content is screwing up the parse logic. >> >> We're going to need to address the options validation or revert that out. >> Right now it is impossible to run any Linux tests. >> >> -Todd >> >> >> On Mon, Jul 7, 2014 at 11:18 PM, Todd Fiala <[email protected]> wrote: >> >>> $ lldb >>> dummy_arg: unrecognized option '--shell=/bin/sh' >>> dummy_arg: unrecognized option '--func-regex' >>> (lldb) >>> >>> What's that all about? >>> -- >>> Todd Fiala | Software Engineer | [email protected] | 650-943-3180 >>> >>> _______________________________________________ >>> lldb-dev mailing list >>> [email protected] >>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev >>> >>> >> >> >> -- >> -Todd >> > > > > -- > -Todd > -- -Todd
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
