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

Side by Side Diff: test_reflectable/.status

Issue 1289933004: Implements support for reflection on parameters. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Merging with code from Sigurd, caused several adjustments Created 5 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 build/test/parameter_mirrors_test: CompileTimeError # Missing implementation
1 2
2 [ $compiler == dart2js || $compiler == none ] 3 [ $compiler == dart2js || $compiler == none ]
3 # TODO(sigurdm) implement: Throw NoSuchMethod when the function doesn't exist, 4 # TODO(sigurdm) implement: Throw NoSuchMethod when the function doesn't exist,
4 # but the capability does. 5 # but the capability does.
5 build/test/no_such_capability_test: RuntimeError # Missing implementation 6 build/test/no_such_capability_test: RuntimeError # Missing implementation
6 build/test/invoke_capabilities_test: RuntimeError # Missing implementation 7 build/test/invoke_capabilities_test: RuntimeError # Missing implementation
7 build/test/invoke_toplevel_test: RuntimeError # Missing implementation 8 build/test/invoke_toplevel_test: RuntimeError # Missing implementation
8 build/test/parameter_mirrors_test: RuntimeError # Missing implementation
9 9
10 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
11 test/*_test: skip # Some needed mirror features not implemented by dart2js. 11 test/*_test: skip # Some needed mirror features not implemented by dart2js.
12 12
13 [ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compile r == dartanalyzer || $compiler == dart2analyzer] 13 [ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compile r == dartanalyzer || $compiler == dart2analyzer]
14 build/test/new_instance_default_values_test: CompileTimeError # Issue #8 14 build/test/new_instance_default_values_test: CompileTimeError # Issue #8
15 15
16 [ ($compiler == none && $runtime == dartium) ] 16 [ ($compiler == none && $runtime == dartium) ]
17 build/test/new_instance_default_values_test: RuntimeError # Issue #8 17 build/test/new_instance_default_values_test: RuntimeError # Issue #8
OLDNEW
« no previous file with comments | « reflectable/test/mock_tests/check_literal_transform_test.dart ('k') | test_reflectable/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698