| 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 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 hash_set_test/01: RuntimeError # Issue 11551 | 114 hash_set_test/01: RuntimeError # Issue 11551 |
| 115 integer_to_string_test/01: RuntimeError # Issue 1533 | 115 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 116 iterable_return_type_test/01: RuntimeError # Issue 20085 | 116 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 117 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 117 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 118 | 118 |
| 119 big_integer_*: Skip # VM specific test. | 119 big_integer_*: Skip # VM specific test. |
| 120 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 120 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 121 compare_to2_test: RuntimeError, OK # Requires bigint support. | 121 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 122 string_base_vm_test: RuntimeError, OK # VM specific test. | 122 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 123 nan_infinity_test/01: Fail # Issue 11551 | 123 nan_infinity_test/01: Fail # Issue 11551 |
| 124 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 125 |
| 124 | 126 |
| 125 [ $compiler == dart2js && $runtime == none ] | 127 [ $compiler == dart2js && $runtime == none ] |
| 126 *: Fail, Pass # TODO(ahe): Triage these tests. | 128 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 127 | 129 |
| 128 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 130 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 129 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 131 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 130 | 132 |
| 131 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 133 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 132 | 134 |
| 133 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 135 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 num_parse_test: RuntimeError # Issue 15316 | 226 num_parse_test: RuntimeError # Issue 15316 |
| 225 num_parse_test/01: RuntimeError # Issue 15316 | 227 num_parse_test/01: RuntimeError # Issue 15316 |
| 226 | 228 |
| 227 [ $system == windows && $arch == x64 ] | 229 [ $system == windows && $arch == x64 ] |
| 228 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 230 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 229 | 231 |
| 230 [ $runtime != d8 ] | 232 [ $runtime != d8 ] |
| 231 # JSCRE does not pass all of the tests ported for irregexp. | 233 # JSCRE does not pass all of the tests ported for irregexp. |
| 232 # Ignore all of the tests until irregexp is fully ported. | 234 # Ignore all of the tests until irregexp is fully ported. |
| 233 regexp/*: Skip | 235 regexp/*: Skip |
| OLD | NEW |