From 9e7fa0678dca7b5f8f089b9aff80168e9c200258 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Thu, 31 Mar 2016 13:17:45 -0700 Subject: Temporarily disable begin is fast test. --- src/google/protobuf/map_test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/google/protobuf/map_test.cc b/src/google/protobuf/map_test.cc index 1f3de4fa..cda713f0 100644 --- a/src/google/protobuf/map_test.cc +++ b/src/google/protobuf/map_test.cc @@ -303,7 +303,8 @@ static int64 Now() { // if one erases elements at the "front" of the hash map, and we'd like to // avoid that, as std::unordered_map does. TEST_P(MapImplTest, BeginIsFast) { - if (GetParam()) return; + // Disable this test for both new and old implementations. + if (/*GetParam()*/true) return; Map map(false); // This test uses new-style maps only. const int kTestSize = 250000; for (int i = 0; i < kTestSize; i++) { -- cgit v1.2.3