| 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 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 regress_29349_test: CompileTimeError # Issue 29745 | 8 regress_29349_test: CompileTimeError # Issue 29745 |
| 9 regress_29481_test: Crash # Issue 29754 | 9 regress_29481_test: Crash # Issue 29754 |
| 10 deferred_not_loaded_check_test: Fail # Issue 27577 | 10 deferred_not_loaded_check_test: Fail # Issue 27577 |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 [ $compiler == dart2js && $host_checked ] | 288 [ $compiler == dart2js && $host_checked ] |
| 289 regress_26855_test/1: Crash # Issue 26867 | 289 regress_26855_test/1: Crash # Issue 26867 |
| 290 regress_26855_test/2: Crash # Issue 26867 | 290 regress_26855_test/2: Crash # Issue 26867 |
| 291 regress_26855_test/3: Crash # Issue 26867 | 291 regress_26855_test/3: Crash # Issue 26867 |
| 292 regress_26855_test/4: Crash # Issue 26867 | 292 regress_26855_test/4: Crash # Issue 26867 |
| 293 | 293 |
| 294 [ $compiler != dart2analyzer] | 294 [ $compiler != dart2analyzer] |
| 295 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status | 295 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status |
| 296 | 296 |
| 297 [ $compiler == dart2js && $dart2js_with_kernel ] | 297 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 298 constants_test/01: Crash |
| 298 abstract_beats_arguments_test: RuntimeError # Issue 27394 | 299 abstract_beats_arguments_test: RuntimeError # Issue 27394 |
| 299 abstract_runtime_error_test/01: RuntimeError # Issue 27394 | 300 abstract_runtime_error_test/01: RuntimeError # Issue 27394 |
| 300 abstract_runtime_error_test/02: RuntimeError # Issue 27394 | 301 abstract_runtime_error_test/02: RuntimeError # Issue 27394 |
| 301 arithmetic_canonicalization_test: RuntimeError # Issue 27394 | 302 arithmetic_canonicalization_test: RuntimeError # Issue 27394 |
| 302 assign_top_method_test/01: Crash # Issue 27394 | 303 assign_top_method_test/01: Crash # Issue 27394 |
| 303 async_await_syntax_test/a04b: Crash # Issue 27394 | 304 async_await_syntax_test/a04b: Crash # Issue 27394 |
| 304 async_await_syntax_test/a06a: RuntimeError # Issue 27394 | 305 async_await_syntax_test/a06a: RuntimeError # Issue 27394 |
| 305 async_await_syntax_test/a07b: Crash # Issue 27394 | 306 async_await_syntax_test/a07b: Crash # Issue 27394 |
| 306 async_await_syntax_test/a08b: Crash # Issue 27394 | 307 async_await_syntax_test/a08b: Crash # Issue 27394 |
| 307 async_await_syntax_test/b06a: RuntimeError # Issue 27394 | 308 async_await_syntax_test/b06a: RuntimeError # Issue 27394 |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 factory_redirection_test/02: Crash # Issue 27394 | 583 factory_redirection_test/02: Crash # Issue 27394 |
| 583 factory_redirection_test/03: Crash # Issue 27394 | 584 factory_redirection_test/03: Crash # Issue 27394 |
| 584 named_parameters_test/01: Crash # Issue 27394 | 585 named_parameters_test/01: Crash # Issue 27394 |
| 585 named_parameters_test/03: Crash # Issue 27394 | 586 named_parameters_test/03: Crash # Issue 27394 |
| 586 named_parameters_test/05: Crash # Issue 27394 | 587 named_parameters_test/05: Crash # Issue 27394 |
| 587 named_parameters_test/07: Crash # Issue 27394 | 588 named_parameters_test/07: Crash # Issue 27394 |
| 588 named_parameters_test/09: Crash # Issue 27394 | 589 named_parameters_test/09: Crash # Issue 27394 |
| 589 | 590 |
| 590 [ $compiler == dart2js && $csp ] | 591 [ $compiler == dart2js && $csp ] |
| 591 regress_18713_test: RuntimeError # Issue 29843 | 592 regress_18713_test: RuntimeError # Issue 29843 |
| OLD | NEW |