Merge "Build Level 3 Haystack for Android MIPS"

This commit is contained in:
Fred Gylys-Colwell
2014-07-02 23:37:59 +00:00
committed by Android (Google) Code Review
3 changed files with 0 additions and 2 deletions

View File

@@ -4671,7 +4671,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
s.close();
}
sleep(kShortSleep);
cout << "Making another 49\n";
// If I add too many entries, it can delete the older ones first, except
// it shouldn't delete the one attached to an open session. (s1)
for (int i=0; i<ENTRY_COUNT; i++) {
@@ -4688,7 +4687,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
sessions[i].GenerateReport(pst);
sessions[i].close();
}
cout << "Checking another 49\n";
for (int i=0; i<49; i++) {
Session s;
s.open();