[Issue 14647] std.random line 3015 heisenbug with FreeBSD_32

2018-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14647

Seb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greensunn...@gmail.com
 Resolution|--- |FIXED

--- Comment #4 from Seb  ---
I haven't seen this one in the last two years, so I'm assuming that it has been
fixed. Closing.

--


[Issue 14647] std.random line 3015 heisenbug with FreeBSD_32

2015-06-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14647

--- Comment #3 from Steven Schveighoffer schvei...@yahoo.com ---
Another case:
https://github.com/D-Programming-Language/phobos/pull/3315#issuecomment-109180826

--


[Issue 14647] std.random line 3015 heisenbug with FreeBSD_32

2015-06-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14647

Brad Roberts bra...@puremagic.com changed:

   What|Removed |Added

 CC||bra...@puremagic.com

--- Comment #2 from Brad Roberts bra...@puremagic.com ---
Discussion about this test and its failures:
  https://github.com/D-Programming-Language/phobos/pull/1533

--


[Issue 14647] std.random line 3015 heisenbug with FreeBSD_32

2015-06-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14647

Steven Schveighoffer schvei...@yahoo.com changed:

   What|Removed |Added

 CC||schvei...@yahoo.com

--- Comment #1 from Steven Schveighoffer schvei...@yahoo.com ---
We need to ban unpredictableSeed from unit tests.

We should NOT be having random failures due to actual intentional randomness. I
don't care how low the probabilities of failure are. Any failure is going to be
treated as a failure, even if it's a low probability failure.

--


[Issue 14647] std.random line 3015 heisenbug with FreeBSD_32

2015-06-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14647

Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

Summary|std.random like 3015|std.random line 3015
   |heisenbug with FreeBSD_32   |heisenbug with FreeBSD_32

--