2
0
Эх сурвалжийг харах

* disable timing check as it causes too much false negatives on machines under load

florian 2 жил өмнө
parent
commit
aff133cac2

+ 3 - 1
packages/rtl-generics/tests/tqsort_killer.pp

@@ -128,8 +128,10 @@ type
 		if (prevTime > 0) and (time / prevTime > 3) then
 		  begin
 		    writeln;
-		    writeln('Bad sorting algorithm behaviour');
+		    writeln('Potentially bad sorting algorithm behaviour');
+			{ causes too many false negative
 			halt(1);
+			}
 		  end;
 		prevTime := time;
 		write(', ');