| Index: dart/tests/lib/analyzer/analyze_library.status
|
| ===================================================================
|
| --- dart/tests/lib/analyzer/analyze_library.status (revision 29785)
|
| +++ dart/tests/lib/analyzer/analyze_library.status (working copy)
|
| @@ -2,10 +2,13 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ $compiler == dart2analyzer ]
|
| +lib: Skip # Slow like a hell - timeouts.
|
| +
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| -lib/core/bool: CompileTimeError
|
| -lib/core/int: CompileTimeError
|
| -lib/core/string: CompileTimeError
|
| +lib/core/bool: CompileTimeError, OK # Issue 14684. Only redirecting factory constructors can be declared to be 'const'
|
| +lib/core/int: CompileTimeError, OK # Issue 14684. Only redirecting factory constructors can be declared to be 'const'
|
| +lib/core/string: CompileTimeError, OK # Issue 14684. Only redirecting factory constructors can be declared to be 'const'
|
| lib/_chrome/dart2js/chrome_dart2js: CompileTimeError
|
| lib/html/dart2js/html_dart2js: CompileTimeError
|
| lib/html/dartium/html_dartium: CompileTimeError
|
|
|