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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 map_literal2_negative_test: Fail # Negative language test. | 205 map_literal2_negative_test: Fail # Negative language test. |
206 non_const_super_negative_test: Fail # Negative language test. | 206 non_const_super_negative_test: Fail # Negative language test. |
207 number_identifier_negative_test: Fail # Negative language test. | 207 number_identifier_negative_test: Fail # Negative language test. |
208 operator1_negative_test: Fail # Negative language test. | 208 operator1_negative_test: Fail # Negative language test. |
209 override_field_test/04: Fail # Broken test. | 209 override_field_test/04: Fail # Broken test. |
210 prefix16_test: Fail | 210 prefix16_test: Fail |
211 prefix18_negative_test: Fail # Negative language test. | 211 prefix18_negative_test: Fail # Negative language test. |
212 prefix20_negative_test: Fail # Negative language test. | 212 prefix20_negative_test: Fail # Negative language test. |
213 prefix23_negative_test: Fail # Negative language test. | 213 prefix23_negative_test: Fail # Negative language test. |
214 pseudo_kw_illegal_test/01: Fail # Negative language test. | 214 pseudo_kw_illegal_test/01: Fail # Negative language test. |
| 215 pseudo_kw_illegal_test/02: Fail # Negative language test. |
215 pseudo_kw_illegal_test/03: Fail # Negative language test. | 216 pseudo_kw_illegal_test/03: Fail # Negative language test. |
216 pseudo_kw_illegal_test/05: Fail # Negative language test. | 217 pseudo_kw_illegal_test/05: Fail # Negative language test. |
217 pseudo_kw_illegal_test/06: Fail # Negative language test. | 218 pseudo_kw_illegal_test/06: Fail # Negative language test. |
218 pseudo_kw_illegal_test/07: Fail # Negative language test. | 219 pseudo_kw_illegal_test/07: Fail # Negative language test. |
219 pseudo_kw_illegal_test/08: Fail # Negative language test. | 220 pseudo_kw_illegal_test/08: Fail # Negative language test. |
220 pseudo_kw_illegal_test/09: Fail # Negative language test. | 221 pseudo_kw_illegal_test/09: Fail # Negative language test. |
221 pseudo_kw_illegal_test/10: Fail # Negative language test. | 222 pseudo_kw_illegal_test/10: Fail # Negative language test. |
222 pseudo_kw_illegal_test/11: Fail # Negative language test. | 223 pseudo_kw_illegal_test/11: Fail # Negative language test. |
223 pseudo_kw_illegal_test/12: Fail # Negative language test. | 224 pseudo_kw_illegal_test/12: Fail # Negative language test. |
224 pseudo_kw_illegal_test/13: Fail # Negative language test. | 225 pseudo_kw_illegal_test/13: Fail # Negative language test. |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 | 286 |
286 [ $compiler == dart2js && $runtime == safari ] | 287 [ $compiler == dart2js && $runtime == safari ] |
287 arithmetic_test: Skip # BUG(3492): Times out. | 288 arithmetic_test: Skip # BUG(3492): Times out. |
288 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' | 289 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan
ce of 'TypeError' |
289 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' | 290 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I
nstance of 'TypeError' |
290 closure3_test: Fail # Uncaught error: Instance of 'TypeError' | 291 closure3_test: Fail # Uncaught error: Instance of 'TypeError' |
291 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' | 292 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' |
292 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' | 293 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' |
293 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' | 294 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' |
294 | 295 |
OLD | NEW |