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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test_reflectable/.status
diff --git a/test_reflectable/.status b/test_reflectable/.status
index 89cd103f3d5151accadf81ef3dcbf9ca1fdf36b4..155a843dcd0c1e76e42a73acc0ff5e5ae1ebf404 100644
--- a/test_reflectable/.status
+++ b/test_reflectable/.status
@@ -1,3 +1,4 @@
+build/test/parameter_mirrors_test: CompileTimeError # Missing implementation
[ $compiler == dart2js || $compiler == none ]
# TODO(sigurdm) implement: Throw NoSuchMethod when the function doesn't exist,
@@ -5,7 +6,6 @@
build/test/no_such_capability_test: RuntimeError # Missing implementation
build/test/invoke_capabilities_test: RuntimeError # Missing implementation
build/test/invoke_toplevel_test: RuntimeError # Missing implementation
-build/test/parameter_mirrors_test: RuntimeError # Missing implementation
[ $compiler == dart2js ]
test/*_test: skip # Some needed mirror features not implemented by dart2js.
« 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