| 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] | |
| 6 bool_from_environment2_test: Skip | |
| 7 bool_from_environment_default_value_test: Skip | |
| 8 bool_from_environment_test: Skip | |
| 9 from_environment_const_type_test: Skip | |
| 10 from_environment_const_type_undefined_test: Skip | |
| 11 int_from_environment2_test: Skip | |
| 12 int_from_environment3_test: Skip | |
| 13 int_from_environment_default_value_test: Skip | |
| 14 int_from_environment_test: Skip | |
| 15 string_from_environment2_test: Skip | |
| 16 string_from_environment3_test: Skip | |
| 17 string_from_environment_default_value: Skip | |
| 18 string_from_environment_test: Skip | |
| 19 | |
| 20 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 21 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 22 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 23 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 24 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 25 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| 26 int_from_environment2_test: Skip | 11 int_from_environment2_test: Skip |
| 27 int_from_environment3_test: Skip | 12 int_from_environment3_test: Skip |
| 28 int_from_environment_default_value_test: Skip | 13 int_from_environment_default_value_test: Skip |
| 29 int_from_environment_test: Skip | 14 int_from_environment_test: Skip |
| 30 string_from_environment2_test: Skip | 15 string_from_environment2_test: Skip |
| 31 string_from_environment3_test: Skip | 16 string_from_environment3_test: Skip |
| 32 string_from_environment_default_value: Skip | 17 string_from_environment_default_value: Skip |
| 33 string_from_environment_test: Skip | 18 string_from_environment_test: Skip |
| 34 | 19 |
| 35 [ $compiler == none ] | 20 [ $compiler == none ] |
| 36 unicode_test: Fail # Bug 6706 | 21 unicode_test: Fail # Bug 6706 |
| 37 compare_to2_test: Fail # Bug 4018 | 22 compare_to2_test: Fail # Bug 4018 |
| 38 | 23 |
| 39 symbol_test/01: Fail, Pass # bug 11669 | 24 symbol_test/01: Fail, Pass # bug 11669 |
| 40 | 25 |
| 41 # #void should be a valid symbol. | 26 # #void should be a valid symbol. |
| 42 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 27 [ $compiler == none || $compiler == dart2js ] |
| 43 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 28 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
| 44 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 29 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
| 45 | 30 |
| 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 32 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 33 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 49 | 34 |
| 50 # new Symbol('void') should be allowed. | 35 # new Symbol('void') should be allowed. |
| 51 [ $compiler == dart2js ] | 36 [ $compiler == dart2js ] |
| 52 symbol_reserved_word_test/03: RuntimeError # bug 19972 | 37 symbol_reserved_word_test/03: RuntimeError # bug 19972 |
| 53 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 38 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 54 int_parse_radix_test/02: Fail # No bigints. | 39 int_parse_radix_test/02: Fail # No bigints. |
| 55 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. | 40 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
| 56 integer_to_radix_string_test: RuntimeError # issue 22045 | 41 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 57 | 42 |
| 58 # With the exception of 'void', const Symbol() should not accept reserved | 43 # With the exception of 'void', const Symbol() should not accept reserved |
| 59 # words. | 44 # words. |
| 60 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart] | 45 [ $compiler == none || $compiler == dart2js ] |
| 61 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | 46 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
| 62 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | 47 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
| 63 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | 48 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
| 64 | 49 |
| 65 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 50 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 66 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 51 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 67 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 52 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 68 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 53 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 69 | 54 |
| 70 # With the exception of 'void', new Symbol() should not accept reserved words. | 55 # With the exception of 'void', new Symbol() should not accept reserved words. |
| 71 [ $compiler == none || $compiler == dart2dart ] | 56 [ $compiler == none ] |
| 72 symbol_reserved_word_test/06: RuntimeError # bug 11669 | 57 symbol_reserved_word_test/06: RuntimeError # bug 11669 |
| 73 symbol_reserved_word_test/09: RuntimeError # bug 11669 | 58 symbol_reserved_word_test/09: RuntimeError # bug 11669 |
| 74 symbol_reserved_word_test/12: RuntimeError # bug 11669 | 59 symbol_reserved_word_test/12: RuntimeError # bug 11669 |
| 75 | 60 |
| 76 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 61 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
| 77 symbol_test/02: MissingCompileTimeError # bug 11669 | 62 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 78 symbol_test/03: MissingCompileTimeError # bug 11669 | 63 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 79 | 64 |
| 80 [ $compiler == none || $compiler == dart2dart ] | 65 [ $compiler == none ] |
| 81 symbol_test/none: Fail # bug 11669 | 66 symbol_test/none: Fail # bug 11669 |
| 82 symbol_operator_test/03: Fail # bug 11669 | 67 symbol_operator_test/03: Fail # bug 11669 |
| 83 string_case_test/01: Fail # Bug 18061 | 68 string_case_test/01: Fail # Bug 18061 |
| 84 | 69 |
| 85 iterable_return_type_test/01: RuntimeError # Issue 13646 | 70 iterable_return_type_test/01: RuntimeError # Issue 13646 |
| 86 iterable_return_type_test/02: RuntimeError # Issue 13646 | 71 iterable_return_type_test/02: RuntimeError # Issue 13646 |
| 87 | 72 |
| 88 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 73 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 89 main_test: Fail # Dartium needs to check for both main() and main(args). | 74 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 90 | 75 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 string_case_test/01: Fail, OK # Bug in IE. | 133 string_case_test/01: Fail, OK # Bug in IE. |
| 149 string_case_test/02: Fail, OK # Bug in IE. | 134 string_case_test/02: Fail, OK # Bug in IE. |
| 150 | 135 |
| 151 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 152 string_case_test/01: Fail, OK # Bug in Firefox. | 137 string_case_test/01: Fail, OK # Bug in Firefox. |
| 153 | 138 |
| 154 [ $compiler == dart2js && $runtime == dartium ] | 139 [ $compiler == dart2js && $runtime == dartium ] |
| 155 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 140 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 156 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 141 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 157 | 142 |
| 158 [ $compiler == dart2dart ] | |
| 159 compare_to2_test: Fail # inherited from VM | |
| 160 unicode_test: Fail # inherited from VM | |
| 161 | |
| 162 [ $compiler == dart2dart && $minified ] | |
| 163 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | |
| 164 | |
| 165 [ $compiler == dartanalyzer ] | 143 [ $compiler == dartanalyzer ] |
| 166 from_environment_const_type_test: Skip # The -D option that defines a constant | 144 from_environment_const_type_test: Skip # The -D option that defines a constant |
| 167 # for the Dart vm is not accepted by the deprecated java dartanalyzer. | 145 # for the Dart vm is not accepted by the deprecated java dartanalyzer. |
| 168 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected | 146 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected |
| 169 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted | 147 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted |
| 170 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected | 148 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected |
| 171 | 149 |
| 172 # Issue 16391. These tests are supposed to produce a compile time | 150 # Issue 16391. These tests are supposed to produce a compile time |
| 173 # error in checked mode, but they don't: | 151 # error in checked mode, but they don't: |
| 174 [ $compiler == dartanalyzer && $checked ] | 152 [ $compiler == dartanalyzer && $checked ] |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 uri_http_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 566 uri_http_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 589 uri_ipv4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 567 uri_ipv4_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 590 uri_ipv6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r | 568 uri_ipv6_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato
r |
| 591 uri_normalize_path_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator | 569 uri_normalize_path_test: Crash # Instance of 'TypeOperator': unimplemented in Co
deGenerator |
| 592 uri_normalize_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen
erator | 570 uri_normalize_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGen
erator |
| 593 uri_parse_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or | 571 uri_parse_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerat
or |
| 594 uri_path_test: Crash # (throw new ExpectException(message)): Unhandled node | 572 uri_path_test: Crash # (throw new ExpectException(message)): Unhandled node |
| 595 uri_query_test: Crash # (throw new ExpectException(message)): Unhandled node | 573 uri_query_test: Crash # (throw new ExpectException(message)): Unhandled node |
| 596 uri_scheme_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor | 574 uri_scheme_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenera
tor |
| 597 uri_test: Crash # (throw new ExpectException(message)): Unhandled node | 575 uri_test: Crash # (throw new ExpectException(message)): Unhandled node |
| OLD | NEW |