summaryrefslogtreecommitdiffstats
path: root/python3-arm-skip-failing-fragile-test.patch
diff options
context:
space:
mode:
authorMatej Stuchlik <mstuchli@redhat.com>2015-06-19 07:41:21 +0200
committerMatej Stuchlik <mstuchli@redhat.com>2015-06-19 07:41:21 +0200
commit2c1c983d5a4b8bc79e771cb8fd3f571b37d38d71 (patch)
tree4069b0081d6490198bbb633cc85ae62a6a89dc53 /python3-arm-skip-failing-fragile-test.patch
parentf5845b442d5e3c252df4de7d56bbafe3e8737613 (diff)
downloadpython34-2c1c983d5a4b8bc79e771cb8fd3f571b37d38d71.tar.gz
python34-2c1c983d5a4b8bc79e771cb8fd3f571b37d38d71.tar.xz
python34-2c1c983d5a4b8bc79e771cb8fd3f571b37d38d71.zip
Initial import (#1219411)
Diffstat (limited to 'python3-arm-skip-failing-fragile-test.patch')
-rw-r--r--python3-arm-skip-failing-fragile-test.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/python3-arm-skip-failing-fragile-test.patch b/python3-arm-skip-failing-fragile-test.patch
new file mode 100644
index 0000000..3c2fa09
--- /dev/null
+++ b/python3-arm-skip-failing-fragile-test.patch
@@ -0,0 +1,12 @@
+--- Python-3.3.2/Lib/test/test_gdb.py.orig 2013-07-26 09:52:15.533852708 -0500
++++ Python-3.3.2/Lib/test/test_gdb.py 2013-07-26 15:07:53.733623014 -0500
+@@ -729,8 +729,7 @@
+ foo\(1, 2, 3\)
+ ''')
+
+- @unittest.skipUnless(_thread,
+- "Python was compiled without thread support")
++ @unittest.skip('Known failure on ARM: https://bugzilla.redhat.com/show_bug.cgi?id=986713')
+ def test_threads(self):
+ 'Verify that "py-bt" indicates threads that are waiting for the GIL'
+ cmd = '''