[Lldb-commits] [lldb] r150854 - in /lldb/trunk/test/functionalities/data-formatter/data-formatter-stl/map: TestDataFormatterStdMap.py main.cpp

Eric Christopher echristo at apple.com
Mon Feb 20 11:02:59 PST 2012


On Feb 17, 2012, at 5:14 PM, Enrico Granata <granata.enrico at gmail.com> wrote:

> Correct indeed, if you consider 8 as "8th item". Not correct if you consider 8 as "item with key = 8" :) the test is checking that in fact 8 here is used in the second interpretation.
> Once the clang fixes to templates debug info go mainstream, it will be necessary to remove error=True from this line. Other than test, the test logic now seems to be right.

Basically I was considering that it was failing before to be a bug(that's now fixed in ToT :). If it were si[8] I'd have understood, but ii is an int-int map and so isn't ii[8] valid?

-eric



More information about the lldb-commits mailing list