Ticket #12998 (new defect)

Opened 12 months ago

Last modified 12 months ago

experimental package chomp-20100213.p2.spkg fails test on x86_64-Linux

Reported by: mariah Owned by: tbd
Priority: minor Milestone: sage-5.10
Component: packages: optional Keywords:
Cc: jhpalmieri Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description (last modified by mariah) (diff)

The experimental package chomp-20100213.p2.spkg fails the following test when added to sage-5.0 on skynet/eno:

eno% ./sage -t  --long -force_lib "devel/sage/sage/geometry/fan.py"
sage -t --long -force_lib "devel/sage/sage/geometry/fan.py" 
**********************************************************************
File "/home/mariah/sage/sage-5.0-x86_64-Linux-core2-fc/devel/sage/sage/geometry/fan.py", line 2779:
    sage: fan.complex().homology()
Expected:
    {0: 0, 1: 0, 2: Z x Z, 3: 0}
Got:
    {2: Z x Z, 3: 0}
**********************************************************************
File "/home/mariah/sage/sage-5.0-x86_64-Linux-core2-fc/devel/sage/sage/geometry/fan.py", line 2783:
    sage: fan.complex().homology()
Expected:
    {0: 0, 1: 0, 2: Z, 3: 0}
Got:
    {2: Z, 3: 0}
**********************************************************************
1 items had failures:
   2 of  22 in __main__.example_46
***Test Failed*** 2 failures.
For whitespace errors, see the file /home/mariah/.sage//tmp/fan_14118.py
         [9.2 s]
 
----------------------------------------------------------------------
The following tests failed:


        sage -t --long -force_lib "devel/sage/sage/geometry/fan.py"

See also #11713.

Change History

comment:1 Changed 12 months ago by mariah

  • Description modified (diff)

comment:2 Changed 12 months ago by jhpalmieri

  • Cc jhpalmieri added

comment:3 Changed 12 months ago by jhpalmieri

I think this is a duplicate of #12607.

Note: See TracTickets for help on using tickets.