2010/1/19 John Cremona <john.crem...@gmail.com>:
> 4.3.1.rc1 built fine (64-bit ubuntu), one test failure:
>
> sage -t  devel/sage/sage/misc/sagedoc.py
> **********************************************************************
> File "/home/jec/sage-4.3.1.rc1/devel/sage-main/sage/misc/sagedoc.py", line 
> 365:
>    sage: 'abvar/homology' in _search_src_or_doc('doc', 'homology',
> 'variety', interact=False)
> Expected:
>    True
> Got:
>    False
>
> John
>

And on another 64-bit ubuntu machine, built fine and two failures --
the one above and also this:

j...@host-57-44%./sage -t  devel/sage/sage/interfaces/sage0.py
sage -t  "devel/sage/sage/interfaces/sage0.py"
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 445:
    sage: F == sage0(F)._sage_()
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/sagedoctest.py", line
38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_20[4]>", line 1, in <module>
        F == sage0(F)._sage_()###line 445:
    sage: F == sage0(F)._sage_()
      File 
"/home/jec/sage-4.3.1.rc1/local/lib/python/site-packages/sage/interfaces/sage0.py",
line 455, in _sage_
        return load(P._local_tmpfile())
      File "sage_object.pyx", line 700, in
sage.structure.sage_object.load (sage/structure/sage_object.c:7521)
    IOError: [Errno 2] No such file or directory:
'/home/jec/.sage//temp/host_57_44/32735//interface//tmp32735.sobj'
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 463:
    sage: four_gcd(6)
Expected:
    2
Got:
    <BLANKLINE>
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 486:
    sage: sage0(4).gcd
Expected:
    <built-in method gcd of sage.rings.integer.Integer object at 0x...>
Got:
    <BLANKLINE>
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 512:
    sage: half = reduce_load_element(s); half
Expected:
    1/2
Got:
    <BLANKLINE>
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 544:
    sage: sage0_version() == version()
Expected:
    True
Got:
    False
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 174:
    sage: print "ignore this";  sage0.cputime()     # random output
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/sagedoctest.py", line
38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_3[2]>", line 1, in <module>
        print "ignore this";  sage0.cputime()     # random output###line 174:
    sage: print "ignore this";  sage0.cputime()     # random output
      File 
"/home/jec/sage-4.3.1.rc1/local/lib/python/site-packages/sage/interfaces/sage0.py",
line 185, in cputime
        return float(s)
    ValueError: empty string for float()
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 176:
    sage: sage0('factor(2^157-1)')
Expected:
    852133201 * 60726444167 * 1654058017289 * 2134387368610417
Got:
    <BLANKLINE>
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 178:
    sage: print "ignore this";  sage0.cputime()     # random output
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/sagedoctest.py", line
38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_3[4]>", line 1, in <module>
        print "ignore this";  sage0.cputime()     # random output###line 178:
    sage: print "ignore this";  sage0.cputime()     # random output
      File 
"/home/jec/sage-4.3.1.rc1/local/lib/python/site-packages/sage/interfaces/sage0.py",
line 185, in cputime
        return float(s)
    ValueError: invalid literal for float(): 852133201 * 60726444167 *
1654058017289 * 2134387368610417
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 192:
    sage: len(t) > 100
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/sagedoctest.py", line
38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_4[3]>", line 1, in <module>
        len(t) > Integer(100)###line 192:
    sage: len(t) > 100
    TypeError: object of type 'float' has no len()
**********************************************************************
File "/home/jec/sage-4.3.1.rc1/devel/sage/sage/interfaces/sage0.py", line 194:
    sage: 'gcd' in t
Exception raised:
    Traceback (most recent call last):
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1231, in run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/sagedoctest.py", line
38, in run_one_example
        OrigDocTestRunner.run_one_example(self, test, example,
filename, compileflags)
      File "/home/jec/sage-4.3.1.rc1/local/bin/ncadoctest.py", line
1172, in run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_4[4]>", line 1, in <module>
        'gcd' in t###line 194:
    sage: 'gcd' in t
    TypeError: argument of type 'float' is not iterable
**********************************************************************
7 items had failures:
-- 
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

Reply via email to