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 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 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 | 69 |
| 70 # Library changes | 70 # Library changes |
| 71 [ $compiler == none ] | 71 [ $compiler == none ] |
| 72 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change s. | 72 future_test: Skip # Bug 6890 .TODO(ajohnsen): Fix this as part of library change s. |
| 73 | 73 |
| 74 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 74 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 75 map_keys2_test: Fail # Generic types aren't right. | 75 map_keys2_test: Fail # Generic types aren't right. |
| 76 | 76 |
| 77 [ $compiler == dart2js ] | 77 [ $compiler == dart2js ] |
| 78 map_values2_test: Fail # Generic types aren't right | 78 map_values2_test: Fail # Generic types aren't right |
| 79 | |
| 80 ## Tests failing after merge of experimental library branch. | |
| 81 [ $compiler == dart2js && $runtime == d8] | |
| 82 # Tests fail due to bug in generics on constants, issue 6827 | |
| 83 iterable_to_list_test: Fail | |
| 84 iterable_to_set_test: Fail | |
| 85 | |
| 86 # Hits undetermined bug in compiler (tries to read from a null value). | |
| 87 string_replace_all_test: Crash | |
|
floitsch
2013/01/07 13:52:22
Please file a bug.
| |
| 88 | |
| 89 [ $compiler == dart2js && $runtime == d8 && $checked ] | |
| 90 # Some bug related to assigning function to typedef-typed field. | |
| 91 apply2_test: Fail | |
|
floitsch
2013/01/07 13:52:22
ditto.
| |
| 92 apply_test: Fail | |
| 93 core_runtime_types_test: Fail | |
| 94 linked_hash_map_test: Fail | |
| 95 map_from_test: Fail | |
| 96 map_keys_test: Fail | |
| 97 map_test: Fail | |
| 98 map_values_test: Fail | |
| 99 queue_test: Fail | |
| 100 reg_exp_all_matches_test: Fail | |
| 101 set_test: Fail | |
| OLD | NEW |