| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 | 225 |
| 226 | 226 |
| 227 [ $compiler == none && $runtime == drt ] | 227 [ $compiler == none && $runtime == drt ] |
| 228 gc_test: Skip # Issue 1487 | 228 gc_test: Skip # Issue 1487 |
| 229 import_core_no_prefix_test: Fail # Issue 4607 | 229 import_core_no_prefix_test: Fail # Issue 4607 |
| 230 prefix_new_test: Fail | 230 prefix_new_test: Fail |
| 231 | 231 |
| 232 [ $runtime == dartium ] | 232 [ $runtime == dartium ] |
| 233 import_core_no_prefix_test: Fail # Issue 4607 | 233 import_core_no_prefix_test: Fail # Issue 4607 |
| 234 | 234 |
| 235 [ $compiler == none && $runtime == vm ] | |
| 236 import_core_no_prefix_test: Fail # Issue 4607 | |
| 237 | |
| 238 [ $runtime == vm ] | 235 [ $runtime == vm ] |
| 239 first_class_types_test: Fail # Issue 3902 | 236 first_class_types_test: Fail # Issue 3902 |
| 240 call_nonexistent_static_test/01: Fail # Issues 3094 | 237 call_nonexistent_static_test/01: Fail # Issues 3094 |
| 241 call_nonexistent_static_test/02: Fail # Issues 3088 | 238 call_nonexistent_static_test/02: Fail # Issues 3088 |
| 242 call_nonexistent_static_test/03: Fail # Issues 3085 | 239 call_nonexistent_static_test/03: Fail # Issues 3085 |
| 243 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. | 240 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 244 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. | 241 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| 245 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. | 242 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. |
| 246 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. | 243 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. |
| 247 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. | 244 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 compile_time_constant_checked2_test/05: Fail, OK | 404 compile_time_constant_checked2_test/05: Fail, OK |
| 408 compile_time_constant_checked2_test/06: Fail, OK | 405 compile_time_constant_checked2_test/06: Fail, OK |
| 409 compile_time_constant_checked3_test/01: Fail, OK | 406 compile_time_constant_checked3_test/01: Fail, OK |
| 410 compile_time_constant_checked3_test/02: Fail, OK | 407 compile_time_constant_checked3_test/02: Fail, OK |
| 411 compile_time_constant_checked3_test/03: Fail, OK | 408 compile_time_constant_checked3_test/03: Fail, OK |
| 412 compile_time_constant_checked3_test/04: Fail, OK | 409 compile_time_constant_checked3_test/04: Fail, OK |
| 413 compile_time_constant_checked3_test/05: Fail, OK | 410 compile_time_constant_checked3_test/05: Fail, OK |
| 414 compile_time_constant_checked3_test/06: Fail, OK | 411 compile_time_constant_checked3_test/06: Fail, OK |
| 415 | 412 |
| 416 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 413 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |