Title: [113029] trunk/LayoutTests
Revision
113029
Author
[email protected]
Date
2012-04-03 06:39:59 -0700 (Tue, 03 Apr 2012)

Log Message

chromium: fast/dom/error-to-string-stack-overflow.html is failing after v8 roll to 3.10.0.2
https://bugs.webkit.org/show_bug.cgi?id=82993

Adjust test expectation to include the line number of the exception.

Patch by Ulan Degenbaev <[email protected]> on 2012-04-03
Reviewed by Kentaro Hara.

* platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (113028 => 113029)


--- trunk/LayoutTests/ChangeLog	2012-04-03 13:24:56 UTC (rev 113028)
+++ trunk/LayoutTests/ChangeLog	2012-04-03 13:39:59 UTC (rev 113029)
@@ -1,3 +1,15 @@
+2012-04-03  Ulan Degenbaev  <[email protected]>
+
+        chromium: fast/dom/error-to-string-stack-overflow.html is failing after v8 roll to 3.10.0.2
+        https://bugs.webkit.org/show_bug.cgi?id=82993
+
+        Adjust test expectation to include the line number of the exception.
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2012-04-03  Balazs Kelemen  <[email protected]>
 
         [Qt][WK2] All plugin tests are failing on buildbot

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (113028 => 113029)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-03 13:24:56 UTC (rev 113028)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-03 13:39:59 UTC (rev 113029)
@@ -3990,6 +3990,7 @@
 // important.
 BUG_OJAN SKIP : fast/js/global-constructors.html = FAIL
 
+BUGWK82993 LINUX : fast/dom/error-to-string-stack-overflow.html = TEXT
 
 // This should only be a layer change.
 BUGWK82129 : fast/box-shadow/shadow-buffer-partial.html = TEXT

Modified: trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt (113028 => 113029)


--- trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt	2012-04-03 13:24:56 UTC (rev 113028)
+++ trunk/LayoutTests/platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt	2012-04-03 13:39:59 UTC (rev 113029)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Uncaught RangeError: Maximum call stack size exceeded
+CONSOLE MESSAGE: line 14: Uncaught RangeError: Maximum call stack size exceeded
 Regression test for https://bugs.webkit.org/show_bug.cgi?id=30774. This test passes if it doesn't crash.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to