| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 [ $compiler == dart2js ] | 79 [ $compiler == dart2js ] |
| 80 error_stack_trace1_test: RuntimeError # Issue 12399 | 80 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 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 num_parse_test/01: RuntimeError # Issue 11551 | |
| 90 | |
| 91 [ $compiler == dart2js && $runtime == none ] | 89 [ $compiler == dart2js && $runtime == none ] |
| 92 *: Fail, Pass # TODO(ahe): Triage these tests. | 90 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 93 | 91 |
| 94 [ $compiler == dart2js && $runtime == ie9 ] | 92 [ $compiler == dart2js && $runtime == ie9 ] |
| 95 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 93 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 96 list_test: Fail # IE doesn't support typed data. | 94 list_test: Fail # IE doesn't support typed data. |
| 97 shuffle_test: Fail # IE doesn't support typed data. | 95 shuffle_test: Fail # IE doesn't support typed data. |
| 98 | 96 |
| 99 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 98 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 142 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 143 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 string_test: StaticWarning, OK # Test generates error on purpose. | 144 string_test: StaticWarning, OK # Test generates error on purpose. |
| 147 | 145 |
| 148 [ $compiler == dart2js && $runtime == safari ] | 146 [ $compiler == dart2js && $runtime == safari ] |
| 149 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 147 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 150 | 148 |
| 151 [ $runtime == ie9 || $runtime == ie10 ] | 149 [ $runtime == ie9 || $runtime == ie10 ] |
| 152 num_parse_test: RuntimeError # Issue 15316 | 150 num_parse_test: RuntimeError # Issue 15316 |
| 153 num_parse_test/01: RuntimeError # Issue 15316 | 151 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |