RESOLVED FIXED 56081
[GTK] fast/js/large-expressions.html fails
https://bugs.webkit.org/show_bug.cgi?id=56081
Summary [GTK] fast/js/large-expressions.html fails
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.