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

Unified Diff: LayoutTests/dart/inspector/evaluate-in-console-expected.txt

Issue 2855573003: [Gardening] Mark 2 layout tests as failing (Closed)
Patch Set: Created 3 years, 8 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/debugger-eval-on-call-frame-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/inspector/evaluate-in-console-expected.txt
diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
index 0bd46cd3e91d62b587b0c6741ba88d0ea6f51398..cdf6f5b0207c042659348563f9e990b7fb7f6a08 100644
--- a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
+++ b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE INFO: Observatory listening at http://127.0.0.1:52753/
CONSOLE MESSAGE: line 1: Hello [object Window]
CONSOLE MESSAGE: line 1: foo
@@ -20,7 +21,7 @@ Tried calling: somePropertyThatDoesntExist
#1 Object.noSuchMethod (DART_CORE_LIBRARY_SOURCE_LOCATION)
#2 Eval.<anonymous closure> (evaluate:source:2:6)
#3 handleMessage (FILE_SOURCE_LOCATION/evaluate-in-console.dart:13:5)
-#4 _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#4 new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
test.toString() = "<Test instance with instanceField = new value>"
test.toString(1) = Uncaught Unhandled exception:
NoSuchMethodError: Class 'Test' has no instance method 'toString' with matching arguments.
@@ -31,7 +32,7 @@ Found: toString()
#1 Object.noSuchMethod (DART_CORE_LIBRARY_SOURCE_LOCATION)
#2 Eval.<anonymous closure> (evaluate:source:2:6)
#3 handleMessage (FILE_SOURCE_LOCATION/evaluate-in-console.dart:13:5)
-#4 _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#4 new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
test.create("x").instanceField = "x"
test.concat(test.create("x"), test.create("y")) = "new value:x:y"
_private = "private"
« no previous file with comments | « LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698