summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-13 07:11:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-13 07:11:17 +0000
commit5a7277ae7a36f0c1de69a3b9de55eec43f55265f (patch)
tree9e37e56fe5abdd340f6cb55ec9195fd337a526a0
parent5c22c94c2a797a7e38cb3b284c21aecb92592778 (diff)
parent685b1b82264a18a27a3c5b0a3e73061e3bbb2e24 (diff)
downloadicu-oreo-r3-release.tar.gz
Change-Id: Iafa272ba71022c59423ae2dbb251dda70d995da1
-rw-r--r--android_icu4j/src/main/tests/android/icu/dev/test/format/NumberRegressionTests.java4
-rw-r--r--android_icu4j/src/main/tests/android/icu/dev/test/format/TimeUnitTest.java4
-rw-r--r--icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegressionTests.java4
-rw-r--r--icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java4
4 files changed, 16 insertions, 0 deletions
diff --git a/android_icu4j/src/main/tests/android/icu/dev/test/format/NumberRegressionTests.java b/android_icu4j/src/main/tests/android/icu/dev/test/format/NumberRegressionTests.java
index d566af976..b235ea151 100644
--- a/android_icu4j/src/main/tests/android/icu/dev/test/format/NumberRegressionTests.java
+++ b/android_icu4j/src/main/tests/android/icu/dev/test/format/NumberRegressionTests.java
@@ -40,6 +40,7 @@ import java.text.ParsePosition;
import java.util.Date;
import java.util.Locale;
+import org.junit.Ignore;
import org.junit.Test;
import android.icu.dev.test.TestFmwk;
@@ -1529,6 +1530,9 @@ public class NumberRegressionTests extends TestFmwk {
* symbol, percent, and permille. This is filed as bugs 4212072 and
* 4212073.
*/
+ // Android-changed: Added @Ignore to suppress the test; it consumes a lot of heap, permanently,
+ // affecting later tests. http://b/62374714
+ @Ignore
@Test
public void Test4212072() throws IOException, ClassNotFoundException {
DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US);
diff --git a/android_icu4j/src/main/tests/android/icu/dev/test/format/TimeUnitTest.java b/android_icu4j/src/main/tests/android/icu/dev/test/format/TimeUnitTest.java
index 1e9e4264a..86ae66739 100644
--- a/android_icu4j/src/main/tests/android/icu/dev/test/format/TimeUnitTest.java
+++ b/android_icu4j/src/main/tests/android/icu/dev/test/format/TimeUnitTest.java
@@ -13,6 +13,7 @@ import java.text.ParseException;
import java.text.ParsePosition;
import java.util.Locale;
+import org.junit.Ignore;
import org.junit.Test;
import android.icu.dev.test.TestFmwk;
@@ -281,6 +282,9 @@ public class TimeUnitTest extends TestFmwk {
tuf.setNumberFormat(numfmt);
}
+ // Android-changed: Added @Ignore to suppress the test; it consumes a lot of heap, permanently,
+ // affecting later tests. http://b/62374714
+ @Ignore
@Test
public void TestBritishShortHourFallback() {
// See ticket #11986 "incomplete fallback in MeasureFormat".
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegressionTests.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegressionTests.java
index c97cd1204..7aca65a19 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegressionTests.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/NumberRegressionTests.java
@@ -39,6 +39,7 @@ import java.text.ParsePosition;
import java.util.Date;
import java.util.Locale;
+import org.junit.Ignore;
import org.junit.Test;
import com.ibm.icu.dev.test.TestFmwk;
@@ -1528,6 +1529,9 @@ public class NumberRegressionTests extends TestFmwk {
* symbol, percent, and permille. This is filed as bugs 4212072 and
* 4212073.
*/
+ // Android-changed: Added @Ignore to suppress the test; it consumes a lot of heap, permanently,
+ // affecting later tests. http://b/62374714
+ @Ignore
@Test
public void Test4212072() throws IOException, ClassNotFoundException {
DecimalFormatSymbols sym = new DecimalFormatSymbols(Locale.US);
diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java
index ff3490885..750a28f48 100644
--- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java
+++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/TimeUnitTest.java
@@ -12,6 +12,7 @@ import java.text.ParseException;
import java.text.ParsePosition;
import java.util.Locale;
+import org.junit.Ignore;
import org.junit.Test;
import com.ibm.icu.dev.test.TestFmwk;
@@ -280,6 +281,9 @@ public class TimeUnitTest extends TestFmwk {
tuf.setNumberFormat(numfmt);
}
+ // Android-changed: Added @Ignore to suppress the test; it consumes a lot of heap, permanently,
+ // affecting later tests. http://b/62374714
+ @Ignore
@Test
public void TestBritishShortHourFallback() {
// See ticket #11986 "incomplete fallback in MeasureFormat".