| 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 ] | 6 [ $compiler == dartk ] |
| 7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
| 8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
| 9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
| 10 | 10 |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 positional_parameters_type_test/02: MissingRuntimeError | 309 positional_parameters_type_test/02: MissingRuntimeError |
| 310 prefix10_negative_test: Fail | 310 prefix10_negative_test: Fail |
| 311 prefix21_test: RuntimeError | 311 prefix21_test: RuntimeError |
| 312 redirecting_constructor_initializer_test: RuntimeError | 312 redirecting_constructor_initializer_test: RuntimeError |
| 313 regress_18713_test: RuntimeError | 313 regress_18713_test: RuntimeError |
| 314 regress_22443_test: RuntimeError | 314 regress_22443_test: RuntimeError |
| 315 regress_22700_test: RuntimeError | 315 regress_22700_test: RuntimeError |
| 316 regress_23408_test: RuntimeError | 316 regress_23408_test: RuntimeError |
| 317 regress_27164_test: CompileTimeError | 317 regress_27164_test: CompileTimeError |
| 318 regress_r24720_test: RuntimeError | 318 regress_r24720_test: RuntimeError |
| 319 regress_28278_test: RuntimeError |
| 319 reify_typevar_test: RuntimeError | 320 reify_typevar_test: RuntimeError |
| 320 script1_negative_test: Fail | 321 script1_negative_test: Fail |
| 321 script2_negative_test: Fail | 322 script2_negative_test: Fail |
| 322 setter_no_getter_call_test/none: RuntimeError | 323 setter_no_getter_call_test/none: RuntimeError |
| 323 static_setter_get_test/01: RuntimeError | 324 static_setter_get_test/01: RuntimeError |
| 324 super_test: RuntimeError | 325 super_test: RuntimeError |
| 325 switch7_negative_test: Fail | 326 switch7_negative_test: Fail |
| 326 switch_try_catch_test: RuntimeError | 327 switch_try_catch_test: RuntimeError |
| 327 sync_generator3_test/test2: RuntimeError | 328 sync_generator3_test/test2: RuntimeError |
| 328 try_catch_on_syntax_test/10: MissingRuntimeError | 329 try_catch_on_syntax_test/10: MissingRuntimeError |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 stacktrace_rethrow_nonerror_test: RuntimeError | 373 stacktrace_rethrow_nonerror_test: RuntimeError |
| 373 stack_trace_test: RuntimeError | 374 stack_trace_test: RuntimeError |
| 374 string_interpolation7_test: RuntimeError | 375 string_interpolation7_test: RuntimeError |
| 375 super_call4_test: RuntimeError | 376 super_call4_test: RuntimeError |
| 376 regress_28255_test: Crash | 377 regress_28255_test: Crash |
| 377 | 378 |
| 378 # dartk: precompilation failures (debug) | 379 # dartk: precompilation failures (debug) |
| 379 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 380 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 380 constructor_named_arguments_test/01: Crash | 381 constructor_named_arguments_test/01: Crash |
| 381 not_enough_positional_arguments_test/05: Crash | 382 not_enough_positional_arguments_test/05: Crash |
| OLD | NEW |