summaryrefslogtreecommitdiffstats
path: root/test-runner/src/junit/runner/excluded.properties
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-02-19 10:49:27 -0800
committerBrett Chabot <brettchabot@android.com>2010-02-20 17:29:05 -0800
commite70f61b1160e953e5e4d18d30a463fa9ba821779 (patch)
tree763d50921749fb256c7e2b656db045ee21277b06 /test-runner/src/junit/runner/excluded.properties
parentfda25347b8aaa860e0fdbc972c0f4411c85f8fa3 (diff)
downloadframeworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.zip
frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.gz
frameworks_base-e70f61b1160e953e5e4d18d30a463fa9ba821779.tar.bz2
Retry test-runner tests move.
This time change the frameworks makefile so it only includes test-runner/src in the public API.
Diffstat (limited to 'test-runner/src/junit/runner/excluded.properties')
-rw-r--r--test-runner/src/junit/runner/excluded.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-runner/src/junit/runner/excluded.properties b/test-runner/src/junit/runner/excluded.properties
new file mode 100644
index 0000000..3284628
--- /dev/null
+++ b/test-runner/src/junit/runner/excluded.properties
@@ -0,0 +1,12 @@
+#
+# The list of excluded package paths for the TestCaseClassLoader
+#
+excluded.0=sun.*
+excluded.1=com.sun.*
+excluded.2=org.omg.*
+excluded.3=javax.*
+excluded.4=sunw.*
+excluded.5=java.*
+excluded.6=org.w3c.dom.*
+excluded.7=org.xml.sax.*
+excluded.8=net.jini.*