Build Level 3 Haystack for Android MIPS
Merge of Widevine CDM change: https://widevine-internal-review.googlesource.com/#/c/10644/ android/level3/mips/libwvlevel3.a NONOB Level3 Library Jul 2 2014 11:40:23 android/level3/x86/libwvlevel3.a Level3 Library May 16 2014 23:14:03 android/level3/arm/libwvlevel3.a Level3 Library Jul 2 2014 12:34:56 bug: 15186272 Change-Id: I9d89476f20a69a66849a20f7b9b6be0d6175578b
This commit is contained in:
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