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

Side by Side Diff: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt

Issue 2855573003: [Gardening] Mark 2 layout tests as failing (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 Observatory listening on http://127.0.0.1:52753/
2 CONSOLE INFO: Observatory listening at
1 3
2 Running: testScopeChain 4 Running: testScopeChain
3 Set timer for test function. 5 Set timer for test function.
4 Script execution paused. 6 Script execution paused.
5 Call stack: 7 Call stack:
6 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37) 8 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
7 1) handleMessage (debugger-eval-on-call-frame.DART:14) 9 1) handleMessage (debugger-eval-on-call-frame.DART:14)
8 2) _EventStreamSubscription(VM_PRIVATE_MANGLING).<anonymous closure> (dart:h tml:xxxx) 10 2) _EventStreamSubscription(VM_PRIVATE_MANGLING).<anonymous closure> (dart:h tml:xxxx)
9 staticField = 42 11 staticField = 42
10 globalVar = 14 12 globalVar = 14
11 foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance fi eld 'foo' from a static function 13 foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance fi eld 'foo' from a static function
12 foo 14 foo
13 ^ 15 ^
14 z = 10 16 z = 10
15 inspect(document.documentElement).tagName = "HTML" 17 inspect(document.documentElement).tagName = "HTML"
16 inspect(document.body).tagName = "BODY" 18 inspect(document.body).tagName = "BODY"
17 inspect(document.body.children.first).tagName = "DIV" 19 inspect(document.body.children.first).tagName = "DIV"
18 $4 = Uncaught Unhandled exception: 20 $4 = Uncaught Unhandled exception:
19 NoSuchMethodError: No static getter '$4' declared in class 'Test'. 21 NoSuchMethodError: No static getter '$4' declared in class 'Test'.
20 Receiver: Type: class 'Test' 22 Receiver: Type: class 'Test'
21 Tried calling: $4 23 Tried calling: $4
22 #0 NoSuchMethodError._throwNew (DART_CORE_LIBRARY_SOURCE_LOCATION) 24 #0 NoSuchMethodError._throwNew (DART_CORE_LIBRARY_SOURCE_LOCATION)
23 #1 Test.Eval.<anonymous closure> (evaluate:source:2:1) 25 #1 Test.Eval.<anonymous closure> (evaluate:source:2:1)
24 #2 Test.createClosure.<anonymous closure> (SOURCE_LOCATION) 26 #2 Test.createClosure.<anonymous closure> (SOURCE_LOCATION)
25 #3 handleMessage (SOURCE_LOCATION) 27 #3 handleMessage (SOURCE_LOCATION)
26 #4 _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (D ART_CORE_LIBRARY_SOURCE_LOCATION) 28 #4 new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOUR CE_LOCATION)
27 $0.toString() = "div" 29 $0.toString() = "div"
28 $1.toString() = "body" 30 $1.toString() = "body"
29 $2.toString() = "html" 31 $2.toString() = "html"
30 $0 == document.body.children.first = true 32 $0 == document.body.children.first = true
31 $1 != document.body = false 33 $1 != document.body = false
32 $2 == document.documentElement = true 34 $2 == document.documentElement = true
33 Script execution resumed. 35 Script execution resumed.
34 36
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/dart/inspector/evaluate-in-console-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698