| 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 == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 # VM specific tests that should not be run by dart2js. | 6 # VM specific tests that should not be run by dart2js. |
| 7 *vm_test: Skip | 7 *vm_test: Skip |
| 8 *vm_negative_test: Skip | 8 *vm_negative_test: Skip |
| 9 | 9 |
| 10 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 map_literal2_negative_test: Fail # Negative language test. | 259 map_literal2_negative_test: Fail # Negative language test. |
| 260 non_const_super_negative_test: Fail # Negative language test. | 260 non_const_super_negative_test: Fail # Negative language test. |
| 261 number_identifier_negative_test: Fail # Negative language test. | 261 number_identifier_negative_test: Fail # Negative language test. |
| 262 operator1_negative_test: Fail # Negative language test. | 262 operator1_negative_test: Fail # Negative language test. |
| 263 override_field_test/04: Fail # Broken test. | 263 override_field_test/04: Fail # Broken test. |
| 264 prefix16_test: Fail | 264 prefix16_test: Fail |
| 265 prefix18_negative_test: Fail # Negative language test. | 265 prefix18_negative_test: Fail # Negative language test. |
| 266 prefix20_negative_test: Fail # Negative language test. | 266 prefix20_negative_test: Fail # Negative language test. |
| 267 prefix23_negative_test: Fail # Negative language test. | 267 prefix23_negative_test: Fail # Negative language test. |
| 268 pseudo_kw_illegal_test/03: Fail # Negative language test. | 268 pseudo_kw_illegal_test/03: Fail # Negative language test. |
| 269 pseudo_kw_illegal_test/11: Fail # Negative language test. | |
| 270 pseudo_kw_illegal_test/14: Fail # Negative language test. | 269 pseudo_kw_illegal_test/14: Fail # Negative language test. |
| 271 scope_negative_test: Fail # Negative language test. | 270 scope_negative_test: Fail # Negative language test. |
| 272 setter_declaration2_negative_test: Fail # Negative language test. | 271 setter_declaration2_negative_test: Fail # Negative language test. |
| 273 setter_declaration_negative_test: Fail # Negative language test. | 272 setter_declaration_negative_test: Fail # Negative language test. |
| 274 static_field_test/01: Fail # Negative language test. | 273 static_field_test/01: Fail # Negative language test. |
| 275 static_field_test/03: Fail # Negative language test. | 274 static_field_test/03: Fail # Negative language test. |
| 276 static_final_field2_negative_test: Fail # Negative language test.too | 275 static_final_field2_negative_test: Fail # Negative language test.too |
| 277 static_final_field_negative_test: Fail # Negative language test. | 276 static_final_field_negative_test: Fail # Negative language test. |
| 278 static_top_level_test/00: Fail # Negative language test. | 277 static_top_level_test/00: Fail # Negative language test. |
| 279 static_top_level_test/01: Fail # Negative language test. | 278 static_top_level_test/01: Fail # Negative language test. |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 349 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
| 351 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 350 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 352 first_class_types_test: Fail # http://dartbug.com/5523 | 351 first_class_types_test: Fail # http://dartbug.com/5523 |
| 353 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 352 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 354 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 353 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 355 export_test: Fail # Issue 5785 (root cause: issue 2264) | 354 export_test: Fail # Issue 5785 (root cause: issue 2264) |
| 356 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) | 355 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) |
| 357 generic_creation_test: Fail # Issue 5785 (root cause: issue 2264) | 356 generic_creation_test: Fail # Issue 5785 (root cause: issue 2264) |
| 358 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) | 357 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) |
| 359 first_class_types_libraries_test: Fail | 358 first_class_types_libraries_test: Fail |
| OLD | NEW |