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

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

Issue 283513002: Adds far-branches to arm64. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/language/language.status ('k') | tests/lib/math/double_pow_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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 async/timer_test: Fail, Pass # Issue 15487 268 async/timer_test: Fail, Pass # Issue 15487
269 async/multiple_timer_test: Fail, Pass # Issue 15487 269 async/multiple_timer_test: Fail, Pass # Issue 15487
270 async/stream_periodic3_test: Fail, Pass # Issue 15487 270 async/stream_periodic3_test: Fail, Pass # Issue 15487
271 async/timer_isolate_test: Fail, Pass # Issue 15487 271 async/timer_isolate_test: Fail, Pass # Issue 15487
272 272
273 [ $compiler == none && $runtime == drt && $system == windows ] 273 [ $compiler == none && $runtime == drt && $system == windows ]
274 async/multiple_timer_test: Fail, Pass # See Issue 10982 274 async/multiple_timer_test: Fail, Pass # See Issue 10982
275 async/timer_test: Fail, Pass # See Issue 10982 275 async/timer_test: Fail, Pass # See Issue 10982
276 276
277 [ $arch == simmips || $arch == mips ] 277 [ $arch == simmips || $arch == mips ]
278 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 278 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
279 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 279 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
280 280
281 [ $arch == simarm ] 281 [ $arch == simarm ]
282 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 282 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
283 convert/utf85_test: Pass, Slow # Issue 12644. 283 convert/utf85_test: Skip # Pass, Slow Issue 12644.
284 284
285 [ $arch == simarm64 ] 285 [ $arch == simarm64 ]
286 *: Skip 286 mirrors/mirrors_reader_test: Skip # Timeout
287 convert/chunked_conversion_utf88_test: Skip # Timeout
288 convert/utf85_test: Skip # Timeout
289 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout
290 math/min_max_test: Crash # Unimplemented
287 291
288 [ $compiler == none && $runtime == dartium ] 292 [ $compiler == none && $runtime == dartium ]
289 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 293 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
290 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 294 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
291 295
292 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 296 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
293 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag 297 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
294 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag 298 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
295 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 299 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
296 300
(...skipping 23 matching lines...) Expand all
320 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 324 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
321 325
322 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 326 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
323 327
324 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 328 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
325 async/*deferred*: Skip # Issue 17458 329 async/*deferred*: Skip # Issue 17458
326 mirrors/*deferred*: Skip # Issue 17458 330 mirrors/*deferred*: Skip # Issue 17458
327 331
328 [ $compiler == dart2js && $mode == debug ] 332 [ $compiler == dart2js && $mode == debug ]
329 mirrors/native_class_test: Pass, Slow 333 mirrors/native_class_test: Pass, Slow
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/lib/math/double_pow_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698