Merge "Build Level 3 Haystack for Android MIPS"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9b4da994ec
Binary file not shown.
Binary file not shown.
@@ -4671,7 +4671,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
|
|||||||
s.close();
|
s.close();
|
||||||
}
|
}
|
||||||
sleep(kShortSleep);
|
sleep(kShortSleep);
|
||||||
cout << "Making another 49\n";
|
|
||||||
// If I add too many entries, it can delete the older ones first, except
|
// 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)
|
// it shouldn't delete the one attached to an open session. (s1)
|
||||||
for (int i=0; i<ENTRY_COUNT; i++) {
|
for (int i=0; i<ENTRY_COUNT; i++) {
|
||||||
@@ -4688,7 +4687,6 @@ TEST_P(DISABLED_UsageTableTest, FiftyEntries) {
|
|||||||
sessions[i].GenerateReport(pst);
|
sessions[i].GenerateReport(pst);
|
||||||
sessions[i].close();
|
sessions[i].close();
|
||||||
}
|
}
|
||||||
cout << "Checking another 49\n";
|
|
||||||
for (int i=0; i<49; i++) {
|
for (int i=0; i<49; i++) {
|
||||||
Session s;
|
Session s;
|
||||||
s.open();
|
s.open();
|
||||||
|
|||||||
Reference in New Issue
Block a user