Ticket #4953 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[probably fixed] sage/misc/randstate.pyx doctest failure on menas

Reported by: mabshoff Owned by: cwitty
Priority: blocker Milestone: sage-3.3
Component: misc Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

The following was introduced by #4934:

menas (x86_64-Linux-suse)

**********************************************************************
File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-suse/devel/sage/sage/misc/randstate.pyx",
line 239:
    : with seed(1): (rtest(), rtest())
Expected:
    ((978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1046254370, 60359, 0.83350776541997362), (138, -0.247578366457583, 2*x
- 24, (), [ 1, 1,
1, 0, 1 ], 1077419109, 10234, 0.0033332230808060803))
Got:
    ((978, 0.184109262667515, -3*x^2 - 1/12, (2,3)(4,5), [ 0, 1, 1, 0,
0 ], 1046254370, 60359, 0.83350776541997362), (138,
-0.247578366457583, 2*x - 24, (1,3,2)(4,5), [ 1, 1, 1, 0, 1 ],
1077419109, 10234, 0.0033332230808060803))
**********************************************************************

Change History

comment:1 Changed 4 years ago by mabshoff

  • Summary changed from sage/misc/randstate.pyx doctest failure on menas to [probably fixed] sage/misc/randstate.pyx doctest failure on menas
  • Milestone changed from sage-3.4.1 to sage-3.3

I am no longer seeing this with the system compiler in 3.3.alpha6, but will try with gcc 4.3.3.

Cheers,

Michael

comment:2 Changed 4 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

This issue does no longer happen with the system gcc as well as gcc 4.3.3 with Sage 3.3.alpha6:

mabshoff@menas:~/build-3.3.alpha6/sage-3.3.alpha6-menas-gcc433> ./sage -t -long devel/sage/sage/misc/randstate.pyx
sage -t -long "devel/sage/sage/misc/randstate.pyx"          
	 [22.2 s]

Cheers,

Michael

Note: See TracTickets for help on using tickets.