|
|
This change makes the normal way of running dartc equivalent to running it with what was the --check-only flag. Shared test status files have been updated to run 'green' for now until we can get a special static analysis testing tool in place.
The code generation backend is still there behind a flag, but due to be removed.
Committed: https://code.google.com/p/dart/source/detail?r=4008
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+391 lines, -56 lines) |
Patch |
 |
M |
compiler/java/com/google/dart/compiler/CommandLineOptions.java
|
View
|
1
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/DartCompiler.java
|
View
|
|
1 chunk |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/backend/js/JsBackendTests.java
|
View
|
1
|
2 chunks |
+1 line, -17 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/common/CommonTests.java
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/end2end/End2EndTestCase.java
|
View
|
|
4 chunks |
+30 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java
|
View
|
1
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationTest.java
|
View
|
1
|
4 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java
|
View
|
1
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/co19/co19-compiler.status
|
View
|
|
1 chunk |
+228 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/corelib/corelib.status
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tests/isolate/isolate.status
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
3 chunks |
+67 lines, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|