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

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

Issue 2749313003: Adjust status file for dart2js failure on invocation_fuzz_test (issue 29086) (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
11 async/future_or_strong_test: RuntimeError, OK 11 async/future_or_strong_test: RuntimeError, OK
12 12
13 math/double_pow_test: RuntimeError 13 math/double_pow_test: RuntimeError
14 math/low_test: RuntimeError 14 math/low_test: RuntimeError
15 math/random_big_test: RuntimeError # Using bigint seeds for random. 15 math/random_big_test: RuntimeError # Using bigint seeds for random.
16 16
17 mirrors/invocation_fuzz_test: RuntimeError # Issue 29086
17 mirrors/abstract_class_test: RuntimeError # Issue 12826 18 mirrors/abstract_class_test: RuntimeError # Issue 12826
18 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 19 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
19 mirrors/class_mirror_location_test: RuntimeError # Issue 6490 20 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
20 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490 21 mirrors/closurization_equivalence_test: RuntimeError # Issue 6490
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 22 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
23 mirrors/delegate_class_test: RuntimeError 24 mirrors/delegate_class_test: RuntimeError
24 mirrors/delegate_library_test: RuntimeError 25 mirrors/delegate_library_test: RuntimeError
25 mirrors/deferred_type_test: RuntimeError # Issue 6335 26 mirrors/deferred_type_test: RuntimeError # Issue 6335
26 mirrors/empty_test: RuntimeError # Issue 6490 27 mirrors/empty_test: RuntimeError # Issue 6490
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 mirrors/typedef_deferred_library_test: Crash # Deferred loading 457 mirrors/typedef_deferred_library_test: Crash # Deferred loading
457 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 458 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
458 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 459 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
459 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 460 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
460 mirrors/load_library_test: Crash # Deferred loading 461 mirrors/load_library_test: Crash # Deferred loading
461 462
462 [ $hot_reload ] 463 [ $hot_reload ]
463 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 464 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
464 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 465 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
465 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 466 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698