diff options
Diffstat (limited to 'deps/v8/test/mjsunit/div-mod.js')
-rw-r--r-- | deps/v8/test/mjsunit/div-mod.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/test/mjsunit/div-mod.js b/deps/v8/test/mjsunit/div-mod.js index 08cee8cdd1..c3144955cb 100644 --- a/deps/v8/test/mjsunit/div-mod.js +++ b/deps/v8/test/mjsunit/div-mod.js @@ -126,15 +126,9 @@ function compute_mod(dividend, divisor) { var example_numbers = [ NaN, 0, - - // Due to a bug in fmod(), modulos involving denormals - // return the wrong result for glibc <= 2.16. - // Details: http://sourceware.org/bugzilla/show_bug.cgi?id=14048 - Number.MIN_VALUE, 3 * Number.MIN_VALUE, max_denormal, - min_normal, repeating_decimal, finite_decimal, |