| 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 ] | 5 [ $compiler == none ] |
| 6 unicode_test: Fail # Bug 5163868 | 6 unicode_test: Fail # Bug 5163868 |
| 7 *dartc_test: Skip | 7 *dartc_test: Skip |
| 8 expando_test: Fail | 8 expando_test: Fail |
| 9 compare_to2_test: Fail # Bug 4018 | 9 compare_to2_test: Fail # Bug 4018 |
| 10 | 10 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 string_substring_test: Fail | 33 string_substring_test: Fail |
| 34 string_test: Fail # Needs index out of range checks. | 34 string_test: Fail # Needs index out of range checks. |
| 35 string_replace_dollar_test: Fail | 35 string_replace_dollar_test: Fail |
| 36 | 36 |
| 37 # New methods (timeZoneName and timeZoneOffset) were not ported to frog. | 37 # New methods (timeZoneName and timeZoneOffset) were not ported to frog. |
| 38 date_time7_test: Skip | 38 date_time7_test: Skip |
| 39 | 39 |
| 40 [ $compiler == frog && $runtime == none ] | 40 [ $compiler == frog && $runtime == none ] |
| 41 *: Skip | 41 *: Skip |
| 42 | 42 |
| 43 [ $runtime == opera ] | |
| 44 # TODO(kasperl): Triage these tests. | |
| 45 core_runtime_types_test: Fail | |
| 46 date_time7_test: Fail | |
| 47 unicode_test: Fail | |
| 48 | |
| 49 [ $runtime == ff || $runtime == ie ] | 43 [ $runtime == ff || $runtime == ie ] |
| 50 unicode_test: Fail | 44 unicode_test: Fail |
| 51 | 45 |
| 46 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 47 [ $runtime == opera ] |
| 48 *: Skip |
| 49 |
| 52 [ $runtime == ie && ($system == linux || $system == mac) ] | 50 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 53 *: Skip | 51 *: Skip |
| 54 | 52 |
| 55 [ $runtime == safari && ($system == linux || $system == windows) ] | 53 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 56 *: Skip | 54 *: Skip |
| 57 | 55 |
| 58 [ $arch == simarm ] | 56 [ $arch == simarm ] |
| 59 *: Skip | 57 *: Skip |
| 60 | 58 |
| 61 [ $arch == arm ] | 59 [ $arch == arm ] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 88 [ $compiler == dart2js && $runtime == ie ] | 86 [ $compiler == dart2js && $runtime == ie ] |
| 89 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? | 87 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 90 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 88 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 91 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 89 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 92 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 90 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 93 core_runtime_types_test: Fail | 91 core_runtime_types_test: Fail |
| 94 | 92 |
| 95 [ $compiler == dart2dart ] | 93 [ $compiler == dart2dart ] |
| 96 # Skip until we stabilize language tests. | 94 # Skip until we stabilize language tests. |
| 97 *: Skip | 95 *: Skip |
| OLD | NEW |