| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 149 get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 150 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 150 get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 151 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 151 get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 152 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 152 get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 153 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 153 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 154 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 154 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 155 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 155 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 156 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 156 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 157 implicit_scope_test: Fail # duplicate definition of a="bar" | 157 implicit_scope_test: Fail # duplicate definition of a="bar" |
| 158 library_prefixes_test: Fail # other is not a type | 158 library_prefixes_test: Fail # other is not a type |
| 159 local_function_test: Fail # TypeError: Object #<Closure> has no method '$call$2'
(bad exception mapping). | |
| 160 many_generic_instanceof_test: Fail # cannot resolve type T | 159 many_generic_instanceof_test: Fail # cannot resolve type T |
| 161 method_binding_test: Fail # internal error: super property read not implemented. | 160 method_binding_test: Fail # internal error: super property read not implemented. |
| 162 method_override_test: Fail # cannot resolve type GetKeysFunctionType | 161 method_override_test: Fail # cannot resolve type GetKeysFunctionType |
| 163 method_override2_test/00: Fail # accepts illegal override | 162 method_override2_test/00: Fail # accepts illegal override |
| 164 method_override2_test/01: Fail # accepts illegal override | 163 method_override2_test/01: Fail # accepts illegal override |
| 165 method_override2_test/02: Fail # accepts illegal override | 164 method_override2_test/02: Fail # accepts illegal override |
| 166 method_override2_test/03: Fail # accepts illegal override | 165 method_override2_test/03: Fail # accepts illegal override |
| 167 abstract_getter_test/01: Fail # instantiation of abstract class | 166 abstract_getter_test/01: Fail # instantiation of abstract class |
| 168 abstract_factory_constructor_test/01: Fail # instantiation of abstract class | 167 abstract_factory_constructor_test/01: Fail # instantiation of abstract class |
| 169 parameter_initializer6_negative_test: Fail # Issue 3502 | 168 parameter_initializer6_negative_test: Fail # Issue 3502 |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 346 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 348 | 347 |
| 349 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 348 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
| 350 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 349 prefix_new_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 351 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 350 part2_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 352 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. | 351 part_test: Fail # TODO(ahe): Enable wrapper-less tests on Firefox/Windows. |
| 353 export_test: Fail # Issue 5785 (root cause: issue 2264) | 352 export_test: Fail # Issue 5785 (root cause: issue 2264) |
| 354 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) | 353 export_cyclic_test: Fail # Issue 5785 (root cause: issue 2264) |
| 355 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) | 354 import_combinators_test: Fail # Issue 5785 (root cause: issue 2264) |
| 356 first_class_types_libraries_test: Fail | 355 first_class_types_libraries_test: Fail |
| OLD | NEW |