[Webkit-unassigned] [Bug 128789] New: A number of js/regress tests simply take way too long to run in debug on Windows and should be skipped for now

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 18:15:26 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128789

           Summary: A number of js/regress tests simply take way too long
                    to run in debug on Windows and should be skipped for
                    now
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com


For example, one test has the following code.
var cycles = 20000
var numberObject = Number
function foo() {
    var result = 0;
    var innerCycles = cycles;
    var Number = numberObject;
    for (var i = 0; i < innerCycles; ++i)
        result += 0 | isNaN(Number.NaN);

    return result;
}

Perhaps we should consider decreasing the number of cycles. It has no issue, if I set the cycles to say, 2000.

  js/regress/Int16Array-bubble-sort-with-byteLength.html [ Timeout ]
  js/regress/Int16Array-bubble-sort.html [ Timeout ]
  js/regress/chain-custom-getter.html [ Timeout ]
  js/regress/chain-getter-access.html [ Timeout ]
  js/regress/marsaglia.html [ Timeout ]
  js/regress/proto-custom-getter.html [ Timeout ]
  js/regress/proto-getter-access.html [ Timeout ]
  js/regress/simple-custom-getter.html [ Timeout ]
  js/regress/simple-getter-access.html [ Timeout ]]

Skipping for now

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list