| Index: test/mjsunit/div-mod.js
|
| diff --git a/test/mjsunit/div-mod.js b/test/mjsunit/div-mod.js
|
| index 9f71ec3545d8280b25448da040ab2420263f4a25..08cee8cdd143078f117e3aa5fb2b1530ec2c2e39 100644
|
| --- a/test/mjsunit/div-mod.js
|
| +++ b/test/mjsunit/div-mod.js
|
| @@ -127,14 +127,13 @@ function compute_mod(dividend, divisor) {
|
| NaN,
|
| 0,
|
|
|
| - // TODO(all): due to a bug in fmod(), modulos involving denormals
|
| - // return the wrong result for glibc <= 2.16. Restore these cases when
|
| - // development machines have been upgraded.
|
| + // 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,
|
| + Number.MIN_VALUE,
|
| + 3 * Number.MIN_VALUE,
|
| + max_denormal,
|
|
|
| min_normal,
|
| repeating_decimal,
|
|
|