| 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 == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 dummy_compiler_test: Slow, Pass | 6 dummy_compiler_test: Slow, Pass |
| 7 recursive_import_test: Slow, Pass | 7 recursive_import_test: Slow, Pass |
| 8 | 8 |
| 9 [ $compiler == none && $runtime == drt ] | 9 [ $compiler == none && $runtime == drt ] |
| 10 dummy_compiler_test: Skip # http://dartbug.com/7233 | 10 dummy_compiler_test: Skip # http://dartbug.com/7233 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 *: Skip | 28 *: Skip |
| 29 | 29 |
| 30 [ $arch == simarm ] | 30 [ $arch == simarm ] |
| 31 *: Skip | 31 *: Skip |
| 32 | 32 |
| 33 [ $arch == mips ] | 33 [ $arch == mips ] |
| 34 *: Skip | 34 *: Skip |
| 35 | 35 |
| 36 [ $arch == simmips ] | 36 [ $arch == simmips ] |
| 37 *: Skip | 37 *: Skip |
| 38 |
| 39 [ $compiler == dartanalyzer ] |
| 40 |
| 41 # Test issue 11123- Only static fields can be declared as 'const' |
| 42 dummy_compiler_test: fail, OK |
| 43 dart2js_test: fail, OK |
| 44 recursive_import_test: fail, OK |
| OLD | NEW |