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 == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 symbol_reserved_word_test/06: RuntimeError | 296 symbol_reserved_word_test/06: RuntimeError |
297 symbol_reserved_word_test/07: MissingCompileTimeError | 297 symbol_reserved_word_test/07: MissingCompileTimeError |
298 symbol_reserved_word_test/09: RuntimeError | 298 symbol_reserved_word_test/09: RuntimeError |
299 symbol_reserved_word_test/10: MissingCompileTimeError | 299 symbol_reserved_word_test/10: MissingCompileTimeError |
300 symbol_reserved_word_test/12: RuntimeError | 300 symbol_reserved_word_test/12: RuntimeError |
301 symbol_test/01: MissingCompileTimeError | 301 symbol_test/01: MissingCompileTimeError |
302 symbol_test/02: MissingCompileTimeError | 302 symbol_test/02: MissingCompileTimeError |
303 symbol_test/03: MissingCompileTimeError | 303 symbol_test/03: MissingCompileTimeError |
304 symbol_test/none: RuntimeError | 304 symbol_test/none: RuntimeError |
305 unicode_test: RuntimeError | 305 unicode_test: RuntimeError |
| 306 |
| 307 # dartk: checked mode failures |
| 308 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 309 symbol_test/01: Pass |
| 310 symbol_test/02: Pass |
| 311 from_environment_const_type_test/02: MissingCompileTimeError |
| 312 from_environment_const_type_test/03: MissingCompileTimeError |
| 313 from_environment_const_type_test/04: MissingCompileTimeError |
| 314 from_environment_const_type_test/06: MissingCompileTimeError |
| 315 from_environment_const_type_test/07: MissingCompileTimeError |
| 316 from_environment_const_type_test/08: MissingCompileTimeError |
| 317 from_environment_const_type_test/09: MissingCompileTimeError |
| 318 from_environment_const_type_test/11: MissingCompileTimeError |
| 319 from_environment_const_type_test/12: MissingCompileTimeError |
| 320 from_environment_const_type_test/13: MissingCompileTimeError |
| 321 from_environment_const_type_test/14: MissingCompileTimeError |
| 322 from_environment_const_type_test/16: MissingCompileTimeError |
| 323 from_environment_const_type_undefined_test/02: MissingCompileTimeError |
| 324 from_environment_const_type_undefined_test/03: MissingCompileTimeError |
| 325 from_environment_const_type_undefined_test/04: MissingCompileTimeError |
| 326 from_environment_const_type_undefined_test/06: MissingCompileTimeError |
| 327 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| 328 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
OLD | NEW |