| 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 30 matching lines...) Expand all Loading... |
| 41 | 41 |
| 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 42 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 43 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 43 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 44 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 44 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 45 | 45 |
| 46 # new Symbol('void') should be allowed. | 46 # new Symbol('void') should be allowed. |
| 47 [ $compiler == dart2js ] | 47 [ $compiler == dart2js ] |
| 48 symbol_reserved_word_test/03: RuntimeError # bug 19972 | 48 symbol_reserved_word_test/03: RuntimeError # bug 19972 |
| 49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 50 int_parse_radix_test/02: Fail # No bigints. | 50 int_parse_radix_test/02: Fail # No bigints. |
| 51 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
| 51 | 52 |
| 52 # With the exception of 'void', const Symbol() should not accept reserved | 53 # With the exception of 'void', const Symbol() should not accept reserved |
| 53 # words. | 54 # words. |
| 54 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart] | 55 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart] |
| 55 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | 56 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
| 56 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | 57 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
| 57 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | 58 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
| 58 | 59 |
| 59 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 60 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 60 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 61 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 172 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 173 | 174 |
| 174 [ $runtime == ie10 ] | 175 [ $runtime == ie10 ] |
| 175 num_parse_test: RuntimeError # Issue 15316 | 176 num_parse_test: RuntimeError # Issue 15316 |
| 176 num_parse_test/01: RuntimeError # Issue 15316 | 177 num_parse_test/01: RuntimeError # Issue 15316 |
| 177 | 178 |
| 178 [ $system == windows && $arch == x64 ] | 179 [ $system == windows && $arch == x64 ] |
| 179 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 180 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 180 | 181 |
| OLD | NEW |