| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 named_parameters_type_test/02: MissingRuntimeError | 267 named_parameters_type_test/02: MissingRuntimeError |
| 268 named_parameters_type_test/03: MissingRuntimeError | 268 named_parameters_type_test/03: MissingRuntimeError |
| 269 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830
1 | 269 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830
1 |
| 270 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830
1 | 270 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830
1 |
| 271 number_identifier_test/05: RuntimeError | 271 number_identifier_test/05: RuntimeError |
| 272 positional_parameters_type_test/01: MissingRuntimeError | 272 positional_parameters_type_test/01: MissingRuntimeError |
| 273 positional_parameters_type_test/02: MissingRuntimeError | 273 positional_parameters_type_test/02: MissingRuntimeError |
| 274 prefix10_negative_test: Fail | 274 prefix10_negative_test: Fail |
| 275 prefix21_test: RuntimeError | 275 prefix21_test: RuntimeError |
| 276 redirecting_constructor_initializer_test: RuntimeError | 276 redirecting_constructor_initializer_test: RuntimeError |
| 277 regress_22443_test: RuntimeError | 277 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 |
| 278 regress_23408_test: RuntimeError | 278 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 279 regress_27164_test: CompileTimeError | |
| 280 regress_r24720_test: RuntimeError | 279 regress_r24720_test: RuntimeError |
| 281 regress_28278_test: RuntimeError | 280 regress_28278_test: RuntimeError |
| 282 script1_negative_test: Fail | 281 script1_negative_test: Fail |
| 283 script2_negative_test: Fail | 282 script2_negative_test: Fail |
| 284 setter_no_getter_call_test/none: RuntimeError | 283 setter_no_getter_call_test/none: RuntimeError |
| 285 static_setter_get_test/01: RuntimeError | 284 static_setter_get_test/01: RuntimeError |
| 286 super_test: RuntimeError | 285 super_test: RuntimeError |
| 287 switch7_negative_test: Fail | 286 switch7_negative_test: Fail |
| 288 switch_try_catch_test: RuntimeError | 287 switch_try_catch_test: RuntimeError |
| 289 try_catch_on_syntax_test/10: MissingRuntimeError | 288 try_catch_on_syntax_test/10: MissingRuntimeError |
| (...skipping 21 matching lines...) Expand all Loading... |
| 311 | 310 |
| 312 # dartk: precompilation failures | 311 # dartk: precompilation failures |
| 313 [ $compiler == dartkp && $runtime == dart_precompiled ] | 312 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 314 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 313 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 315 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 314 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 316 | 315 |
| 317 # dartk: precompilation failures (debug) | 316 # dartk: precompilation failures (debug) |
| 318 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 317 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 319 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 318 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 320 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 319 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |