<div dir="ltr">FWIW I am seeing a similar set fail on top of tree Ubuntu 12.04 this morning:<div><div><br></div><div><font size="1" face="courier new, monospace">Ran 278 tests.</font></div><div><font size="1" face="courier new, monospace">Failing Tests (8)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestWatchpointConditionAPI.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestTargetWatchAddress.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestWatchpointIter.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestWatchpointIgnoreCount.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestSetWatchpoint.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestProcessAPI.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestStaticVariables.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">FAIL: LLDB (suite) :: TestConvenienceVariables.py (Linux <a href="http://tfiala2.mtv.corp.google.com">tfiala2.mtv.corp.google.com</a> 3.2.5-gg1336 #1 SMP Thu Aug 29 02:37:18 PDT 2013 x86_64 x86_64)</font></div>
<div><font size="1" face="courier new, monospace">make: *** [check-local] Error 1</font></div><div><font size="1" face="courier new, monospace">make: Leaving directory `/mnt/ssd/work/git/llgs/build/tools/lldb/test'</font></div>
</div><div><br></div><div>You can ignore the TestConvenienceVariables.py - that is one that fails due to the python readline issue that I'm not working around in this test run.</div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Wed, Feb 19, 2014 at 10:00 AM, Enrico Granata <span dir="ltr"><<a href="mailto:egranata@apple.com" target="_blank">egranata@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="auto"><div>Let me investigate this.</div><div><br></div><div>My gut feeling is we might not be fetching the file globals anymore. We might need to fetch them and append them to our local VariableList.</div><div>
<br></div><div>The easy way to verify this would be to grab the frame's VariableList in the global case and AppendIfUnique it to the one we made from the block.</div><div><br></div><div>I am not in the office now but can verify later or feel free to play with it yourself of course.</div>
<div><br>Sent from the iPhone of<div><i>Enrico Granata</i> <egranata@🍎.com></div></div><div><div class="h5"><div><br>On Feb 19, 2014, at 8:36 AM, Ed Maste <<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>> wrote:<br>
<br></div><blockquote type="cite"><div><span>On 18 February 2014 18:48, Enrico Granata <<a href="mailto:egranata@apple.com" target="_blank">egranata@apple.com</a>> wrote:</span><br><blockquote type="cite"><span>Author: enrico</span><br>
</blockquote><blockquote type="cite"><span>Date: Tue Feb 18 17:48:11 2014</span><br></blockquote><blockquote type="cite"><span>New Revision: 201614</span><br></blockquote><blockquote type="cite"><span></span><br></blockquote>
<blockquote type="cite"><span>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=201614&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=201614&view=rev</a></span><br></blockquote><blockquote type="cite">
<span>Log:</span><br></blockquote><blockquote type="cite"><span><<a>rdar://problem/15960553</a>></span><br></blockquote><blockquote type="cite"><span></span><br></blockquote><blockquote type="cite"><span>Fix a bug where calling SBFrame::FindValue() would cause a copy of all variables in the block to be inserted in the frame's variable list, regardless of whether those same variables were there or not - which means one could end up with a frame with lots of duplicate copies of the same variables</span><br>
</blockquote><span></span><br><span>After this change I see 10 new test failures (listed below); I haven't</span><br><span>yet investigated if the tests are buggy, or if something else is now</span><br><span>broken.</span><br>
<span></span><br><span>test_access_my_int_with_dwarf TestProcessAPI ProcessAPITestCase</span><br><span>test_read_memory_with_dwarf TestProcessAPI ProcessAPITestCase</span><br><span>test_set_watch_ignore_count_with_dwarf TestWatchpointIgnoreCount</span><br>
<span>WatchpointIgnoreCountTestCase</span><br><span>test_watch_address_with_dwarf TestTargetWatchAddress</span><br><span>TargetWatchAddressAPITestCase</span><br><span>test_watch_iter_with_dwarf TestWatchpointIter WatchpointIteratorTestCase</span><br>
<span>test_watch_location_with_dwarf TestSetWatchlocation SetWatchlocationAPITestCase</span><br><span>test_watch_val_with_dwarf TestSetWatchpoint SetWatchpointAPITestCase</span><br><span>test_watchpoint_cond_api_with_dwarf TestWatchpointConditionAPI</span><br>
<span>WatchpointConditionAPITestCase</span><br><span>test_with_dwarf_and_python_api TestStaticVariables StaticVariableTestCase</span><br><span>test_write_memory_with_dwarf TestProcessAPI ProcessAPITestCase</span><br></div>
</blockquote></div></div></div><br>_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@cs.uiuc.edu">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>