Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: LayoutTests/dart/custom/lifecycle-exception-expected.txt

Issue 1369743003: Add a line number filter for layout tests. Suppress/fix Dartium layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/custom/lifecycle-exception-expected.txt
diff --git a/LayoutTests/dart/custom/lifecycle-exception-expected.txt b/LayoutTests/dart/custom/lifecycle-exception-expected.txt
index edb61e2479bbb394477e84cf2c10a1c3b47d5dea..af95703688f9d03147a5044312c903e6d0d6aaad 100644
--- a/LayoutTests/dart/custom/lifecycle-exception-expected.txt
+++ b/LayoutTests/dart/custom/lifecycle-exception-expected.txt
@@ -1,16 +1,36 @@
-CONSOLE MESSAGE: before attached throw
-CONSOLE ERROR: line 12: Exception: attached error
+CONSOLE MESSAGE: line 1: before attached throw
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+attached error
+#0 Error.attached (lifecycle-exception.dart:38:19)
CONSOLE MESSAGE: before attached throw
CONSOLE MESSAGE: Caught direct throw
-CONSOLE ERROR: line 44: Exception: Class 'Error' has no instance method 'attributeChanged' with matching arguments.
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+Class 'Error' has no instance method 'attributeChanged' with matching arguments.
NoSuchMethodError: incorrect number of arguments passed to method named 'attributeChanged'
Receiver: Instance of 'Error'
Tried calling: attributeChanged("foo", null, "bar")
Found: attributeChanged()
-CONSOLE MESSAGE: before detached throw
-CONSOLE ERROR: line 18: Exception: detached error
-CONSOLE ERROR: line 29: Exception: Error2 cannot be created
+#0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
+#1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
+#2 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
+#3 JsObject._callMethod (dart:js:xxxx)
+#4 JsObject.callMethod (dart:js:xxxx)
+#5 BlinkElement.setAttribute_Callback_2_ (dart:_blink:xxxx)
+#6 Element.setAttribute (dart:html:xxxx)
+#7 main (lifecycle-exception.dart:44:13)
+CONSOLE MESSAGE: line 1: before detached throw
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+detached error
+#0 Error.detached (lifecycle-exception.dart:45:13)
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+Error2 cannot be created
+#0 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
+#1 JsObject._callMethod (dart:js:xxxx)
+#2 JsObject.callMethod (dart:js:xxxx)
+#3 BlinkDocument.createElement_Callback_1_ (dart:_blink:xxxx)
+#4 Document.createElement (dart:html:xxxx)
+#5 main (lifecycle-exception.dart:53:28)
CONSOLE MESSAGE: false
CONSOLE MESSAGE: true
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698