|
|
Remove support for interfaces.
For now, disable tests using obsolete syntax.
Tests disabled in this cl and in previous ones removing default factory classes
will either be deleted or updated in a later cl.
Committed: https://code.google.com/p/dart/source/detail?r=15562
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+256 lines, -512 lines) |
Patch |
 |
M |
runtime/include/dart_api.h
|
View
|
1
|
1 chunk |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/mirrors.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/tests/vm/vm.status
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.cc
|
View
|
1
|
3 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/compiler.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl_test.cc
|
View
|
1
|
5 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
1
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
1
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intrinsifier.h
|
View
|
1
|
2 chunks |
+43 lines, -43 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
11 chunks |
+7 lines, -38 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
14 chunks |
+14 lines, -127 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
1
|
7 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
33 chunks |
+19 lines, -216 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/raw_object.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/token.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
5 chunks |
+119 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|