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 |
| 6 |
5 [ $compiler == none ] | 7 [ $compiler == none ] |
6 unicode_test: Fail # Bug 5163868 | 8 unicode_test: Fail # Bug 5163868 |
7 *dartc_test: Skip | 9 *dartc_test: Skip |
8 compare_to2_test: Fail # Bug 4018 | 10 compare_to2_test: Fail # Bug 4018 |
9 null_test: Fail # Bug 5511 | 11 null_test: Fail # Bug 5511 |
10 null_nosuchmethod_test: Fail # Bug 5518 | 12 null_nosuchmethod_test: Fail # Bug 5518 |
11 apply_test: Fail # Bug 5670 | 13 apply_test: Fail # Bug 5670 |
12 apply2_test: Fail # Bug 5670 | 14 apply2_test: Fail # Bug 5670 |
13 | 15 |
14 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 big_integer_vm_test: Fail, OK | 79 big_integer_vm_test: Fail, OK |
78 collection_to_string_test: Fail, OK | 80 collection_to_string_test: Fail, OK |
79 exception_implementation_test: Fail, OK | 81 exception_implementation_test: Fail, OK |
80 futures_test: Fail, OK | 82 futures_test: Fail, OK |
81 map_test: Fail, OK | 83 map_test: Fail, OK |
82 maps_test: Fail, OK | 84 maps_test: Fail, OK |
83 queue_test: Fail, OK | 85 queue_test: Fail, OK |
84 splay_tree_test: Fail, OK | 86 splay_tree_test: Fail, OK |
85 string_base_vm_test: Fail, OK | 87 string_base_vm_test: Fail, OK |
86 stopwatch_test: Fail, OK | 88 stopwatch_test: Fail, OK |
OLD | NEW |