summaryrefslogtreecommitdiff
path: root/cc/config/java/cppExcludeList
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
commit4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e (patch)
treee14c6d013de494be4b3a2dc8a4f802743d5693a5 /cc/config/java/cppExcludeList
parent9d06933c6c7120c3cfa4eb4998558dd62c558d36 (diff)
downloadqpid-python-4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e.tar.gz
QPID-1157: Added CC scripts and config files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/java/cppExcludeList')
-rw-r--r--cc/config/java/cppExcludeList15
1 files changed, 15 insertions, 0 deletions
diff --git a/cc/config/java/cppExcludeList b/cc/config/java/cppExcludeList
new file mode 100644
index 0000000000..ff93dd00b8
--- /dev/null
+++ b/cc/config/java/cppExcludeList
@@ -0,0 +1,15 @@
+org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
+org.apache.qpid.client.ResetMessageListenerTest#*
+// those tests should be run with prefetch off
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber
+// those tests need durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector
+// the 0.10 c++ broker does not implement forget
+org.apache.qpid.test.unit.xa.FaultTest#testForget
+// removed because of bug 445500
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection \ No newline at end of file