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

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

Issue 2913963002: Add negation to single-identifier tests in status files. (Closed)
Patch Set: Address comments Created 3 years, 6 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 | « tests/language_strong/language_strong.status ('k') | tests/lib_strong/lib_strong.status » ('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 [ $unchecked ] 5 [ ! $checked ]
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.
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 mirrors/reflected_type_generics_test/01: Fail # Issues in reflecting generic typ edefs. 108 mirrors/reflected_type_generics_test/01: Fail # Issues in reflecting generic typ edefs.
109 mirrors/reflected_type_generics_test/02: Fail # Issues in reflecting bounded typ e variables. 109 mirrors/reflected_type_generics_test/02: Fail # Issues in reflecting bounded typ e variables.
110 # The following tests fail because we have disabled a test in 110 # The following tests fail because we have disabled a test in
111 # `reflectClassByName`. `MirrorsUsed` leads to classes not having the 111 # `reflectClassByName`. `MirrorsUsed` leads to classes not having the
112 # information necessary to correctly handle these checks. 112 # information necessary to correctly handle these checks.
113 mirrors/reflected_type_generics_test/03: Fail # Issues in reflecting generic typ edefs. 113 mirrors/reflected_type_generics_test/03: Fail # Issues in reflecting generic typ edefs.
114 mirrors/reflected_type_generics_test/04: Fail # Issues in reflecting bounded typ e variables. 114 mirrors/reflected_type_generics_test/04: Fail # Issues in reflecting bounded typ e variables.
115 mirrors/reflected_type_generics_test/05: Fail # Issues in reflecting generic typ edefs. 115 mirrors/reflected_type_generics_test/05: Fail # Issues in reflecting generic typ edefs.
116 mirrors/reflected_type_generics_test/06: Fail # Issues in reflecting bounded typ e variables. 116 mirrors/reflected_type_generics_test/06: Fail # Issues in reflecting bounded typ e variables.
117 117
118 [ $compiler == none && $unchecked ] 118 [ $compiler == none && ! $checked ]
119 mirrors/reflected_type_generics_test/02: Fail, Ok # Type check for a bounded typ e argument. 119 mirrors/reflected_type_generics_test/02: Fail, Ok # Type check for a bounded typ e argument.
120 120
121 [ $compiler == dart2js && $fast_startup ] 121 [ $compiler == dart2js && $fast_startup ]
122 mirrors/*: Fail # mirrors not supported 122 mirrors/*: Fail # mirrors not supported
123 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason 123 mirrors/circular_factory_redirection_test/0*: Pass # expects failure, but it fai ls for the wrong reason
124 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai ls for the wrong reason 124 mirrors/library_imports_bad_metadata_test/01: Pass # expects failure, but it fai ls for the wrong reason
125 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason 125 mirrors/library_metadata2_test/01: Pass # expects failure, but it fails for the wrong reason
126 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo r the wrong reason 126 mirrors/metadata_allowed_values_test/0*: Pass # expects failure, but it fails fo r the wrong reason
127 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo r the wrong reason 127 mirrors/metadata_allowed_values_test/1*: Pass # expects failure, but it fails fo r the wrong reason
128 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo r the wrong reason 128 mirrors/metadata_allowed_values_test/2*: Pass # expects failure, but it fails fo r the wrong reason
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 [ $compiler == dartk || $compiler == dartkp ] 670 [ $compiler == dartk || $compiler == dartkp ]
671 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335. 671 mirrors/deferred_mirrors_metadata_test: CompileTimeError # Deferred loading kern el issue 28335.
672 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335. 672 mirrors/deferred_mirrors_metatarget_test: CompileTimeError # Deferred loading ke rnel issue 28335.
673 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335. 673 mirrors/deferred_mirrors_update_test: CompileTimeError # Deferred loading kernel issue 28335.
674 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335. 674 mirrors/library_enumeration_deferred_loading_test: CompileTimeError # Deferred l oading kernel issue 28335.
675 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335. 675 mirrors/library_import_deferred_loading_test: CompileTimeError # Deferred loadin g kernel issue 28335.
676 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335. 676 mirrors/typedef_deferred_library_test: CompileTimeError # Deferred loading kerne l issue 28335.
677 677
678 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ] 678 [ $compiler == dartk && $runtime == vm && $mode == debug && $arch == x64 ]
679 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439. 679 mirrors/invocation_fuzz_test: Skip # Because it times out, issue 29439.
OLDNEW
« no previous file with comments | « tests/language_strong/language_strong.status ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698