| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dart2analyzer ] |
| 6 lib: Skip # Slow like a hell - timeouts. |
| 7 |
| 5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 6 lib/core/bool: CompileTimeError, OK # Issue 14684. Only redirecting factory cons
tructors can be declared to be 'const' | 9 lib/core/bool: CompileTimeError, OK # Issue 14684. Only redirecting factory cons
tructors can be declared to be 'const' |
| 7 lib/core/int: CompileTimeError, OK # Issue 14684. Only redirecting factory const
ructors can be declared to be 'const' | 10 lib/core/int: CompileTimeError, OK # Issue 14684. Only redirecting factory const
ructors can be declared to be 'const' |
| 8 lib/core/string: CompileTimeError, OK # Issue 14684. Only redirecting factory co
nstructors can be declared to be 'const' | 11 lib/core/string: CompileTimeError, OK # Issue 14684. Only redirecting factory co
nstructors can be declared to be 'const' |
| 9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError | 12 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError |
| 10 lib/html/dart2js/html_dart2js: CompileTimeError | 13 lib/html/dart2js/html_dart2js: CompileTimeError |
| 11 lib/html/dartium/html_dartium: CompileTimeError | 14 lib/html/dartium/html_dartium: CompileTimeError |
| 12 lib/html/html_common/lists: Pass, CompileTimeError | 15 lib/html/html_common/lists: Pass, CompileTimeError |
| 13 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError | 16 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError |
| 14 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError | 17 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 lib/io/timer_impl: CompileTimeError | 158 lib/io/timer_impl: CompileTimeError |
| 156 lib/io/websocket: CompileTimeError | 159 lib/io/websocket: CompileTimeError |
| 157 lib/io/websocket_impl: CompileTimeError | 160 lib/io/websocket_impl: CompileTimeError |
| 158 lib/math/point: CompileTimeError | 161 lib/math/point: CompileTimeError |
| 159 lib/math/rectangle: CompileTimeError | 162 lib/math/rectangle: CompileTimeError |
| 160 lib/utf/utf16: CompileTimeError | 163 lib/utf/utf16: CompileTimeError |
| 161 lib/utf/utf32: CompileTimeError | 164 lib/utf/utf32: CompileTimeError |
| 162 lib/utf/utf8: CompileTimeError | 165 lib/utf/utf8: CompileTimeError |
| 163 lib/utf/utf_stream: CompileTimeError | 166 lib/utf/utf_stream: CompileTimeError |
| 164 | 167 |
| OLD | NEW |