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