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 ] | 5 [ $compiler == dart2js ] |
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 | 6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 |
7 enum_test: Fail # Issue 28340 | 7 enum_test: Fail # Issue 28340 |
8 regress_28341_test: Fail # Issue 28340 | 8 regress_28341_test: Fail # Issue 28340 |
9 regress_29349_test: CompileTimeError # Issue 29745 | 9 regress_29349_test: CompileTimeError # Issue 29745 |
10 regress_29481_test: Crash # Issue 29754 | 10 regress_29481_test: Crash # Issue 29754 |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 | 288 |
289 [ $minified ] | 289 [ $minified ] |
290 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 290 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
291 regress_21795_test: RuntimeError # Issue 12605 | 291 regress_21795_test: RuntimeError # Issue 12605 |
292 | 292 |
293 [ $compiler == dart2js ] | 293 [ $compiler == dart2js ] |
294 generic_field_mixin4_test: Crash # Issue 18651 | 294 generic_field_mixin4_test: Crash # Issue 18651 |
295 generic_field_mixin5_test: Crash # Issue 18651 | 295 generic_field_mixin5_test: Crash # Issue 18651 |
296 method_override5_test: RuntimeError # Issue 12809 | 296 method_override5_test: RuntimeError # Issue 12809 |
297 | 297 |
298 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 298 [ $compiler == dart2js && $runtime != drt ] |
299 issue23244_test: RuntimeError # 23244 | 299 issue23244_test: RuntimeError # 23244 |
300 | 300 |
301 [ $compiler == dart2js && $host_checked ] | 301 [ $compiler == dart2js && $host_checked ] |
302 regress_26855_test/1: Crash # Issue 26867 | 302 regress_26855_test/1: Crash # Issue 26867 |
303 regress_26855_test/2: Crash # Issue 26867 | 303 regress_26855_test/2: Crash # Issue 26867 |
304 regress_26855_test/3: Crash # Issue 26867 | 304 regress_26855_test/3: Crash # Issue 26867 |
305 regress_26855_test/4: Crash # Issue 26867 | 305 regress_26855_test/4: Crash # Issue 26867 |
306 | 306 |
307 [ $compiler != dart2analyzer] | 307 [ $compiler != dart2analyzer] |
308 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 308 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 deferred_global_test: Crash # Issue 27394 | 563 deferred_global_test: Crash # Issue 27394 |
564 factory6_test/00: Crash # Issue 27394 | 564 factory6_test/00: Crash # Issue 27394 |
565 factory_redirection_test/01: Crash # Issue 27394 | 565 factory_redirection_test/01: Crash # Issue 27394 |
566 factory_redirection_test/02: Crash # Issue 27394 | 566 factory_redirection_test/02: Crash # Issue 27394 |
567 factory_redirection_test/03: Crash # Issue 27394 | 567 factory_redirection_test/03: Crash # Issue 27394 |
568 named_parameters_test/01: Crash # Issue 27394 | 568 named_parameters_test/01: Crash # Issue 27394 |
569 named_parameters_test/03: Crash # Issue 27394 | 569 named_parameters_test/03: Crash # Issue 27394 |
570 named_parameters_test/05: Crash # Issue 27394 | 570 named_parameters_test/05: Crash # Issue 27394 |
571 named_parameters_test/07: Crash # Issue 27394 | 571 named_parameters_test/07: Crash # Issue 27394 |
572 named_parameters_test/09: Crash # Issue 27394 | 572 named_parameters_test/09: Crash # Issue 27394 |
OLD | NEW |