On an intel mac running 10.4.11, I got those two, plus: ********************************************************************** File "/Volumes/E/sage-4.3.rc0/devel/sage/sage/rings/ complex_double.pyx", line 2046: sage: z^2 - z + 1 Expected: -4.4408920985e-16 Got: -2.22044604925e-16 - 2.22044604925e-16*I **********************************************************************
and ********************************************************************** File "/Volumes/E/sage-4.3.rc0/devel/sage/sage/numerical/mip.pyx", line 339: sage: p.show() Expected: Maximization: x0 + x1 Constraints: -3*x0 + 2*x1 <= 2 Variables: x1 is a real variable (min=0.0, max=+oo) x0 is a real variable (min=0.0, max=+oo) Got: Maximization: x0 + x1 Constraints: -3*x0 + 2*x1 <= 2 Variables: x0 is a real variable (min=0.0, max=+oo) x1 is a real variable (min=0.0, max=+oo) ********************************************************************** File "/Volumes/E/sage-4.3.rc0/devel/sage/sage/numerical/mip.pyx", line 987: sage: p._NormalForm(v[0] + v[1]) Expected: {0: 0, x1: 1, x0: 1} Got: {0: 0, x0: 1, x1: 1} ********************************************************************** and my "usual" one on this platform: ********************************************************************** File "/Volumes/E/sage-4.3.rc0/devel/sage/sage/server/notebook/ cell.py", line 1601: sage: C.introspect_html() Expected: '<div class="docstring">...<span class="math">foobar</span>...</ div>' Got: '<pre class="introspection">`foobar`</pre>' ********************************************************************** -Marshall On Dec 11, 1:38 am, Dan Drake <dr...@kaist.edu> wrote: > On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > > Sage 4.3.rc0 is out. Source and binary are available at > > Builds fine on Ubuntu 9.10 amd64, but I have a couple doctest failures, > both of which seem like harmless changes to the LaTeX output: > > dr...@sagenb:~/s/sage-4.3.rc0$ ./sage -t > devel/sage/doc/en/constructions/calculus.rst > sage -t "devel/sage/doc/en/constructions/calculus.rst" > ********************************************************************** > File > "/home/drake/s/sage-4.3.rc0/devel/sage/doc/en/constructions/calculus.rst", > line 29: > sage: latex(f.diff(x)) > Expected: > k x^{3} e^{k x} \sin\left(w x\right) + w x^{3} e^{k x} \cos\left(w > x\right) + 3 \, x^{2} e^{k x} \sin\left(w x\right) > Got: > k x^{3} e^{\left(k x\right)} \sin\left(w x\right) + w x^{3} > e^{\left(k x\right)} \cos\left(w x\right) + 3 \, x^{2} e^{\left(k x\right)} > \sin\left(w x\right) > ********************************************************************** > > and then, this one: > > dr...@sagenb:~/s/sage-4.3.rc0$ ./sage -t > devel/sage/doc/en/bordeaux_2008/nf_introduction.rst > sage -t "devel/sage/doc/en/bordeaux_2008/nf_introduction.rst" > ********************************************************************** > File > "/home/drake/s/sage-4.3.rc0/devel/sage/doc/en/bordeaux_2008/nf_introduction.rst", > line 300: > sage: latex(a) > Expected: > -\frac{1}{2} \, {(I \, \sqrt{3} + 1)} ... > Got: > -\frac{1}{2} \, {\left(I \, \sqrt{3} + 1\right)} {\left(\frac{1}{18} > \, \sqrt{8 \, \sqrt{2} + 675} \sqrt{3} - > \frac{5}{2}\right)}^{\left(\frac{1}{3}\right)} + \frac{1}{6} \, > \frac{{\left(-I \, \sqrt{3} + 1\right)} \sqrt{2}}{{\left(\frac{1}{18} \, > \sqrt{8 \, \sqrt{2} + 675} \sqrt{3} - > \frac{5}{2}\right)}^{\left(\frac{1}{3}\right)}} > ********************************************************************** > > Dan > > -- > --- Dan Drake > ----- http://mathsci.kaist.ac.kr/~drake > ------- > > signature.asc > < 1KViewDownload -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org