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 24 matching lines...) Expand all Loading... |
35 bool_from_environment2_test/04: Fail | 35 bool_from_environment2_test/04: Fail |
36 int_from_environment3_test/01: Fail | 36 int_from_environment3_test/01: Fail |
37 int_from_environment3_test/02: Fail | 37 int_from_environment3_test/02: Fail |
38 int_from_environment3_test/03: Fail | 38 int_from_environment3_test/03: Fail |
39 int_from_environment3_test/04: Fail | 39 int_from_environment3_test/04: Fail |
40 string_from_environment3_test/01: Fail | 40 string_from_environment3_test/01: Fail |
41 string_from_environment3_test/02: Fail | 41 string_from_environment3_test/02: Fail |
42 string_from_environment3_test/03: Fail | 42 string_from_environment3_test/03: Fail |
43 string_from_environment3_test/04: Fail | 43 string_from_environment3_test/04: Fail |
44 | 44 |
45 [ $compiler == dartanalyzer ] | |
46 string_from_environment_test: Crash # http://dartbug.com/17234 | |
47 int_from_environment2_test: Crash # http://dartbug.com/17234 | |
48 | |
49 [ $compiler == none ] | 45 [ $compiler == none ] |
50 unicode_test: Fail # Bug 6706 | 46 unicode_test: Fail # Bug 6706 |
51 compare_to2_test: Fail # Bug 4018 | 47 compare_to2_test: Fail # Bug 4018 |
52 | 48 |
53 symbol_test/01: Fail, Pass # bug 11669 | 49 symbol_test/01: Fail, Pass # bug 11669 |
54 | 50 |
55 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 51 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
56 symbol_test/02: MissingCompileTimeError # bug 11669 | 52 symbol_test/02: MissingCompileTimeError # bug 11669 |
57 symbol_test/03: MissingCompileTimeError # bug 11669 | 53 symbol_test/03: MissingCompileTimeError # bug 11669 |
58 | 54 |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 165 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 166 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
171 string_test: StaticWarning, OK # Test generates error on purpose. | 167 string_test: StaticWarning, OK # Test generates error on purpose. |
172 | 168 |
173 [ $compiler == dart2js && $runtime == safari ] | 169 [ $compiler == dart2js && $runtime == safari ] |
174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 170 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
175 | 171 |
176 [ $runtime == ie9 || $runtime == ie10 ] | 172 [ $runtime == ie9 || $runtime == ie10 ] |
177 num_parse_test: RuntimeError # Issue 15316 | 173 num_parse_test: RuntimeError # Issue 15316 |
178 num_parse_test/01: RuntimeError # Issue 15316 | 174 num_parse_test/01: RuntimeError # Issue 15316 |
OLD | NEW |