Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: tests/lib/lib.status

Issue 2997283003: Migrated test lock 217 to Dart 2.0. (Closed)
Patch Set: Addressed comments Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tests/lib/math/rectangle_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests. 6 *: SkipByDesign # tests/lib_strong has the strong mode versions of these tests.
7 7
8 [ ! $checked ] 8 [ ! $checked ]
9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 9 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
10 10
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 12 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
13 13
14 14
15 math/double_pow_test: RuntimeError 15 math/double_pow_test: RuntimeError
16 math/low_test: RuntimeError 16 math/low_test: RuntimeError
17 17
18 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086 18 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086
19 mirrors/abstract_class_test: RuntimeError # Issue 12826
20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 19 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 20 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
22 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 21 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
25 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 24 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
26 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 25 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
27 mirrors/generic_interface_test: RuntimeError # Issue 12087 26 mirrors/generic_interface_test: RuntimeError # Issue 12087
28 mirrors/get_field_static_test/00: RuntimeError # Issue 21323 27 mirrors/get_field_static_test/00: RuntimeError # Issue 21323
29 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 28 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 async/stream_timeout_test: RuntimeError 288 async/stream_timeout_test: RuntimeError
290 async/stream_transform_test: RuntimeError 289 async/stream_transform_test: RuntimeError
291 async/stream_transformation_broadcast_test: RuntimeError 290 async/stream_transformation_broadcast_test: RuntimeError
292 async/timer_cancel1_test: RuntimeError 291 async/timer_cancel1_test: RuntimeError
293 async/timer_cancel2_test: RuntimeError 292 async/timer_cancel2_test: RuntimeError
294 async/timer_cancel_test: RuntimeError 293 async/timer_cancel_test: RuntimeError
295 async/timer_isActive_test: RuntimeError 294 async/timer_isActive_test: RuntimeError
296 async/timer_repeat_test: RuntimeError 295 async/timer_repeat_test: RuntimeError
297 async/timer_test: RuntimeError 296 async/timer_test: RuntimeError
298 convert/json_lib_test: RuntimeError 297 convert/json_lib_test: RuntimeError
299 math/rectangle_test: RuntimeError
300 mirrors/library_uri_io_test: RuntimeError 298 mirrors/library_uri_io_test: RuntimeError
301 mirrors/library_uri_package_test: RuntimeError 299 mirrors/library_uri_package_test: RuntimeError
302 # fstat bug, MG-479. 300 # fstat bug, MG-479.
303 mirrors/invocation_fuzz_test: Crash 301 mirrors/invocation_fuzz_test: Crash
304 302
305 [ $compiler == dart2js && $runtime == safarimobilesim ] 303 [ $compiler == dart2js && $runtime == safarimobilesim ]
306 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 304 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
307 mirrors/null_test: Fail # Issue 16831 305 mirrors/null_test: Fail # Issue 16831
308 306
309 [ $compiler == dart2js && $runtime == jsshell ] 307 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 405
408 [ $hot_reload ] 406 [ $hot_reload ]
409 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 407 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
410 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 408 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
411 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 409 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
412 410
413 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 411 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
414 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position. 412 mirrors/other_declarations_location_test: Crash # assertion error, TypeParameter not having position.
415 413
416 [ $compiler == dartk || $compiler == dartkp ] 414 [ $compiler == dartk || $compiler == dartkp ]
417 async/future_or_strong_test: RuntimeError
418 async/future_test/01: RuntimeError
419 async/future_test/none: RuntimeError
420 mirrors/abstract_class_test/00: RuntimeError
421 mirrors/abstract_class_test/none: RuntimeError
422 mirrors/class_declarations_test/01: RuntimeError 415 mirrors/class_declarations_test/01: RuntimeError
423 mirrors/class_declarations_test/none: RuntimeError 416 mirrors/class_declarations_test/none: RuntimeError
424 mirrors/class_mirror_location_test: RuntimeError 417 mirrors/class_mirror_location_test: RuntimeError
425 mirrors/constructor_kinds_test/01: RuntimeError 418 mirrors/constructor_kinds_test/01: RuntimeError
426 mirrors/constructor_kinds_test/none: RuntimeError 419 mirrors/constructor_kinds_test/none: RuntimeError
427 mirrors/function_type_mirror_test: RuntimeError 420 mirrors/function_type_mirror_test: RuntimeError
428 mirrors/generic_f_bounded_mixin_application_test: RuntimeError 421 mirrors/generic_f_bounded_mixin_application_test: RuntimeError
429 mirrors/generic_function_typedef_test: RuntimeError 422 mirrors/generic_function_typedef_test: RuntimeError
430 mirrors/generic_interface_test/01: RuntimeError 423 mirrors/generic_interface_test/01: RuntimeError
431 mirrors/generic_interface_test/none: RuntimeError 424 mirrors/generic_interface_test/none: RuntimeError
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 [ $compiler == dartk || $compiler == dartkp ] 528 [ $compiler == dartk || $compiler == dartkp ]
536 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 529 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
537 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 530 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
538 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 531 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
539 532
540 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 533 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
541 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 534 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
542 535
543 [ $compiler == dartkp && $mode == debug ] 536 [ $compiler == dartkp && $mode == debug ]
544 mirrors/variable_is_const_test/01: Crash 537 mirrors/variable_is_const_test/01: Crash
OLDNEW
« no previous file with comments | « no previous file | tests/lib/math/rectangle_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698