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