mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #1053 - Remove android support from XPCOM
This commit is contained in:
parent
68d64c0c58
commit
26403f20ac
30 changed files with 27 additions and 476 deletions
|
|
@ -871,8 +871,6 @@ TEST(TArray, test_swap) {
|
|||
}
|
||||
}
|
||||
|
||||
// Bug 1171296: Disabled on andoid due to crashes.
|
||||
#if !defined(ANDROID)
|
||||
TEST(TArray, test_fallible)
|
||||
{
|
||||
// Test that FallibleTArray works properly; that is, it never OOMs, but
|
||||
|
|
@ -909,7 +907,6 @@ TEST(TArray, test_fallible)
|
|||
ASSERT_TRUE(oomed) << "Didn't OOM or crash? nsTArray::SetCapacity"
|
||||
"must be lying.";
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST(TArray, test_conversion_operator) {
|
||||
FallibleTArray<int> f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue