| 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 == dart2dart] | 5 [ $compiler == dart2dart] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
| 10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 hash_set_test/01: RuntimeError # Issue 11551 | 81 hash_set_test/01: RuntimeError # Issue 11551 |
| 82 | 82 |
| 83 big_integer_vm_test: RuntimeError, OK # VM specific test. | 83 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 84 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 84 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 85 compare_to2_test: RuntimeError, OK # Requires bigint support. | 85 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 86 string_base_vm_test: RuntimeError, OK # VM specific test. | 86 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 87 nan_infinity_test/01: Fail # Issue 11551 | 87 nan_infinity_test/01: Fail # Issue 11551 |
| 88 | 88 |
| 89 list_test/01: RuntimeError # Issue 14616 | 89 list_test/01: RuntimeError # Issue 14616 |
| 90 | 90 |
| 91 num_parse_test/01: RuntimeError # Issue 11551 |
| 92 |
| 91 [ $compiler == dart2js && $runtime == none ] | 93 [ $compiler == dart2js && $runtime == none ] |
| 92 *: Fail, Pass # TODO(ahe): Triage these tests. | 94 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 93 | 95 |
| 94 [ $compiler == dart2js && $runtime == ie9 ] | 96 [ $compiler == dart2js && $runtime == ie9 ] |
| 95 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 97 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 96 list_test: Fail # IE doesn't support typed data. | 98 list_test: Fail # IE doesn't support typed data. |
| 97 shuffle_test: Fail # IE doesn't support typed data. | 99 shuffle_test: Fail # IE doesn't support typed data. |
| 98 | 100 |
| 99 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 101 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 102 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 collection_length_test: Pass, Timeout | 139 collection_length_test: Pass, Timeout |
| 138 | 140 |
| 139 [ $arch == simmips && $mode == debug ] | 141 [ $arch == simmips && $mode == debug ] |
| 140 collection_to_string_test: Pass, Crash # Issue: 11207 | 142 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 141 | 143 |
| 142 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 143 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 string_test: StaticWarning, OK # Test generates error on purpose. | 148 string_test: StaticWarning, OK # Test generates error on purpose. |
| OLD | NEW |