| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 string_trimlr_test/none: Fail | 118 string_trimlr_test/none: Fail |
| 119 | 119 |
| 120 [ $compiler == dart2js && $runtime == ie10 ] | 120 [ $compiler == dart2js && $runtime == ie10 ] |
| 121 string_case_test/01: Fail, OK # Bug in IE. | 121 string_case_test/01: Fail, OK # Bug in IE. |
| 122 string_case_test/02: Fail, OK # Bug in IE. | 122 string_case_test/02: Fail, OK # Bug in IE. |
| 123 | 123 |
| 124 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 124 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 125 string_case_test/01: Fail, OK # Bug in Firefox. | 125 string_case_test/01: Fail, OK # Bug in Firefox. |
| 126 list_test/none: Fail # Issue 28014 | 126 list_test/none: Fail # Issue 28014 |
| 127 list_test/01: Fail # Issue 28014 | 127 list_test/01: Fail # Issue 28014 |
| 128 int_parse_radix_test/none: Pass, RuntimeError # Issue 28983 |
| 129 string_trim2_test: Pass, RuntimeError # Issue 28983 |
| 130 string_trimlr_test/01: Pass, RuntimeError # Issue 28983 |
| 131 string_trimlr_test/none: Pass, RuntimeError # Issue 28983 |
| 132 double_parse_test/03: Pass, RuntimeError # Issue 28983 |
| 133 double_parse_test/none: Pass, RuntimeError # Issue 28983 |
| 134 num_parse_test/01: Pass, RuntimeError # Issue 28983 |
| 135 num_parse_test/none: Pass, RuntimeError # Issue 28983 |
| 128 | 136 |
| 129 [ $compiler == dart2js && $runtime == dartium ] | 137 [ $compiler == dart2js && $runtime == dartium ] |
| 130 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. |
| 131 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. |
| 132 | 140 |
| 133 # Analyzer's implementation of fromEnvironment assumes that undefined | 141 # Analyzer's implementation of fromEnvironment assumes that undefined |
| 134 # environment variables have an unspecified value (rather than being | 142 # environment variables have an unspecified value (rather than being |
| 135 # 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 |
| 136 # the code is run. This means that it produces slightly different | 144 # the code is run. This means that it produces slightly different |
| 137 # error messages than the VM and Dart2js. | 145 # error messages than the VM and Dart2js. |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 255 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 248 symbol_test/none: RuntimeError # Issue 27394 | 256 symbol_test/none: RuntimeError # Issue 27394 |
| 249 uri_example_test: RuntimeError # Issue 27394 | 257 uri_example_test: RuntimeError # Issue 27394 |
| 250 uri_http_test: RuntimeError # Issue 27394 | 258 uri_http_test: RuntimeError # Issue 27394 |
| 251 uri_parameters_all_test: RuntimeError # Issue 27394 | 259 uri_parameters_all_test: RuntimeError # Issue 27394 |
| 252 uri_query_test: RuntimeError # Issue 27394 | 260 uri_query_test: RuntimeError # Issue 27394 |
| 253 uri_test: RuntimeError # Issue 27394 | 261 uri_test: RuntimeError # Issue 27394 |
| 254 | 262 |
| 255 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 263 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 256 regress/4562_test/01: Crash # Issue 27394 | 264 regress/4562_test/01: Crash # Issue 27394 |
| OLD | NEW |