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

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

Issue 3004153002: Fixed analyzer test to use dart2js not dartium (Closed)
Patch Set: Removed rest of dartium files. Created 3 years, 3 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
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 && $use_sdk ] 5 [ $compiler == dart2analyzer && $use_sdk ]
6 lib/*: Skip # Issue 28620 6 lib/*: Skip # Issue 28620
7 lib/analyzer: Skip # Issue 28620 7 lib/analyzer: Skip # Issue 28620
8 lib/analysis_server: Skip # Issue 28620 8 lib/analysis_server: Skip # Issue 28620
9 lib/dev_compiler: Skip # Issue 28620 9 lib/dev_compiler: Skip # Issue 28620
10 lib/front_end: Skip # Issue 28620 10 lib/front_end: Skip # Issue 28620
11 11
12 [ $compiler == dart2analyzer && $builder_tag == strong ] 12 [ $compiler == dart2analyzer && $builder_tag == strong ]
13 *: Skip # Issue 28649 13 *: Skip # Issue 28649
14 14
15 [ $compiler == dart2analyzer ] 15 [ $compiler == dart2analyzer ]
16 lib/_blink/dartium/_blink_dartium: Skip # TODO: Remove Dartium 16 lib/_blink/dartium/_blink_dartium: Skip # TODO: Remove Dartium
17 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 17 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522
18 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 18 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522
19 lib/html/dartium/html_dartium: Skip # TODO: Remove Dartium 19 lib/html/dartium/html_dartium: Skip # TODO: Remove Dartium
20 lib/html/html_common/html_common: StaticWarning # Issue 21647 20 lib/html/html_common/html_common: StaticWarning # Issue 21647
21 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 21 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522
22 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 22 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522
23 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 23 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522
24 lib/indexed_db/dartium/indexed_db_dartium: Skip # TODO: Remove Dartium 24 lib/indexed_db/dartium/indexed_db_dartium: Skip # TODO: Remove Dartium
25 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 25 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522
26 lib/js_util/dart2js/js_util_dart2js: CompileTimeError # Issue 16522
27 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 26 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522
28 lib/svg/dartium/svg_dartium: Skip # TODO: Remove Dartium 27 lib/svg/dartium/svg_dartium: Skip # TODO: Remove Dartium
29 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 28 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522
30 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 29 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522
31 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522 30 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522
32 lib/web_audio/dartium/web_audio_dartium: Skip # TODO: Remove Dartium 31 lib/web_audio/dartium/web_audio_dartium: Skip # TODO: Remove Dartium
33 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522 32 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522
34 lib/web_gl/dartium/web_gl_dartium: Skip # TODO: Remove Dartium 33 lib/web_gl/dartium/web_gl_dartium: Skip # TODO: Remove Dartium
35 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 34 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522
36 lib/web_sql/dartium/web_sql_dartium: Skip # TODO: Remove Dartium 35 lib/web_sql/dartium/web_sql_dartium: Skip # TODO: Remove Dartium
37 lib/js/dartium/js_dartium: Skip # TODO: Remove Dartium 36 lib/js/dartium/js_dartium: Skip # TODO: Remove Dartium
38 lib/js_util/dartium/js_util_dartium: Skip # TODO: Remove Dartium 37 lib/js_util/dartium/js_util_dartium: Skip # TODO: Remove Dartium
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698