[packages/python3] - disable test_time on x32
    arekm 
    arekm at pld-linux.org
       
    Wed Dec 28 22:02:33 CET 2016
    
    
  
commit 59a34e4810a349bd1bb66f5119a11d2ad24f1c9b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Dec 28 22:02:26 2016 +0100
    - disable test_time on x32
 python3.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index cc67086..d1875f3 100644
--- a/python3.spec
+++ b/python3.spec
@@ -14,7 +14,13 @@
 # tests which fail because of some unknown/unresolved reason (this list should be %{nil})
 #   test_site: fails because our site.py is patched to include both /usr/share/... and /usr/lib...
 #   test_gdb: fails, as the gdb uses old python version
-%define		broken_tests	test_nntplib test_gdb test_site
+#   test_time: test_AsTimeval (test.test_time.TestCPyTime), rounding error
+%define		broken_tests	test_nntplib \
+%ifarch x32
+				test_time \
+%endif
+				test_gdb \
+				test_site
 
 %define py_ver		3.6
 %define py_abi		%{py_ver}m
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/59a34e4810a349bd1bb66f5119a11d2ad24f1c9b
    
    
More information about the pld-cvs-commit
mailing list