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

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

Issue 138303005: Remove non existent paths from the analyze_library suite and add bugs for all other entries (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 | « 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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 lib/_internal: Skip # Slow like a hell - timeouts. 6 lib/_internal: Skip # Slow like a hell - timeouts.
7 7
8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 8 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError 9 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522
10 lib/html/dart2js/html_dart2js: CompileTimeError 10 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522
11 lib/html/dartium/html_dartium: CompileTimeError 11 lib/html/dartium/html_dartium: CompileTimeError # Issue 16522
12 lib/html/html_common/html_common: CompileTimeError 12 lib/html/html_common/html_common: CompileTimeError # Issue 16522
13 lib/html/html_common/html_common_dart2js: CompileTimeError 13 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522
14 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError 14 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16524
15 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError 15 lib/indexed_db/dartium/indexed_db_dartium: CompileTimeError # Issue 16524
16 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError 16 lib/_internal/compiler/samples/compile_loop/compile_loop: CompileTimeError # Is sue 16524
17 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError 17 lib/_internal/compiler/samples/darttags/darttags: CompileTimeError # Issue 1652 4
18 lib/_internal/compiler/samples/leap/leap: CompileTimeError 18 lib/_internal/dartdoc/bin/dartdoc: CompileTimeError # Issue 16523
19 lib/_internal/compiler/samples/leap/leap_leg: CompileTimeError 19 lib/_internal/dartdoc/lib/dartdoc: CompileTimeError # Issue 16523
20 lib/_internal/compiler/samples/leap/request_cache: CompileTimeError 20 lib/_internal/dartdoc/lib/src/client/client-live-nav: CompileTimeError # Issue 1 6523
21 lib/_internal/dartdoc/bin/dartdoc: CompileTimeError 21 lib/_internal/dartdoc/lib/src/client/client-shared: CompileTimeError # Issue 165 23
22 lib/_internal/dartdoc/lib/dartdoc: CompileTimeError 22 lib/_internal/dartdoc/lib/src/client/dropdown: CompileTimeError # Issue 16523
23 lib/_internal/dartdoc/lib/src/client/client-live-nav: CompileTimeError 23 lib/_internal/dartdoc/lib/src/client/search: CompileTimeError # Issue 16523
24 lib/_internal/dartdoc/lib/src/client/client-shared: CompileTimeError 24 lib/_internal/dartdoc/lib/universe_serializer: CompileTimeError # Issue 16523
25 lib/_internal/dartdoc/lib/src/client/dropdown: CompileTimeError
26 lib/_internal/dartdoc/lib/src/client/search: CompileTimeError
27 lib/_internal/dartdoc/lib/universe_serializer: CompileTimeError
28 lib/_internal/pub/lib/src/command: Pass, CompileTimeError # Pass necessary, sinc e CompileTimeError is valid for everything in that directory (not only for src/c ommand.dart) 25 lib/_internal/pub/lib/src/command: Pass, CompileTimeError # Pass necessary, sinc e CompileTimeError is valid for everything in that directory (not only for src/c ommand.dart)
kasperl 2014/02/04 08:27:49 Can we move this line elsewhere and avoid having t
ricow1 2014/02/04 09:00:31 Done.
29 lib/js/dart2js/js_dart2js: CompileTimeError 26 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16524
30 lib/js/dartium/js_dartium: CompileTimeError 27 lib/js/dartium/js_dartium: CompileTimeError # Issue 16524
31 lib/svg/dart2js/svg_dart2js: CompileTimeError 28 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16524
32 lib/svg/dartium/svg_dartium: CompileTimeError 29 lib/svg/dartium/svg_dartium: CompileTimeError # Issue 16524
33 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError 30 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16524
34 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError 31 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16524
35 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError 32 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16524
36 lib/web_audio/dartium/web_audio_dartium: CompileTimeError 33 lib/web_audio/dartium/web_audio_dartium: CompileTimeError # Issue 16524
37 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError 34 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16524
38 lib/web_gl/dartium/web_gl_dartium: CompileTimeError 35 lib/web_gl/dartium/web_gl_dartium: CompileTimeError # Issue 16524
39 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError 36 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16524
40 lib/web_sql/dartium/web_sql_dartium: CompileTimeError 37 lib/web_sql/dartium/web_sql_dartium: CompileTimeError # Issue 16524
41 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError # issue 16466 38 lib/_internal/compiler/samples/jsonify/jsonify: CompileTimeError # issue 16466
42 lib/_internal/compiler/implementation/mirrors/analyze: CompileTimeError # issue 16466 39 lib/_internal/compiler/implementation/mirrors/analyze: CompileTimeError # issue 16466
43 lib/_internal/compiler/implementation/mirrors/dart2js_mirrors: CompileTimeError # issue 16466 40 lib/_internal/compiler/implementation/mirrors/dart2js_mirrors: CompileTimeError # issue 16466
44 lib/_internal/dartdoc/lib/src/dart2js_mirrors: CompileTimeError # issue 16466 41 lib/_internal/dartdoc/lib/src/dart2js_mirrors: CompileTimeError # issue 16466
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