#4197: weird ntl finite field modulus caching bug.
------------------------------+---------------------------------------------
 Reporter:  was               |       Owner:  somebody  
     Type:  defect            |      Status:  new       
 Priority:  major             |   Milestone:  sage-3.1.3
Component:  basic arithmetic  |    Keywords:            
------------------------------+---------------------------------------------
 I thought we slayed this, but on eno we have this weird failure:

 {{{
 sage -t -long
 
devel/sage/sage/rings/finite_field_ntl_gf2e.pyx**********************************************************************
 File
 "/home/wstein/eno/build/sage-3.1.3.alpha1/tmp/finite_field_ntl_gf2e.py",
 line 167:
    sage: k.modulus()
 Expected:
    x^1024 + x^19 + x^6 + x + 1
 Got:
    x^1024 + x^16 + x^15 + x^14 + x^13 + x^11 + x^10 + x^9 + x^7 + x^6 +
 x^2
 **********************************************************************
 1 items had failures:
   1 of  10 in __main__.example_2
 ***Test Failed*** 1 failures.
 For whitespace errors, see the file
 /home/wstein/eno/build/sage-3.1.3.alpha1/tmp/.doctest_finite_field_ntl_gf2e.py
         [1.2 s]

 This machine is:
 [EMAIL PROTECTED] eno]$ cat /etc/issue
 Fedora release 8 (Werewolf)
 Kernel \r on an \m

 [EMAIL PROTECTED] eno]$ uname -a
 Linux eno 2.6.24.5-85.fc8 #1 SMP Sat Apr 19 11:18:09 EDT 2008 x86_64
 x86_64 x86_64 GNU/Linux
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4197>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to