summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-04-22 18:41:59 -0700
committerJesse Wilson <jessewilson@google.com>2010-04-22 18:41:59 -0700
commit231142a542708ea6ebf5413154d25e69349d35c8 (patch)
treede69654fb455b5b2c94603e0d92a77d7d19e5382 /tools
parentd5fa369bd73d4098c59b3d9949a67f89910e71f1 (diff)
Fixing some logging tests, see http://b/issue?id=2487338
Diffstat (limited to 'tools')
-rw-r--r--tools/runner/expectations/brokentests.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/runner/expectations/brokentests.txt b/tools/runner/expectations/brokentests.txt
index 75624ee8e9..caf92e7c8c 100644
--- a/tools/runner/expectations/brokentests.txt
+++ b/tools/runner/expectations/brokentests.txt
@@ -29,6 +29,18 @@ result EXEC_FAILED
pattern .*Test failed: should get token \[, but get -1.*
+# These tests only pass if the root logger hasn't yet been initialized. They
+# incorrectly assume that resetting the LogManager will clear the root logger's
+# resource bundle; this isn't the case.
+test org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidResourceBundle
+result EXEC_FAILED
+pattern .*java.lang.IllegalArgumentException: Resource bundle name 'impossible_not_existing' is inconsistent.*
+
+test org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty
+result EXEC_FAILED
+pattern .*junit.framework.AssertionFailedError.*
+
+
# Dalvik doesn't include the "SunJCE" crypto provider
test com.sun.crypto.provider.Cipher.AES.Test4513830
result EXEC_FAILED