| OLD | NEW |
| 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, 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 self/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expect
ed. | 5 self/testAlwaysFails: Fail, OK # This is a test of this suite, failure is expect
ed. |
| 6 zone_helper/testAlwaysFails: Fail, OK # This is a test of this suite, failure is
expected. | 6 zone_helper/testAlwaysFails: Fail, OK # This is a test of this suite, failure is
expected. |
| 7 self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expe
cted. | 7 self/testNeverCompletes: Timeout # This is a test of this suite, timeout is expe
cted. |
| 8 multiprogram_tests/should_fail: Fail, OK # This is a test of this suite, failure
is expected. | 8 multiprogram_tests/should_fail: Fail, OK # This is a test of this suite, failure
is expected. |
| 9 | 9 |
| 10 cli_tests/debugger_step_in_loop: Pass, Timeout | 10 cli_tests/debugger_step_in_loop: Pass, Timeout |
| 11 | 11 |
| 12 # Stored closures not updated | 12 # Stored closures not updated |
| 13 incremental/*/stored_closure: Fail | 13 incremental/*/stored_closure: Fail |
| 14 incremental/*/stored_instance_tearoff: Fail | 14 incremental/*/stored_instance_tearoff: Fail |
| 15 | 15 |
| 16 # Missing support for multiple libraries | 16 # Missing support for multiple libraries |
| 17 incremental/*/multiple_libraries: Fail | 17 incremental/*/multiple_libraries: Fail |
| 18 | 18 |
| 19 # Received PushFromMap command which referes to a non-existent map entry | 19 # Received PushFromMap command which referes to a non-existent map entry |
| 20 incremental/*/same_tokens_variant: Fail | 20 incremental/*/same_tokens_variant: Fail |
| 21 | 21 |
| 22 # Update to existing class not correctly detected (we end up trying to modify a | 22 # Update to existing class not correctly detected (we end up trying to modify a |
| 23 # new class -> should not happen). | 23 # new class -> should not happen). |
| 24 incremental/*/compile_time_error_hides_field: Fail | 24 incremental/*/compile_time_error_hides_field: Fail |
| 25 | 25 |
| 26 # Bad 'field' count on FletchPatchClassBuilder (does not contain new fields). | 26 # Bad 'field' count on DartinoPatchClassBuilder (does not contain new fields). |
| 27 incremental/*/add_field_and_remove_subclass: Fail | 27 incremental/*/add_field_and_remove_subclass: Fail |
| 28 | 28 |
| 29 # Most things don't work in production mode yet. | 29 # Most things don't work in production mode yet. |
| 30 incremental/production/add_class: Fail | 30 incremental/production/add_class: Fail |
| 31 incremental/production/add_instance_field: Fail | 31 incremental/production/add_instance_field: Fail |
| 32 incremental/production/add_instance_method: Fail | 32 incremental/production/add_instance_method: Fail |
| 33 incremental/production/add_static_method: Fail | 33 incremental/production/add_static_method: Fail |
| 34 incremental/production/add_top_level_const_field: Fail | 34 incremental/production/add_top_level_const_field: Fail |
| 35 incremental/production/add_top_level_method: Fail | 35 incremental/production/add_top_level_method: Fail |
| 36 incremental/production/bad_diagnostics: Fail | 36 incremental/production/bad_diagnostics: Fail |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 [ $arch == xarm ] | 124 [ $arch == xarm ] |
| 125 | 125 |
| 126 mdns_tests/*: Skip # The native extension is not compiled for ARM. | 126 mdns_tests/*: Skip # The native extension is not compiled for ARM. |
| 127 power_management_tests/*: Skip # The native extension is not compiled for ARM. | 127 power_management_tests/*: Skip # The native extension is not compiled for ARM. |
| 128 flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM. | 128 flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM. |
| 129 sdk_service_tests/*: Skip # The native extension is not compiled for ARM. | 129 sdk_service_tests/*: Skip # The native extension is not compiled for ARM. |
| 130 | 130 |
| 131 incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389. | 131 incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389. |
| 132 | 132 |
| 133 [ $arch == x64 && $asan] | 133 [ $arch == x64 && $asan] |
| 134 service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletc
h/issues/57 | 134 service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/darti
no/issues/57 |
| OLD | NEW |