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

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

Issue 1689873002: Enable inspector tests disabled when dart:html was switched to JS interop. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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
OLDNEW
1 1
2 Running: testScopeChain 2 Running: testScopeChain
3 Set timer for test function. 3 Set timer for test function.
4 Script execution paused. 4 Script execution paused.
5 Call stack: 5 Call stack:
6 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37) 6 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
7 1) handleMessage (debugger-eval-on-call-frame.DART:14) 7 1) handleMessage (debugger-eval-on-call-frame.DART:14)
8 2) Function._apply(VM_PRIVATE_MANGLING) (dart:core-patch/function_patch.dart :7)
9 3) Function.apply (dart:core-patch/function_patch.dart:28)
10 4) _CreateDartFunctionForInteropIgnoreThis(VM_PRIVATE_MANGLING).call (dart:j s:xxxx)
8 staticField = 42 11 staticField = 42
9 globalVar = 14 12 globalVar = 14
10 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
11 foo 14 foo
12 ^ 15 ^
13 z = 10 16 z = 10
14 inspect(document.documentElement).tagName = "HTML" 17 inspect(document.documentElement).tagName = "HTML"
15 inspect(document.body).tagName = "BODY" 18 inspect(document.body).tagName = "BODY"
16 inspect(document.body.children.first).tagName = "DIV" 19 inspect(document.body.children.first).tagName = "DIV"
17 $0.toString() = "body" 20 $4 = Uncaught Unhandled exception:
21 No static getter '$4' declared in class 'Test'.
22
23 NoSuchMethodError: method not found: '$4'
24 Receiver: Type: class 'Test'
25 Arguments: [...]
26 #0 NoSuchMethodError._throwNew (DART_CORE_LIBRARY_SOURCE_LOCATION)
27 #1 Test.Eval.<anonymous closure> (evaluate:source:2:1)
28 #2 Test.createClosure.<anonymous closure> (SOURCE_LOCATION)
29 #3 handleMessage (SOURCE_LOCATION)
30 #4 Function._apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
31 #5 Function.apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
32 #6 _CreateDartFunctionForInteropIgnoreThis.call (DART_CORE_LIBRARY_SOURCE_L OCATION)
33 $0.toString() = "div"
18 $1.toString() = "body" 34 $1.toString() = "body"
19 $2.toString() = "html" 35 $2.toString() = "html"
20 $1 == document.body = true 36 $0 == document.body.children.first = true
21 $1 == document.body = true 37 $1 != document.body = false
22 $2 == document.documentElement = true 38 $2 == document.documentElement = true
23 Script execution resumed. 39 Script execution resumed.
24 40
OLDNEW
« no previous file with comments | « LayoutTests/dart/inspector/debugger-eval-on-call-frame.html ('k') | LayoutTests/dart/inspector/deferred-import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698