| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 124 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 125 | 125 regress_r21715_test: RuntimeError # Requires bigint support. |
| 126 | 126 |
| 127 [ $compiler == dart2js && $runtime == none ] | 127 [ $compiler == dart2js && $runtime == none ] |
| 128 *: Fail, Pass # TODO(ahe): Triage these tests. | 128 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 129 | 129 |
| 130 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 130 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 131 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 131 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 132 | 132 |
| 133 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 133 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 134 | 134 |
| 135 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 135 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 | 220 |
| 221 [ $system == windows && $arch == x64 ] | 221 [ $system == windows && $arch == x64 ] |
| 222 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 222 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 223 | 223 |
| 224 [ $runtime != d8 ] | 224 [ $runtime != d8 ] |
| 225 # The regexp tests are not verified to work on non d8 platforms yet. | 225 # The regexp tests are not verified to work on non d8 platforms yet. |
| 226 regexp/*: Skip | 226 regexp/*: Skip |
| 227 | 227 |
| 228 [ $runtime == vm ] | 228 [ $runtime == vm ] |
| 229 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 229 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| OLD | NEW |