Bug 56081

Summary: [GTK] fast/js/large-expressions.html fails
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, mrobinson, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Philippe Normand
Reported 2011-03-10 01:29:44 PST
On Debug bots, consistently. First known failing build: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/20166 http://trac.webkit.org/changeset/80621 is especially suspect but I can't locally reproduce the failure, so unable to confirm this. I'll skip the test for now.
Attachments
Martin Robinson
Comment 1 2011-03-11 10:51:08 PST
Here's the diff: --- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/js/large-expressions-expected.txt 2011-03-10 17:00:17.029115980 -0800 +++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/js/large-expressions-actual.txt 2011-03-10 17:00:17.029115980 -0800 @@ -6,7 +6,7 @@ PASS eval(repeatedExpression("letterA", "+", 100)) is repeatedString("a", 100) PASS eval(repeatedExpression("letterA", "+", 1000)) is repeatedString("a", 1000) PASS eval(repeatedExpression("letterA", "+", 10000)) is repeatedString("a", 10000) -PASS eval(repeatedExpression("letterA", "+", 100000)) threw exception Error: Out of memory. +FAIL eval(repeatedExpression("letterA", "+", 100000)) should throw an exception. Was aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.... PASS successfullyParsed is true TEST COMPLETE
Zan Dobersek
Comment 2 2012-05-05 09:56:56 PDT
The tests covered by this bug were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt. Their expectations were removed in r116122[1] (covered by bug #85591). Closing the bug. 1: http://trac.webkit.org/changeset/116122
Note You need to log in before you can comment on or make changes to this bug.