| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 const_constructor_syntax_test/01: Fail # Negative language test. | 167 const_constructor_syntax_test/01: Fail # Negative language test. |
| 168 const_constructor_syntax_test/02: Fail # Negative language test. | 168 const_constructor_syntax_test/02: Fail # Negative language test. |
| 169 const_constructor_syntax_test/03: Fail # Negative language test. | 169 const_constructor_syntax_test/03: Fail # Negative language test. |
| 170 const_constructor_syntax_test/04: Fail # Negative language test. | 170 const_constructor_syntax_test/04: Fail # Negative language test. |
| 171 const_field_negative_test: Fail # Negative language test. | 171 const_field_negative_test: Fail # Negative language test. |
| 172 const_init4_negative_test: Fail # Negative language test. | 172 const_init4_negative_test: Fail # Negative language test. |
| 173 const_init_negative_test: Fail # Negative language test. | 173 const_init_negative_test: Fail # Negative language test. |
| 174 const_syntax_test/01: Fail # Negative language test. | 174 const_syntax_test/01: Fail # Negative language test. |
| 175 const_syntax_test/02: Fail # Negative language test. | 175 const_syntax_test/02: Fail # Negative language test. |
| 176 const_syntax_test/03: Fail # Negative language test. | 176 const_syntax_test/03: Fail # Negative language test. |
| 177 const_syntax_test/04: Fail # Negative language test. |
| 177 constructor2_negative_test: Fail # Negative language test. | 178 constructor2_negative_test: Fail # Negative language test. |
| 178 constructor_negative_test: Pass # For the wrong reason. | 179 constructor_negative_test: Pass # For the wrong reason. |
| 179 constructor_return_negative_test: Fail # Negative language test. | 180 constructor_return_negative_test: Fail # Negative language test. |
| 180 constructor_return_with_arrow_negative_test: Fail # Negative language test. | 181 constructor_return_with_arrow_negative_test: Fail # Negative language test. |
| 181 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. | 182 constructor_return_with_init_and_arrow_negative_test: Fail # Negative language t
est. |
| 182 constructor_return_with_init_negative_test: Fail # Negative language test. | 183 constructor_return_with_init_negative_test: Fail # Negative language test. |
| 183 duplicate_implements_test/01: Fail # Negative language test. | 184 duplicate_implements_test/01: Fail # Negative language test. |
| 184 duplicate_implements_test/02: Fail # Negative language test. | 185 duplicate_implements_test/02: Fail # Negative language test. |
| 185 duplicate_implements_test/03: Fail # Negative language test. | 186 duplicate_implements_test/03: Fail # Negative language test. |
| 186 duplicate_implements_test/04: Fail # Negative language test. | 187 duplicate_implements_test/04: Fail # Negative language test. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 static_top_level_test/05: Fail # Negative language test. | 242 static_top_level_test/05: Fail # Negative language test. |
| 242 static_top_level_test/06: Fail # Negative language test. | 243 static_top_level_test/06: Fail # Negative language test. |
| 243 static_top_level_test/07: Fail # Negative language test. | 244 static_top_level_test/07: Fail # Negative language test. |
| 244 string_interpolation7_negative_test: Fail # Negative language test. | 245 string_interpolation7_negative_test: Fail # Negative language test. |
| 245 throw7_negative_test: Fail # Negative language test. | 246 throw7_negative_test: Fail # Negative language test. |
| 246 try_catch_syntax_test/08: Fail # Negative language test. | 247 try_catch_syntax_test/08: Fail # Negative language test. |
| 247 | 248 |
| 248 disable_privacy_test: Fail, OK # VM specific test. | 249 disable_privacy_test: Fail, OK # VM specific test. |
| 249 numbers_test: Fail, OK # (unintended?) VM specific test. | 250 numbers_test: Fail, OK # (unintended?) VM specific test. |
| 250 | 251 |
| 251 const_syntax_test/04: Fail | |
| 252 | |
| 253 div_by_zero_test: Fail, OK # Leg only has doubles. | 252 div_by_zero_test: Fail, OK # Leg only has doubles. |
| 254 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. | 253 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. |
| 255 # The following test will start to fail again once dart2js implements the | 254 # The following test will start to fail again once dart2js implements the |
| 256 # runtime semantics for numbers. | 255 # runtime semantics for numbers. |
| 257 # Should be: Fail, OK # Expects negative results of bit-operations. | 256 # Should be: Fail, OK # Expects negative results of bit-operations. |
| 258 optimization_test: Pass | 257 optimization_test: Pass |
| 259 | 258 |
| 260 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. | 259 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes
that string-concatenation returns a new string. |
| 261 reg_exp3_test: Fail, OK # Expects exception from const constructor. | 260 reg_exp3_test: Fail, OK # Expects exception from const constructor. |
| 262 | 261 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 292 [ $compiler == dart2js && $runtime == safari ] | 291 [ $compiler == dart2js && $runtime == safari ] |
| 293 arithmetic_test: Skip # BUG(3492): Times out. | 292 arithmetic_test: Skip # BUG(3492): Times out. |
| 294 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 293 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
| 295 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 294 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
| 296 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 295 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
| 297 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 296 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
| 298 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 297 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
| 299 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 298 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
| 300 naming_test: Fail | 299 naming_test: Fail |
| 301 | 300 |
| OLD | NEW |