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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: before attached throw 1 CONSOLE MESSAGE: line 1: before attached throw
2 CONSOLE ERROR: line 12: Exception: attached error 2 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
3 attached error
4 #0 Error.attached (lifecycle-exception.dart:38:19)
3 CONSOLE MESSAGE: before attached throw 5 CONSOLE MESSAGE: before attached throw
4 CONSOLE MESSAGE: Caught direct throw 6 CONSOLE MESSAGE: Caught direct throw
5 CONSOLE ERROR: line 44: Exception: Class 'Error' has no instance method 'attribu teChanged' with matching arguments. 7 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
8 Class 'Error' has no instance method 'attributeChanged' with matching arguments.
6 9
7 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu teChanged' 10 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu teChanged'
8 Receiver: Instance of 'Error' 11 Receiver: Instance of 'Error'
9 Tried calling: attributeChanged("foo", null, "bar") 12 Tried calling: attributeChanged("foo", null, "bar")
10 Found: attributeChanged() 13 Found: attributeChanged()
11 CONSOLE MESSAGE: before detached throw 14 #0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
12 CONSOLE ERROR: line 18: Exception: detached error 15 #1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
13 CONSOLE ERROR: line 29: Exception: Error2 cannot be created 16 #2 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
17 #3 JsObject._callMethod (dart:js:xxxx)
18 #4 JsObject.callMethod (dart:js:xxxx)
19 #5 BlinkElement.setAttribute_Callback_2_ (dart:_blink:xxxx)
20 #6 Element.setAttribute (dart:html:xxxx)
21 #7 main (lifecycle-exception.dart:44:13)
22 CONSOLE MESSAGE: line 1: before detached throw
23 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
24 detached error
25 #0 Error.detached (lifecycle-exception.dart:45:13)
26 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
27 Error2 cannot be created
28 #0 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
29 #1 JsObject._callMethod (dart:js:xxxx)
30 #2 JsObject.callMethod (dart:js:xxxx)
31 #3 BlinkDocument.createElement_Callback_1_ (dart:_blink:xxxx)
32 #4 Document.createElement (dart:html:xxxx)
33 #5 main (lifecycle-exception.dart:53:28)
14 CONSOLE MESSAGE: false 34 CONSOLE MESSAGE: false
15 CONSOLE MESSAGE: true 35 CONSOLE MESSAGE: true
16 36
OLDNEW
« 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