I just compiled and ran make test on Mac OS X 10.5.5
on my MacBook 2.1GHz. All tests passed except,

sage -t  devel/sage/sage/misc/sageinspect.py                 
**********************************************************************
File "/Users/tjlahey/sage/devel/sage/sage/misc/sageinspect.py", line 93:
     sage: sage_getsource(sage.misc.sageinspect.sage_getfile)
Exception raised:
     Traceback (most recent call last):
       File "/Users/tjlahey/sage/local/bin/ncadoctest.py", line 1231,  
in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File "/Users/tjlahey/sage/local/bin/sagedoctest.py", line 38,  
in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example,  
filename, compileflags)
       File "/Users/tjlahey/sage/local/bin/ncadoctest.py", line 1172,  
in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_0[24]>", line 1, in <module>
         sage_getsource(sage.misc.sageinspect.sage_getfile)###line 93:
     sage: sage_getsource(sage.misc.sageinspect.sage_getfile)
       File "/Users/tjlahey/Downloads/sage-3.2/local/lib/python2.5/ 
site-packages/sage/misc/sageinspect.py", line 361, in sage_getsource
       File "/Users/tjlahey/Downloads/sage-3.2/local/lib/python2.5/ 
site-packages/sage/misc/sageinspect.py", line 386, in  
sage_getsourcelines
       File "/Users/tjlahey/Downloads/sage-3.2/local/lib/python2.5/ 
inspect.py", line 618, in getsourcelines
         lines, lnum = findsource(object)
       File "/Users/tjlahey/Downloads/sage-3.2/local/lib/python2.5/ 
site-packages/IPython/ultraTB.py", line 151, in findsource
     IOError: could not get source code
**********************************************************************
1 items had failures:
    1 of  27 in __main__.example_0
***Test Failed*** 1 failures.
For whitespace errors, see the file /Users/tjlahey/sage/ 
tmp/.doctest_sageinspect.py
         [3.4 s]
exit code: 1024

----------------------------------------------------------------------
The following tests failed:


        sage -t  devel/sage/sage/misc/sageinspect.py

One thing I noticed is that the directory,
/Users/tjlahey/Downloads/sage-3.2/local/lib/python2.5/site-packages/ 
IPython/

doesn't exist any more since I moved the sage installation as one can
see in the test,
File "/Users/tjlahey/sage/devel/sage/sage/misc/sageinspect.py",

So, this appears to be a problem with the relocation scripts, I think.

Thoughts? Suggestions?

Cheers,

Tim.

---
Tim Lahey
PhD Candidate, Systems Design Engineering
University of Waterloo



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to