| 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 6706 | 6 unicode_test: Fail # Bug 6706 |
| 7 compare_to2_test: Fail # Bug 4018 | 7 compare_to2_test: Fail # Bug 4018 |
| 8 | 8 |
| 9 symbol_test/01: Fail, Pass # bug 11669 | 9 symbol_test/01: Fail, Pass # bug 11669 |
| 10 symbol_test/02: Fail, Pass # bug 11669 | 10 symbol_test/02: Fail, Pass # bug 11669 |
| 11 symbol_test/03: Fail, Pass # bug 11669 | 11 symbol_test/03: Fail, Pass # bug 11669 |
| 12 | 12 |
| 13 [ $compiler == none || $compiler == dart2dart ] | 13 [ $compiler == none || $compiler == dart2dart ] |
| 14 symbol_test/none: Fail # bug 11669 | 14 symbol_test/none: Fail # bug 11669 |
| 15 error_stack_trace2_test: Fail # Bug 5802 | |
| 16 | 15 |
| 17 [ $compiler == none && $runtime == drt ] | 16 [ $compiler == none && $runtime == drt ] |
| 18 main_test: Fail # Dartium needs to check for both main() and main(args). | 17 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 19 | 18 |
| 20 [ $compiler == none && $runtime == dartium ] | 19 [ $compiler == none && $runtime == dartium ] |
| 21 main_test: Fail # Dartium needs to check for both main() and main(args). | 20 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 22 | 21 |
| 23 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 22 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 24 unicode_test: Fail | 23 unicode_test: Fail |
| 25 | 24 |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 118 collection_to_string_test: StaticWarning | 117 collection_to_string_test: StaticWarning |
| 119 error_stack_trace_test: StaticWarning | 118 error_stack_trace_test: StaticWarning |
| 120 iterable_element_at_test: StaticWarning | 119 iterable_element_at_test: StaticWarning |
| 121 iterable_test: StaticWarning | 120 iterable_test: StaticWarning |
| 122 list_map_test: StaticWarning | 121 list_map_test: StaticWarning |
| 123 num_clamp_test: StaticWarning | 122 num_clamp_test: StaticWarning |
| 124 queue_test: StaticWarning | 123 queue_test: StaticWarning |
| 125 string_codeunits_test: StaticWarning | 124 string_codeunits_test: StaticWarning |
| 126 string_test: StaticWarning | 125 string_test: StaticWarning |
| OLD | NEW |