| OLD | NEW |
| 1 # Copyright (c) 2014, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, the Dartino 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 0_test: Fail | 5 0_test: Fail |
| 6 1_test: Fail | 6 1_test: Fail |
| 7 3_test: Fail | 7 3_test: Fail |
| 8 5_test: Fail | 8 5_test: Fail |
| 9 | 9 |
| 10 10_test: RuntimeError, OK # https://github.com/dart-lang/fletch/issues/249 | 10 10_test: RuntimeError, OK # https://github.com/dart-lang/fletch/issues/249 |
| 11 | 11 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 messaging_process_die_early_gc_on_delete_test: Slow, Pass | 58 messaging_process_die_early_gc_on_delete_test: Slow, Pass |
| 59 | 59 |
| 60 [ $settings_file_name == embedded.fletch-settings && ($compiler == fletchc || $r
untime == fletchc) ] | 60 [ $settings_file_name == embedded.fletch-settings && ($compiler == fletchc || $r
untime == fletchc) ] |
| 61 dart2js_deltablue_test: CompileTimeError | 61 dart2js_deltablue_test: CompileTimeError |
| 62 dart2js_hello_world_test: CompileTimeError | 62 dart2js_hello_world_test: CompileTimeError |
| 63 messaging_port_lifetime_test: CompileTimeError | 63 messaging_port_lifetime_test: CompileTimeError |
| 64 messaging_process_death_test: CompileTimeError | 64 messaging_process_death_test: CompileTimeError |
| 65 messaging_program_gc_test: CompileTimeError | 65 messaging_program_gc_test: CompileTimeError |
| 66 spawn_process_yield_test: CompileTimeError | 66 spawn_process_yield_test: CompileTimeError |
| 67 uri_base_test: RuntimeError | 67 uri_base_test: RuntimeError |
| OLD | NEW |