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

Unified Diff: test_reflectable/.status

Issue 1236983004: Support metadata for methods and fields in the transformed view. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Addressing review. Adding tests for name-clashes. Created 5 years, 5 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 a5894e16aed7a4a00b3db39fc6394e69ea934e75..c543fdcf385147273eff182123a3759f06c3fdf0 100644
--- a/test_reflectable/.status
+++ b/test_reflectable/.status
@@ -8,6 +8,10 @@ build/test/invoke_capabilities_test: RuntimeError # Missing implementation
[ $compiler == dart2js ]
test/*_test: skip # Dart2js does not implement of mirrors to support reflectable.
+[ $compiler == none || $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyzer]
+build/test/name_clash_test: Fail # Disambiguation is needed.
+build/test/metadata_name_clash_test: Fail # The printing of constants is broken.
+
[ ($compiler == none && $runtime != dartium) || $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyzer]
build/test/new_instance_default_values_test: CompileTimeError # Issue #8
« 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