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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
diff --git a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
index 39d3ac9a5f8ae2bc7350b9630782a921489ed9ab..89a2044c4143d126e364b198ccfa5dbbad2304b7 100644
--- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
+++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
@@ -5,6 +5,9 @@ Script execution paused.
Call stack:
0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
1) handleMessage (debugger-eval-on-call-frame.DART:14)
+ 2) Function._apply(VM_PRIVATE_MANGLING) (dart:core-patch/function_patch.dart:7)
+ 3) Function.apply (dart:core-patch/function_patch.dart:28)
+ 4) _CreateDartFunctionForInteropIgnoreThis(VM_PRIVATE_MANGLING).call (dart:js:xxxx)
staticField = 42
globalVar = 14
foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance field 'foo' from a static function
@@ -14,11 +17,24 @@ z = 10
inspect(document.documentElement).tagName = "HTML"
inspect(document.body).tagName = "BODY"
inspect(document.body.children.first).tagName = "DIV"
-$0.toString() = "body"
+$4 = Uncaught Unhandled exception:
+No static getter '$4' declared in class 'Test'.
+
+NoSuchMethodError: method not found: '$4'
+Receiver: Type: class 'Test'
+Arguments: [...]
+#0 NoSuchMethodError._throwNew (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#1 Test.Eval.<anonymous closure> (evaluate:source:2:1)
+#2 Test.createClosure.<anonymous closure> (SOURCE_LOCATION)
+#3 handleMessage (SOURCE_LOCATION)
+#4 Function._apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#5 Function.apply (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#6 _CreateDartFunctionForInteropIgnoreThis.call (DART_CORE_LIBRARY_SOURCE_LOCATION)
+$0.toString() = "div"
$1.toString() = "body"
$2.toString() = "html"
-$1 == document.body = true
-$1 == document.body = true
+$0 == document.body.children.first = true
+$1 != document.body = false
$2 == document.documentElement = true
Script execution resumed.
« 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