| 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 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 | 33 |
| 34 [ $runtime == opera ] | 34 [ $runtime == opera ] |
| 35 core_runtime_types_test: Fail | 35 core_runtime_types_test: Fail |
| 36 null_nosuchmethod_test: Fail # Issue: 7413 | 36 null_nosuchmethod_test: Fail # Issue: 7413 |
| 37 date_time7_test: Fail | 37 date_time7_test: Fail |
| 38 unicode_test: Fail | 38 unicode_test: Fail |
| 39 | 39 |
| 40 [ $compiler == dart2js ] | 40 [ $compiler == dart2js ] |
| 41 error_stack_trace1_test: RuntimeError # Issue 12399 | 41 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 42 hash_set_test/01: RuntimeError # Issue 11551 | 42 hash_set_test/01: RuntimeError # Issue 11551 |
| 43 main_test: Fail # Issue 14200 | |
| 44 | 43 |
| 45 big_integer_vm_test: RuntimeError, OK # VM specific test. | 44 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 46 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 45 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 47 compare_to2_test: RuntimeError, OK # Requires bigint support. | 46 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 48 string_base_vm_test: RuntimeError, OK # VM specific test. | 47 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 49 nan_infinity_test/01: Fail # Issue 11551 | 48 nan_infinity_test/01: Fail # Issue 11551 |
| 50 | 49 |
| 51 [ $compiler == dart2js && $runtime == none ] | 50 [ $compiler == dart2js && $runtime == none ] |
| 52 *: Fail, Pass # TODO(ahe): Triage these tests. | 51 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 53 | 52 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 117 collection_to_string_test: StaticWarning | 116 collection_to_string_test: StaticWarning |
| 118 error_stack_trace_test: StaticWarning | 117 error_stack_trace_test: StaticWarning |
| 119 iterable_element_at_test: StaticWarning | 118 iterable_element_at_test: StaticWarning |
| 120 iterable_test: StaticWarning | 119 iterable_test: StaticWarning |
| 121 list_map_test: StaticWarning | 120 list_map_test: StaticWarning |
| 122 num_clamp_test: StaticWarning | 121 num_clamp_test: StaticWarning |
| 123 queue_test: StaticWarning | 122 queue_test: StaticWarning |
| 124 string_codeunits_test: StaticWarning | 123 string_codeunits_test: StaticWarning |
| 125 string_test: StaticWarning | 124 string_test: StaticWarning |
| OLD | NEW |