You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/04/03 10:38:21 UTC

svn commit: r1737552 - /qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes

Author: kwall
Date: Sun Apr  3 08:38:21 2016
New Revision: 1737552

URL: http://svn.apache.org/viewvc?rev=1737552&view=rev
Log:
NO-JIRA: [Python Tests] Add AMQP 1.0 exclude file

Added:
    qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes

Added: qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes
URL: http://svn.apache.org/viewvc/qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes?rev=1737552&view=auto
==============================================================================
--- qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes (added)
+++ qpid/java/trunk/test-profiles/python_tests/Java10PythonExcludes Sun Apr  3 08:38:21 2016
@@ -0,0 +1,39 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+// QPID-7181 Causes a Broker crash
+qpid_tests.broker_1_0.selector.SelectorTests.test_special_fields
+
+// Java Broker currently fails to select messages matching JMSDestination = 'a'
+qpid_tests.broker_1_0.selector.SelectorTests.test_jms_header_names
+
+// Java Broker currently rejects the transfer. Don't think x-amqp-to is implemented.
+qpid_tests.broker_1_0.general.GeneralTests.test_anonymous_relay
+
+
+// Following translation tests currently fail (not investigated further)
+qpid_tests.broker_1_0.translation.TranslationTests.test_translate_list_1
+qpid_tests.broker_1_0.translation.TranslationTests.test_translate_list_2
+qpid_tests.broker_1_0.translation.TranslationTests.test_translate_map_1
+qpid_tests.broker_1_0.translation.TranslationTests.test_translate_map_2
+qpid_tests.broker_1_0.translation.TranslationTests.test_translation_exchange_1
+qpid_tests.broker_1_0.translation.TranslationTests.test_translation_queue_1
+qpid_tests.broker_1_0.legacy_exchanges.LegacyExchangeTests.test_direct
+qpid_tests.broker_1_0.legacy_exchanges.LegacyExchangeTests.test_headers
+qpid_tests.broker_1_0.legacy_exchanges.LegacyExchangeTests.test_topic



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org