I posted a proposed fix for this, please take a look.  <div><br></div><div><a href="http://reviews.llvm.org/D6484">http://reviews.llvm.org/D6484</a><br><br><div class="gmail_quote">On Tue Dec 02 2014 at 11:37:45 AM Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">================<br>
Comment at: test/lldbtest.py:747-750<br>
@@ +746,6 @@<br>
+        # Set platform context.<br>
+        if sys.platform.startswith('<u></u>darwi<u></u>n'):<br>
+            cls.platformContext = _PlatformContext('DYLD_<u></u>LIBRARY<u></u>_PATH', 'lib', 'dylib')<br>
+        elif sys.platform.startswith('<u></u>linux<u></u>') or sys.platform.startswith('<u></u>freeb<u></u>sd'):<br>
+            cls.platformContext = _PlatformContext('LD_LIBRARY_<u></u>P<u></u>ATH', 'lib', 'so')<br>
+<br>
----------------<br>
This breaks windows because a platformContext is not set for Windows.  Do you have suggestions on how to fix this for Windows?  Perhaps a default implementation that does nothing?<br>
<br>
<a href="http://reviews.llvm.org/D6392" target="_blank">http://reviews.llvm.org/D6392</a><br>
<br>
<br>
</blockquote></div></div>