|
|
Generate dynamic type errors according to spec.
Fix a few bad tests.
Turn a couple negative tests in multi-tests.
Triage a few co19 failing tests.
Still to do:
Check bounds of generic types at runtime in checked mode.
Stop reporting bounds error in new operator as a compile time error.
Committed: https://code.google.com/p/dart/source/detail?r=5064
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+771 lines, -536 lines) |
Patch |
 |
M |
runtime/lib/error.cc
|
View
|
1
|
6 chunks |
+17 lines, -298 lines |
0 comments
|
Download
|
 |
M |
runtime/lib/error.dart
|
View
|
1
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.h
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/class_finalizer.cc
|
View
|
1
|
8 chunks |
+61 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator.cc
|
View
|
1
|
3 chunks |
+207 lines, -9 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_ia32.cc
|
View
|
1
|
8 chunks |
+34 lines, -23 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_generator_x64.cc
|
View
|
1
|
8 chunks |
+34 lines, -23 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/dart_api_impl.cc
|
View
|
1
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/exceptions.h
|
View
|
1
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/exceptions.cc
|
View
|
1
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.h
|
View
|
1
|
10 chunks |
+51 lines, -25 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/object.cc
|
View
|
1
|
21 chunks |
+119 lines, -37 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.h
|
View
|
1
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/parser.cc
|
View
|
1
|
11 chunks |
+49 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tests/co19/co19-runtime.status
|
View
|
1
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
1
|
5 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
D |
tests/language/src/Prefix22NegativeTest.dart
|
View
|
1
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
tests/language/src/Prefix22Test.dart
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
tests/language/src/Prefix23NegativeTest.dart
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
tests/language/src/Prefix23Test.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/language/src/TypeVariableBounds2Test.dart
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/language/src/TypeVariableBoundsTest.dart
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/language/src/WrongNumberTypeArgumentsTest.dart
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|