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

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

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: Created 6 years, 7 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/evaluate-in-console.html
diff --git a/LayoutTests/dart/inspector/evaluate-in-console.html b/LayoutTests/dart/inspector/evaluate-in-console.html
index 4c259c2980a2cacae4e9aacbd844f0ff8c498af7..4144acf6a1b353c6234686215185d0b5a6349321 100644
--- a/LayoutTests/dart/inspector/evaluate-in-console.html
+++ b/LayoutTests/dart/inspector/evaluate-in-console.html
@@ -82,7 +82,9 @@ function test()
'(LinkedList).toString()',
'var a=new List<int>()..add(4)..add(42)',
'a.toString()',
- '$consoleVariables.variables()',
+ // FIXME: the following case must be commented out until
+ // dartbug.com/18646 is fixed.
vsm 2014/06/03 14:24:49 This is marked fixed now. Re-enable?
Jacob 2014/06/03 20:23:12 Done.
+ // '$consoleVariables.variables()',
'var f = (x) => x*42',
'f(2)',
'[] is List',

Powered by Google App Engine
This is Rietveld 408576698