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

Unified Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 1677703002: Fix last remaining failing dart inspector layout test. Simplify scope-variables.html to not reach i… (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
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/core/dart/DartInjectedScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/scope-variables-expected.txt
diff --git a/LayoutTests/dart/inspector/scope-variables-expected.txt b/LayoutTests/dart/inspector/scope-variables-expected.txt
index e7820e39becb9228c49b7f7948b93abe4e8f50ce..1cdfeb4bf1335290986f5964f48e7a70985e7b21 100644
--- a/LayoutTests/dart/inspector/scope-variables-expected.txt
+++ b/LayoutTests/dart/inspector/scope-variables-expected.txt
@@ -6,11 +6,10 @@ Script execution paused.
Call stack:
0) handleMessage2 (scope-variables.dart:24)
1) handleMessage (scope-variables.dart:12)
- 2) Function._apply@915557746 (dart:core-patch/function_patch.dart:7)
+ 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@342649749.call (dart:js:xxxx)
-
-Dump scope sections:
+ 4) _CreateDartFunctionForInteropIgnoreThis(VM_PRIVATE_MANGLING).call (dart:js:xxxx)
+Scope variables sidebar pane:
Local
_s: "foo"
a1: [Instance of A, d = 3.14]
@@ -20,15 +19,15 @@ Local
event: [object MessageEvent]
i: 42
l: [1, 2, 3]
-scope_variables_testLibrary
+Library
A: class A
globalArrayVariable: [3, 1, 4, 1, 5, 9]
globalMapVariable: {foo: bar, baz: 42}
globalVariable: "globalString"
- handleMessage: handleMessage(event)
- handleMessage2: handleMessage2(event)
- main: main()
-scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
+ handleMessage: (event)
+ handleMessage2: (event)
+ main: ()
+Isolate
dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING)
dart:_builtin: builtin
dart:_internal: dart._internal(VM_PRIVATE_MANGLING)
@@ -58,7 +57,5 @@ scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
(SOURCE_LOCATION): snapshot
(SOURCE_LOCATION): scope_variables_test
(SOURCE_LOCATION): (SOURCE_LOCATION)
-Inspected value toString(): [Instance of A, d = 3.14]
-Result of calling invalid function. value: undefined. exception thrown: true
Script execution resumed.
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | Source/bindings/core/dart/DartInjectedScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698