| OLD | NEW |
| 1 # Copyright (c) 2015, the Fletch 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 # Stored closures not updated | 10 # Stored closures not updated |
| 11 incremental/*/stored_closure: Fail | 11 incremental/*/stored_closure: Fail |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 | 120 |
| 121 mdns_tests/*: Skip # The native extension is not compiled for ARM. | 121 mdns_tests/*: Skip # The native extension is not compiled for ARM. |
| 122 power_management_tests/*: Skip # The native extension is not compiled for ARM. | 122 power_management_tests/*: Skip # The native extension is not compiled for ARM. |
| 123 flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM. | 123 flash_sd_card_tests/*: Skip # The native extension is not compiled for ARM. |
| 124 sdk_service_tests/*: Skip # The native extension is not compiled for ARM. | 124 sdk_service_tests/*: Skip # The native extension is not compiled for ARM. |
| 125 | 125 |
| 126 incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389. | 126 incremental/experimental/program_gc_with_processes: Pass, Fail # Issue 389. |
| 127 | 127 |
| 128 [ $arch == x64 && $asan] | 128 [ $arch == x64 && $asan] |
| 129 service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletc
h/issues/57 | 129 service_tests/simple_todo: Pass, Fail # Issue https://github.com/dart-lang/fletc
h/issues/57 |
| OLD | NEW |