| 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 == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
| 8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
| 9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
| 10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 # IEEE-754 rounding algorithm. | 75 # IEEE-754 rounding algorithm. |
| 76 double_parse_test/02: Fail, OK | 76 double_parse_test/02: Fail, OK |
| 77 | 77 |
| 78 [ $runtime == safari || $runtime == safarimobilesim ] | 78 [ $runtime == safari || $runtime == safarimobilesim ] |
| 79 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 79 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 80 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 80 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 81 | 81 |
| 82 [ $runtime == ff ] | 82 [ $runtime == ff ] |
| 83 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | 83 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. |
| 84 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | 84 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. |
| 85 list_test/none: RuntimeError # Issue 27871 | |
| 86 list_test/01: RuntimeError # Issue 27871 | |
| 87 | 85 |
| 88 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 86 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 89 core_runtime_types_test: Pass, Fail # Issue 27913 | 87 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 90 | 88 |
| 91 [ $compiler == dart2js ] | 89 [ $compiler == dart2js ] |
| 92 error_stack_trace1_test: RuntimeError # Issue 12399 | 90 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 93 hash_set_test/01: RuntimeError # Issue 11551 | 91 hash_set_test/01: RuntimeError # Issue 11551 |
| 94 integer_to_string_test/01: RuntimeError # Issue 1533 | 92 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 95 iterable_return_type_test/01: RuntimeError # Issue 20085 | 93 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 96 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 116 [ $compiler == dart2js && $runtime == safarimobilesim ] | 114 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 117 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 115 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 118 string_trimlr_test/none: Fail | 116 string_trimlr_test/none: Fail |
| 119 | 117 |
| 120 [ $compiler == dart2js && $runtime == ie10 ] | 118 [ $compiler == dart2js && $runtime == ie10 ] |
| 121 string_case_test/01: Fail, OK # Bug in IE. | 119 string_case_test/01: Fail, OK # Bug in IE. |
| 122 string_case_test/02: Fail, OK # Bug in IE. | 120 string_case_test/02: Fail, OK # Bug in IE. |
| 123 | 121 |
| 124 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 125 string_case_test/01: Fail, OK # Bug in Firefox. | 123 string_case_test/01: Fail, OK # Bug in Firefox. |
| 126 list_test/none: Fail # Issue 28014 | |
| 127 list_test/01: Fail # Issue 28014 | |
| 128 int_parse_radix_test/none: Pass, RuntimeError # Issue 28983 | 124 int_parse_radix_test/none: Pass, RuntimeError # Issue 28983 |
| 129 string_trim2_test: Pass, RuntimeError # Issue 28983 | 125 string_trim2_test: Pass, RuntimeError # Issue 28983 |
| 130 string_trimlr_test/01: Pass, RuntimeError # Issue 28983 | 126 string_trimlr_test/01: Pass, RuntimeError # Issue 28983 |
| 131 string_trimlr_test/none: Pass, RuntimeError # Issue 28983 | 127 string_trimlr_test/none: Pass, RuntimeError # Issue 28983 |
| 132 double_parse_test/03: Pass, RuntimeError # Issue 28983 | 128 double_parse_test/03: Pass, RuntimeError # Issue 28983 |
| 133 double_parse_test/none: Pass, RuntimeError # Issue 28983 | 129 double_parse_test/none: Pass, RuntimeError # Issue 28983 |
| 134 num_parse_test/01: Pass, RuntimeError # Issue 28983 | 130 num_parse_test/01: Pass, RuntimeError # Issue 28983 |
| 135 num_parse_test/none: Pass, RuntimeError # Issue 28983 | 131 num_parse_test/none: Pass, RuntimeError # Issue 28983 |
| 136 | 132 |
| 133 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start
up == false] |
| 134 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell
/ Firefox |
| 135 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell /
Firefox |
| 136 |
| 137 [ $compiler == dart2js && $runtime == dartium ] | 137 [ $compiler == dart2js && $runtime == dartium ] |
| 138 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 138 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 139 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 139 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 140 | 140 |
| 141 # Analyzer's implementation of fromEnvironment assumes that undefined | 141 # Analyzer's implementation of fromEnvironment assumes that undefined |
| 142 # environment variables have an unspecified value (rather than being | 142 # environment variables have an unspecified value (rather than being |
| 143 # null) because it is expected that the user will supply a value when | 143 # null) because it is expected that the user will supply a value when |
| 144 # the code is run. This means that it produces slightly different | 144 # the code is run. This means that it produces slightly different |
| 145 # error messages than the VM and Dart2js. | 145 # error messages than the VM and Dart2js. |
| 146 [ $compiler == dart2analyzer && $checked ] | 146 [ $compiler == dart2analyzer && $checked ] |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 255 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 256 symbol_test/none: RuntimeError # Issue 27394 | 256 symbol_test/none: RuntimeError # Issue 27394 |
| 257 uri_example_test: RuntimeError # Issue 27394 | 257 uri_example_test: RuntimeError # Issue 27394 |
| 258 uri_http_test: RuntimeError # Issue 27394 | 258 uri_http_test: RuntimeError # Issue 27394 |
| 259 uri_parameters_all_test: RuntimeError # Issue 27394 | 259 uri_parameters_all_test: RuntimeError # Issue 27394 |
| 260 uri_query_test: RuntimeError # Issue 27394 | 260 uri_query_test: RuntimeError # Issue 27394 |
| 261 uri_test: RuntimeError # Issue 27394 | 261 uri_test: RuntimeError # Issue 27394 |
| 262 | 262 |
| 263 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 263 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 264 regress/4562_test/01: Crash # Issue 27394 | 264 regress/4562_test/01: Crash # Issue 27394 |
| OLD | NEW |