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

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

Issue 1199593004: - Status file tuning. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Remove new line. Created 5 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 | « 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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 regexp/*: Skip 200 regexp/*: Skip
201 201
202 [ $runtime == vm ] 202 [ $runtime == vm ]
203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 203 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
204 204
205 [ $mode == debug ] 205 [ $mode == debug ]
206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 206 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
207 207
208 [ $mode == debug && $runtime == vm] 208 [ $mode == debug && $runtime == vm]
209 big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693 209 big_integer_arith_vm_test/gcd: Pass, Crash # Issue 23693
210 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693
211
212 [ $runtime == vm ]
210 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693 213 big_integer_arith_vm_test/modPow: Pass, Crash # Issue 23693
211 big_integer_arith_vm_test/modInv: Pass, Crash # Issue 23693
212 214
213 [ $runtime == vm && $arch == simarmv5te ] 215 [ $runtime == vm && $arch == simarmv5te ]
214 int_parse_radix_test/*: Pass, Slow 216 int_parse_radix_test/*: Pass, Slow
215 big_integer_parsed_mul_div_vm_test: Pass, Slow 217 big_integer_parsed_mul_div_vm_test: Pass, Slow
216 218
217 [ $compiler == dart2js && $cps_ir ] 219 [ $compiler == dart2js && $cps_ir ]
218 apply2_test: RuntimeError # Please triage this failure. 220 apply2_test: RuntimeError # Please triage this failure.
219 apply3_test: RuntimeError # Please triage this failure. 221 apply3_test: RuntimeError # Please triage this failure.
220 apply4_test: RuntimeError # Please triage this failure. 222 apply4_test: RuntimeError # Please triage this failure.
221 apply_test: RuntimeError # Please triage this failure. 223 apply_test: RuntimeError # Please triage this failure.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 uri_file_test: Crash # Invalid argument(s) 340 uri_file_test: Crash # Invalid argument(s)
339 uri_http_test: Crash # Invalid argument(s) 341 uri_http_test: Crash # Invalid argument(s)
340 uri_ipv4_test: RuntimeError # Please triage this failure. 342 uri_ipv4_test: RuntimeError # Please triage this failure.
341 uri_ipv6_test: Crash # Invalid argument(s) 343 uri_ipv6_test: Crash # Invalid argument(s)
342 uri_normalize_path_test: RuntimeError # Please triage this failure. 344 uri_normalize_path_test: RuntimeError # Please triage this failure.
343 uri_parse_test: Crash # Invalid argument(s) 345 uri_parse_test: Crash # Invalid argument(s)
344 uri_path_test: Crash # Invalid argument(s) 346 uri_path_test: Crash # Invalid argument(s)
345 uri_query_test: Crash # Internal Error: No default constructor available. 347 uri_query_test: Crash # Internal Error: No default constructor available.
346 uri_scheme_test: Crash # Invalid argument(s) 348 uri_scheme_test: Crash # Invalid argument(s)
347 uri_test: Crash # Invalid argument(s) 349 uri_test: Crash # Invalid argument(s)
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