On Thursday, November 7, 2019 at 9:02:53 PM UTC-5, kcrisman wrote:
>
> And with Python 3 support on beta4 on Mac OS X 10.11.6, a single 
> verifiable doctest failure on ptestlong, of which only the first one is an 
> actual failure (the rest depend on it).  I note that if I run the first 
> test by hand, it not only works but A and B give the long name based on pid 
> and so forth correctly.
>
> 1 item had failures:
>    4 of   8 in sage.misc.sageinspect._sage_getsourcelines_name_with_dot
>     [339 tests, 4 failures, 18.87 s]
>

And 

cython('''cpdef test_funct(x,y): return''')
in  sage.misc.sageinspect.sage_getsourcelines seems to have similar issues, 
but not consistently - sometimes all tests in this file pass.  Maybe some 
kind of race condition?  Whether I use one or multiple threads does not 
seem to matter.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/a0d6267c-1d20-4126-82b2-d6df028761ea%40googlegroups.com.

Reply via email to