Chromium Code Reviews| 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', |