DescriptionFix incorrect assumption in IDMap and SmallMap tests.
Some of the tests assumed that base::hash_map is ordered, which it is not. They
worked under libstdc++, but broke in libc++ builds.
BUG=327334
R=thakis@chromium.org, brettw@chromium.org
TEST=base_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246644
Patch Set 1 #
Total comments: 2
Patch Set 2 : add comment #Patch Set 3 : use == for comparison #Patch Set 4 : remove obsolete comment #Patch Set 5 : remove unused array #Patch Set 6 : #Patch Set 7 : do not use == (causes compile errors) #Messages
Total messages: 7 (0 generated)
|