Bug 108130 - Make integer-modulo.js a try JS-Regress test
Summary: Make integer-modulo.js a try JS-Regress test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 16:10 PST by Michael Saboff
Modified: 2013-01-28 17:45 PST (History)
0 users

See Also:


Attachments
Patch (3.79 KB, patch)
2013-01-28 16:43 PST, Michael Saboff
fpizlo: review+
fpizlo: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 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.
Comment 1 Michael Saboff 2013-01-28 16:43:36 PST
Created attachment 185102 [details]
Patch
Comment 2 Filip Pizlo 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.
Comment 3 Michael Saboff 2013-01-28 17:45:25 PST
Committed r141031: <http://trac.webkit.org/changeset/141031>