[Gardening] Mark 2 layout tests as failing

BUG=https://github.com/dart-lang/sdk/issues/29514
R=jacobr@google.com, vegorov@google.com

Review-Url: https://codereview.chromium.org/2855573003 .
diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations
index dda2dab..2771f64 100644
--- a/LayoutTests/TestExpectations
+++ b/LayoutTests/TestExpectations
@@ -23,6 +23,10 @@
 crbug.com/0 dart/inspector/utils.html [ Pass Timeout ]
 crbug.com/0 dart/multiscript-js-interop.html [ Failure ]
 
+# dartbug.com/29514
+crbug.com/0 dart/inspector/debugger-eval-on-call-frame.html [ Failure ]
+crbug.com/0 dart/inspector/evaluate-in-console.html [ Failure ]
+
 # -----------------------------------------------------------------
 
 crbug.com/486920 [ Mac Win ] plugins/destroy-on-setwindow.html [ Crash ]
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 e3efaff..205eabc 100644
--- a/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
+++ b/LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt
@@ -1,3 +1,5 @@
+Observatory listening on http://127.0.0.1:52753/
+CONSOLE INFO: Observatory listening at 
 
 Running: testScopeChain
 Set timer for test function.
@@ -23,7 +25,7 @@
 #1      Test.Eval.<anonymous closure> (evaluate:source:2:1)
 #2      Test.createClosure.<anonymous closure> (SOURCE_LOCATION)
 #3      handleMessage (SOURCE_LOCATION)
-#4      _EventStreamSubscription._EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
+#4      new _EventStreamSubscription.<anonymous closure> (DART_CORE_LIBRARY_SOURCE_LOCATION)
 $0.toString() = "div"
 $1.toString() = "body"
 $2.toString() = "html"
diff --git a/LayoutTests/dart/inspector/evaluate-in-console-expected.txt b/LayoutTests/dart/inspector/evaluate-in-console-expected.txt
index 0bd46cd..cdf6f5b 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 @@
 #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 @@
 #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"