| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 [ $compiler == dart2js && $runtime == none ] | 111 [ $compiler == dart2js && $runtime == none ] |
| 112 *: Fail, Pass # TODO(ahe): Triage these tests. | 112 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 113 | 113 |
| 114 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 114 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 115 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 115 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 116 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 116 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 117 | 117 |
| 118 [ $compiler == dart2js && $runtime == chrome ] | 118 [ $compiler == dart2js && $runtime == chrome ] |
| 119 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 119 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 120 | 120 |
| 121 [ $compiler == dart2js && $runtime == ff ] | 121 [ $compiler == dart2js && $runtime == drt ] |
| 122 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 122 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 123 | 123 |
| 124 [ $compiler == dart2js && $runtime == jsshell ] | 124 [ $compiler == dart2js && $runtime == jsshell ] |
| 125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 126 | 126 |
| 127 [ $compiler == dart2js && $runtime == safarimobilesim ] | 127 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 128 string_split_test: RuntimeError # Issue 21431 | 128 string_split_test: RuntimeError # Issue 21431 |
| 129 | 129 |
| 130 [ $compiler == dart2js && $runtime == safarimobilesim ] | 130 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 268 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 269 symbol_test/none: RuntimeError # Issue 27394 | 269 symbol_test/none: RuntimeError # Issue 27394 |
| 270 uri_example_test: RuntimeError # Issue 27394 | 270 uri_example_test: RuntimeError # Issue 27394 |
| 271 uri_http_test: RuntimeError # Issue 27394 | 271 uri_http_test: RuntimeError # Issue 27394 |
| 272 uri_parameters_all_test: RuntimeError # Issue 27394 | 272 uri_parameters_all_test: RuntimeError # Issue 27394 |
| 273 uri_query_test: RuntimeError # Issue 27394 | 273 uri_query_test: RuntimeError # Issue 27394 |
| 274 uri_test: RuntimeError # Issue 27394 | 274 uri_test: RuntimeError # Issue 27394 |
| 275 | 275 |
| 276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 277 regress/4562_test/01: Crash # Issue 27394 | 277 regress/4562_test/01: Crash # Issue 27394 |
| OLD | NEW |