Chromium Code Reviews| 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 ] | |
|
Ivan Posva
2012/06/25 17:59:02
This line should not be needed as this status file
| |
| 6 # VM specific tests that should not be run by dart2js. | |
| 7 *vm_test: Skip | |
| 8 *vm_negative_test: Skip | |
| 9 | |
| 5 [ $compiler == dart2js && $checked ] | 10 [ $compiler == dart2js && $checked ] |
| 6 assign_static_type_test/01: Fail | 11 assign_static_type_test/01: Fail |
| 7 assign_static_type_test/02: Fail | 12 assign_static_type_test/02: Fail |
| 8 assign_static_type_test/03: Fail | 13 assign_static_type_test/03: Fail |
| 9 assign_static_type_test/04: Fail | 14 assign_static_type_test/04: Fail |
| 10 type_variable_bounds_test/01: Fail | 15 type_variable_bounds_test/01: Fail |
| 11 type_variable_bounds_test/02: Fail | 16 type_variable_bounds_test/02: Fail |
| 12 type_variable_bounds_test/04: Fail | 17 type_variable_bounds_test/04: Fail |
| 13 type_variable_bounds_test/05: Fail | 18 type_variable_bounds_test/05: Fail |
| 14 type_variable_bounds2_test/00: Fail | 19 type_variable_bounds2_test/00: Fail |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 82 parameter_initializer6_negative_test: Fail # Issue 3502 | 87 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 83 named_parameters2_test: Fail # Unimplemented non-matching static call | 88 named_parameters2_test: Fail # Unimplemented non-matching static call |
| 84 named_parameters3_test: Fail # Unimplemented non-matching static call | 89 named_parameters3_test: Fail # Unimplemented non-matching static call |
| 85 named_parameters4_test: Fail # Unimplemented non-matching static call | 90 named_parameters4_test: Fail # Unimplemented non-matching static call |
| 86 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method. | 91 naming_test: Fail # Broken because operator negate is not accessible as if it wa s a method. |
| 87 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. | 92 operator6_test: Fail # Constant folding of bit-operations does not agree with ru ntime behavior. Issue 2887. |
| 88 pseudo_kw_test: Fail # Unexpected token '(' | 93 pseudo_kw_test: Fail # Unexpected token '(' |
| 89 super_implicit_closure_test: Fail # internal error: super property read not impl emented | 94 super_implicit_closure_test: Fail # internal error: super property read not impl emented |
| 90 super_operator_test: Fail # internal error: super property store not implemented | 95 super_operator_test: Fail # internal error: super property store not implemented |
| 91 switch_label_test: Fail # error: target of continue is not a loop or switch case | 96 switch_label_test: Fail # error: target of continue is not a loop or switch case |
| 92 type_cast_vm_test: Fail # type cast not yet implemented | |
| 93 | 97 |
| 94 | 98 |
| 95 # Implementation errors (library or generated code). | 99 # Implementation errors (library or generated code). |
| 96 generic_deep_test: Fail # Expect.isTrue(false) fails. | 100 generic_deep_test: Fail # Expect.isTrue(false) fails. |
| 97 generic_inheritance_test: Fail # Expect.isTrue(false) fails. | 101 generic_inheritance_test: Fail # Expect.isTrue(false) fails. |
| 98 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. | 102 generic_parameterized_extends_test: Fail # Expect.isTrue(false) fails. |
| 99 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 103 instanceof2_test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 100 instanceof3_test: Fail # cannot resolve type UndeclaredType. | 104 instanceof3_test: Fail # cannot resolve type UndeclaredType. |
| 101 library_private_in_constructor_test: Fail # Issue 2620. | 105 library_private_in_constructor_test: Fail # Issue 2620. |
| 102 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. | 106 list_literal4_test: Fail # Illegal argument(s): 0 -- checked mode test. |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 199 static_top_level_test/00: Fail, OK # Negative language test. | 203 static_top_level_test/00: Fail, OK # Negative language test. |
| 200 static_top_level_test/01: Fail, OK # Negative language test. | 204 static_top_level_test/01: Fail, OK # Negative language test. |
| 201 static_top_level_test/02: Fail, OK # Negative language test. | 205 static_top_level_test/02: Fail, OK # Negative language test. |
| 202 static_top_level_test/03: Fail, OK # Negative language test. | 206 static_top_level_test/03: Fail, OK # Negative language test. |
| 203 static_top_level_test/04: Fail, OK # Negative language test. | 207 static_top_level_test/04: Fail, OK # Negative language test. |
| 204 static_top_level_test/05: Fail, OK # Negative language test. | 208 static_top_level_test/05: Fail, OK # Negative language test. |
| 205 string_interpolation7_negative_test: Fail, OK # Negative language test. | 209 string_interpolation7_negative_test: Fail, OK # Negative language test. |
| 206 throw7_negative_test: Fail, OK # Negative language test. | 210 throw7_negative_test: Fail, OK # Negative language test. |
| 207 try_catch_syntax_test/08: Fail, OK # Negative language test. | 211 try_catch_syntax_test/08: Fail, OK # Negative language test. |
| 208 | 212 |
| 209 type_vm_test: Fail, OK # VM specific test. | |
| 210 disable_privacy_test: Fail, OK # VM specific test. | 213 disable_privacy_test: Fail, OK # VM specific test. |
| 211 numbers_test: Fail, OK # (unintended?) VM specific test. | 214 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 212 | 215 |
| 213 final_syntax_test/01: Fail | 216 final_syntax_test/01: Fail |
| 214 final_syntax_test/02: Fail | 217 final_syntax_test/02: Fail |
| 215 final_syntax_test/03: Fail | 218 final_syntax_test/03: Fail |
| 216 final_syntax_test/04: Fail | 219 final_syntax_test/04: Fail |
| 217 | 220 |
| 218 div_by_zero_test: Fail, OK # Leg only has doubles. | 221 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 219 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 222 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 294 | 297 |
| 295 | 298 |
| 296 [ $compiler == dart2js && $runtime == safari ] | 299 [ $compiler == dart2js && $runtime == safari ] |
| 297 arithmetic_test: Skip # BUG(3492): Times out. | 300 arithmetic_test: Skip # BUG(3492): Times out. |
| 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' | 301 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' |
| 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' | 302 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' |
| 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 303 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 304 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 305 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 306 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| OLD | NEW |