summaryrefslogtreecommitdiff
path: root/qpid/cc/config/java/javaExcludeList
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
commitea698e61570219c56ada87aad248e53719c7585f (patch)
tree107cac08a38fb3d2078bbcaa337d65b2acb90e3a /qpid/cc/config/java/javaExcludeList
parent115d1e23009e09137916b7b6f46a5f1b207eeb6a (diff)
downloadqpid-python-ea698e61570219c56ada87aad248e53719c7585f.tar.gz
QPID-1157: Added CC scripts and config files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cc/config/java/javaExcludeList')
-rw-r--r--qpid/cc/config/java/javaExcludeList13
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/cc/config/java/javaExcludeList b/qpid/cc/config/java/javaExcludeList
new file mode 100644
index 0000000000..5e5bf715ad
--- /dev/null
+++ b/qpid/cc/config/java/javaExcludeList
@@ -0,0 +1,13 @@
+org.apache.qpid.test.unit.xa.QueueTest#*
+org.apache.qpid.test.unit.xa.TopicTest#*
+org.apache.qpid.test.unit.xa.FaultTest#*
+org.apache.qpid.test.unit.ct.DurableSubscriberTests#*
+// those tests are failing see: QPID-
+org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal
+// known issue
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurableWithInvalidSelector
+// Those tests are not finished
+org.apache.qpid.test.testcases.TTLTest#*
+org.apache.qpid.test.testcases.FailoverTest#*
+// See qpid-1144
+org.apache.qpid.test.testcases.ImmediateMessageTest#*