| 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 | 9 |
| 10 [ $compiler == dartc ] | 10 [ $compiler == dartc ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 reg_exp4_test: Fail # New test added on 10/28. | 29 reg_exp4_test: Fail # New test added on 10/28. |
| 30 stopwatch_test: Pass,Fail # Issue 2398 | 30 stopwatch_test: Pass,Fail # Issue 2398 |
| 31 string_pattern_test: Fail | 31 string_pattern_test: Fail |
| 32 string_substring_test: Fail | 32 string_substring_test: Fail |
| 33 string_test: Fail # Needs index out of range checks. | 33 string_test: Fail # Needs index out of range checks. |
| 34 string_replace_dollar_test: Fail | 34 string_replace_dollar_test: Fail |
| 35 | 35 |
| 36 # New methods (timeZoneName and timeZoneOffset) were not ported to frog. | 36 # New methods (timeZoneName and timeZoneOffset) were not ported to frog. |
| 37 date_time7_test: Skip | 37 date_time7_test: Skip |
| 38 | 38 |
| 39 [ $compiler == frog && $runtime == drt ] | |
| 40 list_sort_test: Fail, Pass # Issue 2667 | |
| 41 | |
| 42 [ $compiler == frog && $runtime == none ] | 39 [ $compiler == frog && $runtime == none ] |
| 43 *: Skip | 40 *: Skip |
| 44 | 41 |
| 45 [ $runtime == ff || $runtime == ie ] | 42 [ $runtime == ff || $runtime == ie ] |
| 46 unicode_test: Fail | 43 unicode_test: Fail |
| 47 | 44 |
| 48 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 49 [ $runtime == opera ] | 46 [ $runtime == opera ] |
| 50 *: Skip | 47 *: Skip |
| 51 | 48 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 core_runtime_types_test: Fail | 85 core_runtime_types_test: Fail |
| 89 | 86 |
| 90 [ $compiler == dart2js && $runtime == ie ] | 87 [ $compiler == dart2js && $runtime == ie ] |
| 91 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? | 88 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 92 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 89 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 93 list_sort_test: Fail # BUG(3304): Maybe this doesn't time out? | 90 list_sort_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 94 reg_exp_all_matches_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? |
| 95 sort_test: Fail # BUG(3304): Maybe this doesn't time out? | 92 sort_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 96 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? |
| 97 core_runtime_types_test: Fail | 94 core_runtime_types_test: Fail |
| OLD | NEW |