RESOLVED FIXED 108130
Make integer-modulo.js a try JS-Regress test
https://bugs.webkit.org/show_bug.cgi?id=108130
Summary Make integer-modulo.js a try JS-Regress test
Michael Saboff
Reported 2013-01-28 16:10:01 PST
fast/js/regress/integer-modulo is actually written as a Layout test it need to be changed to be a JS-Regress test.
Attachments
Patch (3.79 KB, patch)
2013-01-28 16:43 PST, Michael Saboff
fpizlo: review+
fpizlo: commit-queue-
Michael Saboff
Comment 1 2013-01-28 16:43:36 PST
Filip Pizlo
Comment 2 2013-01-28 17:08:48 PST
Comment on attachment 185102 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185102&action=review > LayoutTests/fast/js/regress/script-tests/integer-modulo.js:81 > + print("Bad result: " + result); Don't call print() since that literally prints things, as in on a physical printer, when called in browser.
Michael Saboff
Comment 3 2013-01-28 17:45:25 PST
Note You need to log in before you can comment on or make changes to this bug.