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

Side by Side Diff: tests/corelib/corelib.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/compiler/dart2js/dart2js.status ('k') | tests/corelib_strong/corelib_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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 string_split_test: RuntimeError # Issue 21431 129 string_split_test: RuntimeError # Issue 21431
130 130
131 [ $compiler == dart2js && $runtime == safarimobilesim ] 131 [ $compiler == dart2js && $runtime == safarimobilesim ]
132 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 132 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
133 string_trimlr_test/01: Fail 133 string_trimlr_test/01: Fail
134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
135 135
136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] 136 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ]
137 string_case_test/01: Fail, OK # Bug in Firefox. 137 string_case_test/01: Fail, OK # Bug in Firefox.
138 138
139 [ $compiler == dart2js && $runtime == jsshell && $fast_startup == false] 139 [ $compiler == dart2js && $runtime == jsshell && ! $fast_startup]
140 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 140 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
141 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox 141 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell / Firefox
142 142
143 [ $compiler == dart2js && $runtime == dartium ] 143 [ $compiler == dart2js && $runtime == dartium ]
144 string_case_test/02: Fail, OK # Bug in dartium version of V8. 144 string_case_test/02: Fail, OK # Bug in dartium version of V8.
145 string_case_test/03: Fail, OK # Bug in dartium version of V8. 145 string_case_test/03: Fail, OK # Bug in dartium version of V8.
146 146
147 # Analyzer's implementation of fromEnvironment assumes that undefined 147 # Analyzer's implementation of fromEnvironment assumes that undefined
148 # environment variables have an unspecified value (rather than being 148 # environment variables have an unspecified value (rather than being
149 # null) because it is expected that the user will supply a value when 149 # null) because it is expected that the user will supply a value when
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 181
182 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] 182 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
183 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 183 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
184 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 184 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
185 185
186 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 186 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
187 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 187 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
188 file_resource_test: Skip, OK # VM specific test, uses dart:io. 188 file_resource_test: Skip, OK # VM specific test, uses dart:io.
189 http_resource_test: Skip, OK # VM specific test, uses dart:io. 189 http_resource_test: Skip, OK # VM specific test, uses dart:io.
190 190
191 [ $compiler == dart2js && $browser == false ] 191 [ $compiler == dart2js && ! $browser ]
192 package_resource_test: RuntimeError # Issue 26842 192 package_resource_test: RuntimeError # Issue 26842
193 193
194 [ $mode == debug ] 194 [ $mode == debug ]
195 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 195 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
196 196
197 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 197 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
198 int_parse_radix_test/*: Pass, Slow 198 int_parse_radix_test/*: Pass, Slow
199 big_integer_parsed_mul_div_vm_test: Pass, Slow 199 big_integer_parsed_mul_div_vm_test: Pass, Slow
200 200
201 [ $compiler == precompiler || $mode == product ] 201 [ $compiler == precompiler || $mode == product ]
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 338 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
339 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 339 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
340 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 340 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
341 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 341 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
342 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 342 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
343 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 343 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
344 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 344 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
345 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 345 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
346 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 346 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
347 main_test: RuntimeError # Flutter Issue 9111 347 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/dart2js.status ('k') | tests/corelib_strong/corelib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698