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

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

Issue 752173002: Add android device id to test output in test scripts. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/html/html.status ('k') | tools/testing/dart/browser_controller.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 [ $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 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 [ $compiler == none && $runtime == drt && $system == windows ] 247 [ $compiler == none && $runtime == drt && $system == windows ]
248 async/multiple_timer_test: Fail, Pass # See Issue 10982 248 async/multiple_timer_test: Fail, Pass # See Issue 10982
249 async/timer_test: Fail, Pass # See Issue 10982 249 async/timer_test: Fail, Pass # See Issue 10982
250 250
251 [ $compiler == none && $runtime == dartium ] 251 [ $compiler == none && $runtime == dartium ]
252 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 252 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
253 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 253 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
254 254
255 [$compiler == none && $runtime == ContentShellOnAndroid ] 255 [$compiler == none && $runtime == ContentShellOnAndroid ]
256 async/stream_timeout_test: RuntimeError, Pass # Issue 19127 256 async/stream_timeout_test: RuntimeError, Pass # Issue 19127
257 async/slow_consumer2_test: Skip # Times out flakily. Issue 20956
257 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956 258 async/slow_consumer3_test: Skip # Times out flakily. Issue 20956
258 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue 19127 259 convert/streamed_conversion_utf8_encode_test: Skip # Times out or passes. Issue 19127
259 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue 19127 260 convert/streamed_conversion_utf8_decode_test: Skip # Times out or passes. Issue 19127
260 mirrors/lazy_static_test: Skip # Times out. Issue 19127 261 mirrors/lazy_static_test: Skip # Times out. Issue 19127
261 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127 262 mirrors/mirrors_reader_test: Skip # Times out. Issue 19127
262 263
263 [ $compiler == dart2js && $runtime == safarimobilesim ] 264 [ $compiler == dart2js && $runtime == safarimobilesim ]
264 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806. 265 mirrors/mirrors_reader_test: Skip # Times out. Issue 20806.
265 266
266 [ $compiler == dart2dart ] 267 [ $compiler == dart2dart ]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 profiler/metrics_num_test: Skip # Because of a int / double type test. 315 profiler/metrics_num_test: Skip # Because of a int / double type test.
315 316
316 [ $arch == simarm64 ] 317 [ $arch == simarm64 ]
317 convert/utf85_test: Skip # Pass, Slow Issue 20111. 318 convert/utf85_test: Skip # Pass, Slow Issue 20111.
318 319
319 [ $mode == debug && $arch == ia32 && $system == windows ] 320 [ $mode == debug && $arch == ia32 && $system == windows ]
320 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 321 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
321 322
322 [ $mode == debug && $arch != ia32 && $arch != x64 ] 323 [ $mode == debug && $arch != ia32 && $arch != x64 ]
323 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 324 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tools/testing/dart/browser_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698