OLD | NEW |
1 # Copyright (c) 2014, the Dartino 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/dartino/issues/249 |
11 | 11 |
12 dart2js_hello_world_test: Slow, Pass | 12 dart2js_hello_world_test: Slow, Pass |
13 dart2js_deltablue_test: Slow, Pass | 13 dart2js_deltablue_test: Slow, Pass |
14 | 14 |
15 # https://github.com/dart-lang/fletch/issues/395 | 15 # https://github.com/dart-lang/dartino/issues/395 |
16 external_memory_triggers_gc_test: Skip | 16 external_memory_triggers_gc_test: Skip |
17 | 17 |
18 [ $system == macos ] | 18 [ $system == macos ] |
19 # https://github.com/dart-lang/fletch/issues/401 | 19 # https://github.com/dart-lang/dartino/issues/401 |
20 dart2js_hello_world_test: Slow, Pass, Timeout | 20 dart2js_hello_world_test: Slow, Pass, Timeout |
21 dart2js_deltablue_test: Slow, Pass, Timeout | 21 dart2js_deltablue_test: Slow, Pass, Timeout |
22 shared_immutable_data_test: Slow, Pass, Timeout | 22 shared_immutable_data_test: Slow, Pass, Timeout |
23 | 23 |
24 [ $compiler == none && $runtime == fletchc ] | 24 [ $compiler == none && $runtime == dartino_compiler ] |
25 messaging_drop_messages_expose_gc_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. | 25 messaging_drop_messages_expose_gc_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. |
26 messaging_port_lifetime_expose_gc_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. | 26 messaging_port_lifetime_expose_gc_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. |
27 messaging_process_die_early_gc_on_delete_test: CompileTimeError # Issue(75): Dri
ver doesn't support -X flags. | 27 messaging_process_die_early_gc_on_delete_test: CompileTimeError # Issue(75): Dri
ver doesn't support -X flags. |
28 messaging_program_gc_gc_on_delete_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. | 28 messaging_program_gc_gc_on_delete_test: CompileTimeError # Issue(75): Driver doe
sn't support -X flags. |
29 messaging_program_gc_test: CompileTimeError # Issue(75): Driver doesn't support
-X flags. | 29 messaging_program_gc_test: CompileTimeError # Issue(75): Driver doesn't support
-X flags. |
30 | 30 |
31 [ $arch == x64 ] | 31 [ $arch == x64 ] |
32 shared_immutable_data_test: Pass, Slow | 32 shared_immutable_data_test: Pass, Slow |
33 | 33 |
34 [ $arch != ia32 ] | 34 [ $arch != ia32 ] |
(...skipping 15 matching lines...) Expand all Loading... |
50 random_test: Pass, Slow, Timeout | 50 random_test: Pass, Slow, Timeout |
51 shared_immutable_data_test: RuntimeError, Slow, Timeout # Stack overflow | 51 shared_immutable_data_test: RuntimeError, Slow, Timeout # Stack overflow |
52 uri_base_test: Crash # Uri.base not implemented. | 52 uri_base_test: Crash # Uri.base not implemented. |
53 messaging_process_die_early_test: Timeout, Crash # Timeout due to infinite loops
in certain OOM cases | 53 messaging_process_die_early_test: Timeout, Crash # Timeout due to infinite loops
in certain OOM cases |
54 messaging_many_to_single_test: Slow, Pass | 54 messaging_many_to_single_test: Slow, Pass |
55 | 55 |
56 [ $mode == debug && $asan ] | 56 [ $mode == debug && $asan ] |
57 random_test: Slow, Pass | 57 random_test: Slow, Pass |
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.dartino-settings && ($compiler == dartino_comp
iler || $runtime == dartino_compiler) ] |
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 |