Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #2014 (new defect)

Opened 13 years ago

Last modified 13 years ago

Failing unittests

Reported by: mwarning Assigned to: mwarning
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Cc:

Description

dmd/linux/32bit:

tango.core.Exception.AssertException@tango/net/device/Berkeley.d(1862): Assertion failure

ldc/linux/64bit:

tango.core.Exception.AssertException@tango/math/Probability.d(713): Assertion failure
tango.core.Exception.AssertException@tango/net/device/Berkeley.d(1862): Assertion failure

Change History

11/06/10 15:37:30 changed by mwarning

  • owner changed from community to mwarning.

11/06/10 15:46:45 changed by mwarning

Berkeley.d:1862

IPv6Address ia = new IPv6Address("7628:0d18:11a3:09d7:1f34:8a2e:07a0:765d", 8080);
assert(ia.toString() == "[7628:0d18:11a3:09d7:1f34:8a2e:07a0:765d]:8080");

ia.toString() is [7628:d18:11a3:9d7:1f34:8a2e:7a0:765d]:8080

11/14/10 14:36:22 changed by mwarning

The string is the same for 32bit FreeBSD and 64bit Unbuntu and Debian.

11/14/10 16:21:12 changed by mwarning

Somehow I can't reproduce the problem in Probability.d. Any help? Maybe I don't use the right compilation options,

11/15/10 17:53:23 changed by mwarning

(In [5601]) refs #2014 :: Failing unittests

11/18/10 04:44:37 changed by kris

looks like leading zeroes are missing? Should we fix that instead, or is it ok without leading zeroes?