| 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 16 matching lines...) Expand all Loading... |
| 27 string_from_environment3_test: Skip | 27 string_from_environment3_test: Skip |
| 28 string_from_environment_default_value: Skip | 28 string_from_environment_default_value: Skip |
| 29 string_from_environment_test: Skip | 29 string_from_environment_test: Skip |
| 30 | 30 |
| 31 [ $compiler == none ] | 31 [ $compiler == none ] |
| 32 unicode_test: Fail # Bug 6706 | 32 unicode_test: Fail # Bug 6706 |
| 33 compare_to2_test: Fail # Bug 4018 | 33 compare_to2_test: Fail # Bug 4018 |
| 34 | 34 |
| 35 symbol_test/01: Fail, Pass # bug 11669 | 35 symbol_test/01: Fail, Pass # bug 11669 |
| 36 | 36 |
| 37 iterable_return_type_test/01: RuntimeError # Issue 13646 |
| 38 iterable_return_type_test/02: RuntimeError # Issue 13646 |
| 39 |
| 37 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 40 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
| 38 symbol_test/02: MissingCompileTimeError # bug 11669 | 41 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 39 symbol_test/03: MissingCompileTimeError # bug 11669 | 42 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 40 | 43 |
| 41 [ $compiler == none || $compiler == dart2dart ] | 44 [ $compiler == none || $compiler == dart2dart ] |
| 42 symbol_test/none: Fail # bug 11669 | 45 symbol_test/none: Fail # bug 11669 |
| 43 symbol_operator_test/03: Fail # bug 11669 | 46 symbol_operator_test/03: Fail # bug 11669 |
| 44 string_case_test/01: Fail # Bug 18061 | 47 string_case_test/01: Fail # Bug 18061 |
| 45 | 48 |
| 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 49 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 13 matching lines...) Expand all Loading... |
| 60 | 63 |
| 61 [ $runtime == opera ] | 64 [ $runtime == opera ] |
| 62 core_runtime_types_test: Fail | 65 core_runtime_types_test: Fail |
| 63 null_nosuchmethod_test: Fail # Issue: 7413 | 66 null_nosuchmethod_test: Fail # Issue: 7413 |
| 64 unicode_test: Fail # Issue 14694 | 67 unicode_test: Fail # Issue 14694 |
| 65 | 68 |
| 66 [ $compiler == dart2js ] | 69 [ $compiler == dart2js ] |
| 67 error_stack_trace1_test: RuntimeError # Issue 12399 | 70 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 68 hash_set_test/01: RuntimeError # Issue 11551 | 71 hash_set_test/01: RuntimeError # Issue 11551 |
| 69 integer_to_string_test/01: RuntimeError # Issue 1533 | 72 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 73 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 74 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 70 | 75 |
| 71 big_integer_vm_test: RuntimeError, OK # VM specific test. | 76 big_integer_vm_test: RuntimeError, OK # VM specific test. |
| 72 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 77 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 73 compare_to2_test: RuntimeError, OK # Requires bigint support. | 78 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 74 string_base_vm_test: RuntimeError, OK # VM specific test. | 79 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 75 nan_infinity_test/01: Fail # Issue 11551 | 80 nan_infinity_test/01: Fail # Issue 11551 |
| 76 | 81 |
| 77 [ $compiler == dart2js && $runtime == none ] | 82 [ $compiler == dart2js && $runtime == none ] |
| 78 *: Fail, Pass # TODO(ahe): Triage these tests. | 83 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 79 | 84 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 138 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 134 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 139 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 135 | 140 |
| 136 [ $runtime == ie9 || $runtime == ie10 ] | 141 [ $runtime == ie9 || $runtime == ie10 ] |
| 137 num_parse_test: RuntimeError # Issue 15316 | 142 num_parse_test: RuntimeError # Issue 15316 |
| 138 num_parse_test/01: RuntimeError # Issue 15316 | 143 num_parse_test/01: RuntimeError # Issue 15316 |
| 139 | 144 |
| 140 [ $system == windows && $arch == x64 ] | 145 [ $system == windows && $arch == x64 ] |
| 141 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 146 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 142 | 147 |
| OLD | NEW |