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

Side by Side Diff: dart/pkg/pkg.status

Issue 44263003: co19-roll to r641 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « no previous file | dart/tests/co19/co19-analyzer.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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 docgen/test/single_library_test: Skip # Uses dart:io 286 docgen/test/single_library_test: Skip # Uses dart:io
287 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 287 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
288 288
289 [ $browser || $runtime == vm ] 289 [ $browser || $runtime == vm ]
290 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. 290 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
291 291
292 # Issue http://dartbug.com/12930 292 # Issue http://dartbug.com/12930
293 [ $runtime == vm ] 293 [ $runtime == vm ]
294 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 294 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
295 295
296 [ $compiler == none && $runtime == dartium ] 296 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
297 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 297 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
298 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. 298 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445.
299 299
300 [ $compiler == dartanalyzer ] 300 [ $compiler == dartanalyzer ]
301 # pkg issue 13944; Missing inherited member 'Observable._mirror' 301 # pkg issue 13944; Missing inherited member 'Observable._mirror'
302 custom_element/test/analyzer_test: fail 302 custom_element/test/analyzer_test: fail
303 template_binding/test/analyzer_test: fail 303 template_binding/test/analyzer_test: fail
304 observe/test/observe_test: fail 304 observe/test/observe_test: fail
305 305
306 [ $compiler == dart2analyzer ] 306 [ $compiler == dart2analyzer ]
307 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 307 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
308 custom_element/test/analyzer_test: fail 308 custom_element/test/analyzer_test: fail
309 template_binding/test/analyzer_test: fail 309 template_binding/test/analyzer_test: fail
310 observe/test/observe_test: fail 310 observe/test/observe_test: fail
311 311
312 # pkg issue 13945; Missing inherited member 'Trace.frames' 312 # pkg issue 13945; Missing inherited member 'Trace.frames'
313 observe/test/observe_test: fail 313 observe/test/observe_test: fail
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-analyzer.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698