| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 interface_negative_test: Fail # instantiation of abstract class | 101 interface_negative_test: Fail # instantiation of abstract class |
| 102 argument_definition_test/01: Fail # Issue 5082 | 102 argument_definition_test/01: Fail # Issue 5082 |
| 103 argument_definition_test/02: Fail # Issue 5082 | 103 argument_definition_test/02: Fail # Issue 5082 |
| 104 argument_definition_test/03: Fail # Issue 5082 | 104 argument_definition_test/03: Fail # Issue 5082 |
| 105 argument_definition_test/04: Fail # Issue 5082 | 105 argument_definition_test/04: Fail # Issue 5082 |
| 106 argument_definition_test/05: Fail # Issue 5082 | 106 argument_definition_test/05: Fail # Issue 5082 |
| 107 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 107 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 108 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 108 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 109 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest | 109 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| 110 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. | 110 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. |
| 111 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 112 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| 113 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. |
| 114 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. |
| 115 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. |
| 116 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. |
| 117 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er
rors. |
| 111 call_operator_test: Pass # Issue 1355 | 118 call_operator_test: Pass # Issue 1355 |
| 112 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason | 119 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 113 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason | 120 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 114 cascade_test/02: Fail # Issue 3729 | 121 cascade_test/02: Fail # Issue 3729 |
| 115 cascade_test/none: Fail # Issue 3729 | 122 cascade_test/none: Fail # Issue 3729 |
| 116 char_escape_test: Pass # Issue 1654 | 123 char_escape_test: Pass # Issue 1654 |
| 117 class_literal_test/01 : Fail # language change 3368 | 124 class_literal_test/01 : Fail # language change 3368 |
| 118 class_literal_test/03 : Fail # language change 1031 | 125 class_literal_test/03 : Fail # language change 1031 |
| 119 class_literal_test/04 : Fail # language change 1031 | 126 class_literal_test/04 : Fail # language change 1031 |
| 120 class_literal_test/05 : Fail # language change 3368 | 127 class_literal_test/05 : Fail # language change 3368 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 [ $runtime == dartium ] | 218 [ $runtime == dartium ] |
| 212 import_core_no_prefix_test: Fail # Issue 4607 | 219 import_core_no_prefix_test: Fail # Issue 4607 |
| 213 | 220 |
| 214 [ $compiler == none && $runtime == vm ] | 221 [ $compiler == none && $runtime == vm ] |
| 215 import_core_no_prefix_test: Fail # Issue 4607 | 222 import_core_no_prefix_test: Fail # Issue 4607 |
| 216 | 223 |
| 217 [ $runtime == vm ] | 224 [ $runtime == vm ] |
| 218 call_nonexistent_static_test/01: Fail # Issues 3094 | 225 call_nonexistent_static_test/01: Fail # Issues 3094 |
| 219 call_nonexistent_static_test/02: Fail # Issues 3088 | 226 call_nonexistent_static_test/02: Fail # Issues 3088 |
| 220 call_nonexistent_static_test/03: Fail # Issues 3085 | 227 call_nonexistent_static_test/03: Fail # Issues 3085 |
| 228 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 229 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| 230 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. |
| 231 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. |
| 232 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. |
| 233 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. |
| 234 call_nonexistent_static_test/10: Fail, Crash # Unresolved static calls are no lo
nger errors. |
| 235 getter_no_setter2_test/01: Fail # Unresolved static calls are no longer errors. |
| 236 setter_no_getter_test/01: Crash # Unresolved static calls are no longer errors. |
| 221 | 237 |
| 222 [ $runtime == chrome ] | 238 [ $runtime == chrome ] |
| 223 string_escape1_negative_test: Skip | 239 string_escape1_negative_test: Skip |
| 224 | 240 |
| 225 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 241 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 226 [ $runtime == opera ] | 242 [ $runtime == opera ] |
| 227 *: Skip | 243 *: Skip |
| 228 | 244 |
| 229 [ $runtime == ie && ($system == linux || $system == macos) ] | 245 [ $runtime == ie && ($system == linux || $system == macos) ] |
| 230 *: Skip | 246 *: Skip |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 389 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 374 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 390 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 375 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 391 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 376 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 392 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 377 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 393 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 378 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 394 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 379 | 395 |
| 380 # Only checked mode reports an error on type assignment | 396 # Only checked mode reports an error on type assignment |
| 381 # problems in compile time constants. | 397 # problems in compile time constants. |
| 382 compile_time_constant_checked_test/02: Fail, OK | 398 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |