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

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

Issue 2150313003: Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop ob… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix analyzer warnings in js_util_test, skip js_util_test in csp mode and baseline expectations for … Created 4 years, 4 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 == dartanalyzer || $compiler == dart2analyzer ] 5 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
6 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522 6 lib/html/dart2js/html_dart2js: CompileTimeError # Issue 16522
7 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 7 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522
8 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522 8 lib/_chrome/dart2js/chrome_dart2js: CompileTimeError # Issue 16522
9 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522 9 lib/html/html_common/html_common_dart2js: CompileTimeError # Issue 16522
10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522 10 lib/indexed_db/dart2js/indexed_db_dart2js: CompileTimeError # Issue 16522
11 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522 11 lib/js/dart2js/js_dart2js: CompileTimeError # Issue 16522
12 lib/js_util/dart2js/js_util_dart2js: CompileTimeError # Issue 16522
12 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522 13 lib/svg/dart2js/svg_dart2js: CompileTimeError # Issue 16522
13 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522 14 lib/typed_data/dart2js/native_typed_data_dart2js: CompileTimeError # Issue 16522
14 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522 15 lib/typed_data/dart2js/typed_data_dart2js: CompileTimeError # Issue 16522
15 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522 16 lib/web_audio/dart2js/web_audio_dart2js: CompileTimeError # Issue 16522
16 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522 17 lib/web_gl/dart2js/web_gl_dart2js: CompileTimeError # Issue 16522
17 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522 18 lib/web_sql/dart2js/web_sql_dart2js: CompileTimeError # Issue 16522
18 19
19 [ $compiler == dart2analyzer ] 20 [ $compiler == dart2analyzer ]
20 lib/web_gl/dartium/web_gl_dartium: StaticWarning # Issue 21647 21 lib/web_gl/dartium/web_gl_dartium: StaticWarning # Issue 21647
21 lib/web_sql/dartium/web_sql_dartium: StaticWarning # Issue 21647 22 lib/web_sql/dartium/web_sql_dartium: StaticWarning # Issue 21647
22 lib/html/dartium/html_dartium: StaticWarning # Issue 21647 23 lib/html/dartium/html_dartium: StaticWarning # Issue 21647
23 lib/html/html_common/html_common: StaticWarning # Issue 21647 24 lib/html/html_common/html_common: StaticWarning # Issue 21647
24 lib/indexed_db/dartium/indexed_db_dartium: StaticWarning # Issue 21647 25 lib/indexed_db/dartium/indexed_db_dartium: StaticWarning # Issue 21647
25 lib/web_audio/dartium/web_audio_dartium: StaticWarning # Issue 21647 26 lib/web_audio/dartium/web_audio_dartium: StaticWarning # Issue 21647
26 lib/svg/dartium/svg_dartium: StaticWarning # Issue 21647 27 lib/svg/dartium/svg_dartium: StaticWarning # Issue 21647
27 lib/_blink/dartium/_blink_dartium: StaticWarning # Undefined Creates and Returns classes 28 lib/_blink/dartium/_blink_dartium: StaticWarning # Undefined Creates and Returns classes
28 lib/js/dartium/js_dartium: StaticWarning # Undefined Creates and Returns classes 29 lib/js/dartium/js_dartium: StaticWarning # Undefined Creates and Returns classes
30 lib/js_util/dartium/js_util_dartium: StaticWarning # Issue 21647
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698