| 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 reg_exp_unicode_2_test: Fail # Bug 6592 | 5 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 6 |
| 7 [ $compiler == none ] | 7 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 8 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 9 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
| 11 null_test: Fail # Bug 5511 | 11 null_test: Fail # Bug 5511 |
| 12 apply_test: Fail # Bug 5670 | 12 apply_test: Fail # Bug 5670 |
| 13 apply2_test: Fail # Bug 5670 | 13 apply2_test: Fail # Bug 5670 |
| 14 | 14 |
| 15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 15 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 16 unicode_test: Fail | 16 unicode_test: Fail |
| 17 | 17 |
| 18 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] | 18 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime ==
d8 || $runtime == safari) ] |
| 19 string_trim_unicode_test: Fail # V8 bug 2408 | 19 string_trim_unicode_test: Fail # V8 bug 2408 |
| 20 | 20 |
| 21 [ $runtime == opera ] | 21 [ $runtime == opera ] |
| 22 core_runtime_types_test: Fail | 22 core_runtime_types_test: Fail |
| 23 null_nosuchmethod_test: Fail # TODO(ahe): Please triage this failure. | 23 null_nosuchmethod_test: Fail # Issue: 7413 |
| 24 date_time7_test: Fail | 24 date_time7_test: Fail |
| 25 unicode_test: Fail | 25 unicode_test: Fail |
| 26 | 26 |
| 27 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 27 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 28 *: Skip | 28 *: Skip |
| 29 | 29 |
| 30 [ $runtime == safari && ($system == linux || $system == windows) ] | 30 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 31 *: Skip | 31 *: Skip |
| 32 | 32 |
| 33 [ $runtime == vm ] | 33 [ $runtime == vm ] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 65 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 66 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 66 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 67 | 67 |
| 68 [ $compiler == dart2dart ] | 68 [ $compiler == dart2dart ] |
| 69 apply_test: Fail # inherited from VM | 69 apply_test: Fail # inherited from VM |
| 70 apply2_test: Fail # inherited from VM | 70 apply2_test: Fail # inherited from VM |
| 71 compare_to2_test: Fail # inherited from VM | 71 compare_to2_test: Fail # inherited from VM |
| 72 null_test: Fail # inherited from VM | 72 null_test: Fail # inherited from VM |
| 73 unicode_test: Fail # inherited from VM | 73 unicode_test: Fail # inherited from VM |
| 74 | 74 |
| OLD | NEW |