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

Side by Side Diff: tests/README

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 Run Existing Tests 1 Run Existing Tests
2 ================== 2 ==================
3 3
4 See the output of 4 See the output of
5 5
6 ../tools/test.py --help 6 ../tools/test.py --help
7 7
8 for how to run tests. 8 for how to run tests.
9 9
10 See also 10 See also
(...skipping 21 matching lines...) Expand all
32 32
33 ../tools/testing/dart/multitest.dart 33 ../tools/testing/dart/multitest.dart
34 34
35 for how to create tests that pass by failing with a known error. For 35 for how to create tests that pass by failing with a known error. For
36 example, 36 example,
37 37
38 ... 38 ...
39 int x = "not an int"; /// 01: static type warning 39 int x = "not an int"; /// 01: static type warning
40 ... 40 ...
41 41
42 as part of a test will only pass the "--compiler dartanalyzer" test if 42 as part of a test will only pass the "--compiler dart2analyzer" test if
43 the assignment generates a static type warning. 43 the assignment generates a static type warning.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698