[Webkit-unassigned] [Bug 140947] New: [Win] JSC Runs out of memory on certain tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 11:48:59 PST 2015


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

            Bug ID: 140947
           Summary: [Win] JSC Runs out of memory on certain tests
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The following layout tests fail (or are flaky) because they run out of memory:

js/slow-stress/Int32Array-alloc-huge-long-lived.html
js/slow-stress/Int32Array-alloc-large-long-lived.html

Example output:

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/js/slow-stress/Int32Array-alloc-huge-long-lived-actual.txt
@@ -1,10 +1,11 @@
+CONSOLE MESSAGE: line 8: Error: Out of memory
 JSRegress/Int32Array-alloc-huge-long-lived

 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS no exception thrown
-PASS successfullyParsed is true
+FAIL caught exception: Error: Out of memory
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

 TEST COMPLETE

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150127/08a63f08/attachment-0002.html>


More information about the webkit-unassigned mailing list