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

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

Issue 367613003: Revert "Add runtime_data.dart to the whitelist of files with unused members." and "Emit declaration… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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
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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 241 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
242 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 242 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
243 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 243 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
244 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 244 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
245 245
246 mirrors/generic_local_function_test: RuntimeError # Issue 14913 246 mirrors/generic_local_function_test: RuntimeError # Issue 14913
247 mirrors/symbol_validation_test: RuntimeError # Issue 13596 247 mirrors/symbol_validation_test: RuntimeError # Issue 13596
248 248
249 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 249 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
250 250
251 mirrors/typedef_declaration_test/01: Fail # dartbug.com/16048. Remove multitest marker when it passes.
252
253 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 251 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
254 async/schedule_microtask6_test: Fail # Issue 10910 252 async/schedule_microtask6_test: Fail # Issue 10910
255 async/timer_test: Fail, Pass # Issue 15487 253 async/timer_test: Fail, Pass # Issue 15487
256 async/multiple_timer_test: Fail, Pass # Issue 15487 254 async/multiple_timer_test: Fail, Pass # Issue 15487
257 async/stream_periodic3_test: Fail, Pass # Issue 15487 255 async/stream_periodic3_test: Fail, Pass # Issue 15487
258 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 256 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
259 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0 257 mirrors/immutable_collections_test: Pass, Slow # Dartium debug uses -O0
260 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0 258 mirrors/mirrors_reader_test: Pass, Slow # Dartium debug uses -O0
261 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 259 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
262 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 260 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 [ $compiler == dart2js && $mode == debug ] 304 [ $compiler == dart2js && $mode == debug ]
307 mirrors/native_class_test: Pass, Slow 305 mirrors/native_class_test: Pass, Slow
308 306
309 [ $arch == simmips || $arch == mips ] 307 [ $arch == simmips || $arch == mips ]
310 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. 308 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
311 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow 309 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
312 310
313 [ $arch == simarm ] 311 [ $arch == simarm ]
314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 312 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
315 convert/utf85_test: Skip # Pass, Slow Issue 12644. 313 convert/utf85_test: Skip # Pass, Slow Issue 12644.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/analyze_unused_dart2js_test.dart ('k') | tests/lib/mirrors/relation_subclass_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698