Chromium Code Reviews| 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 | |
| 6 [ $runtime == safari ] | |
|
ahe
2012/12/11 15:00:22
How about adding this at the end?
kustermann
2012/12/11 15:55:34
Done.
| |
| 7 null_nosuchmethod_test: Fail # TODO(ahe): Please triage this failure. | |
| 8 | |
| 5 reg_exp_unicode_2_test: Fail # Bug 6592 | 9 reg_exp_unicode_2_test: Fail # Bug 6592 |
| 6 | 10 |
| 7 [ $compiler == none ] | 11 [ $compiler == none ] |
| 8 unicode_test: Fail # Bug 6706 | 12 unicode_test: Fail # Bug 6706 |
| 9 *dartc_test: Skip | 13 *dartc_test: Skip |
| 10 compare_to2_test: Fail # Bug 4018 | 14 compare_to2_test: Fail # Bug 4018 |
| 11 null_test: Fail # Bug 5511 | 15 null_test: Fail # Bug 5511 |
| 12 apply_test: Fail # Bug 5670 | 16 apply_test: Fail # Bug 5670 |
| 13 apply2_test: Fail # Bug 5670 | 17 apply2_test: Fail # Bug 5670 |
| 14 | 18 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 48 | 52 |
| 49 reg_exp4_test: Fail, OK # Expects exception from const constructor. | 53 reg_exp4_test: Fail, OK # Expects exception from const constructor. |
| 50 | 54 |
| 51 big_integer_vm_test: Fail, OK # VM specific test. | 55 big_integer_vm_test: Fail, OK # VM specific test. |
| 52 compare_to2_test: Fail, OK # Requires bigint support. | 56 compare_to2_test: Fail, OK # Requires bigint support. |
| 53 string_base_vm_test: Fail, OK # VM specific test. | 57 string_base_vm_test: Fail, OK # VM specific test. |
| 54 | 58 |
| 55 [ $compiler == dart2js && $runtime == none ] | 59 [ $compiler == dart2js && $runtime == none ] |
| 56 *: Fail, Pass # TODO(ahe): Triage these tests. | 60 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 57 | 61 |
| 58 [ $compiler == dart2js && $runtime == safari ] | 62 [ $compiler == dart2js && $runtime == safari ] |
|
ahe
2012/12/11 15:00:22
Add them here instead
kustermann
2012/12/11 15:55:34
Done.
| |
| 59 core_runtime_types_test: Fail | 63 core_runtime_types_test: Fail |
| 60 | 64 |
| 61 [ $compiler == dart2js && $runtime == ie9 ] | 65 [ $compiler == dart2js && $runtime == ie9 ] |
| 62 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 66 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 63 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 67 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 64 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 68 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 65 | 69 |
| 66 [ $compiler == dart2dart ] | 70 [ $compiler == dart2dart ] |
| 67 apply_test: Fail # inherited from VM | 71 apply_test: Fail # inherited from VM |
| 68 apply2_test: Fail # inherited from VM | 72 apply2_test: Fail # inherited from VM |
| 69 compare_to2_test: Fail # inherited from VM | 73 compare_to2_test: Fail # inherited from VM |
| 70 null_test: Fail # inherited from VM | 74 null_test: Fail # inherited from VM |
| 71 unicode_test: Fail # inherited from VM | 75 unicode_test: Fail # inherited from VM |
| 72 | 76 |
| OLD | NEW |