Skip to content

Failed

Windows-x86_64 / Tests-Windows-x86_64-CoInterpreter / Windows64.Kernel.Tests.Numbers.FractionTest.testExactSqrt (from Kernel-Tests)

Failing for the past 3 builds (Since Failed #58 )
Took 21 sec.

Stacktrace

TestTookTooMuchTime
Process>>pvtSignal:list:
LargePositiveInteger(LargeInteger)>>-
LargePositiveInteger(Integer)>>sqrtFloor
LargePositiveInteger(Integer)>>sqrt
LargePositiveInteger>>sqrt
Fraction>>sqrt
[ :i :j |
		f := i / j.
		self assert: f squared sqrt classAndValueEquals: f.
		f := j / i.
		self assert: f squared sqrt classAndValueEquals: f ] in FractionTest>>testExactSqrt
Array(SequenceableCollection)>>pairsDo:
FractionTest>>testExactSqrt
FractionTest(TestCase)>>performTest