Hello Folks! Could you help to debug the failure of the following test?
sage -t devel/sage/sage/interfaces/r.py Sage was compiled from source (3.1.3) with export MAKE="make - j8" (machine has 8 processors and run RedHat Enterprise Linux 5, 64-bit version). I've upgraded to 3.1.4, and got the same failure... Here is an excerpt of test.log that seems to be related to the failure: sage -t devel/sage/sage/interfaces/r.py ******************** ************************************************** File "/home/dmi/meulien/Sources/sage-3.1.3/tmp/r.py", line 549: sage: r.library('foobar') Expected: Traceback (most recent call last): ... ImportError: there is no package called 'foobar' Got nothing ********************************************************************** File "/home/dmi/meulien/Sources/sage-3.1.3/tmp/r.py", line 850: sage: r.completions('tes') Expected: ['testPlatformEquivalence', 'testVirtual'] Got: ['testPlatformEquivalence', 'testPlatformEquivalence', 'testVirtual', 'testV irtual'] ********************************************************************** 2 items had failures: 1 of 5 in __main__.example_17 1 of 3 in __main__.example_34 ***Test Failed*** 2 failures. Thanks for reading! --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@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-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---