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

Unified Diff: dart/tests/language/language.status

Issue 11106011: Test that built-in identifiers can be used as library prefixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated test expectations Created 8 years, 1 month 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
Index: dart/tests/language/language.status
diff --git a/dart/tests/language/language.status b/dart/tests/language/language.status
index 26f5dd0360a14d1024b51f088130ea1a736e52b4..31ae648e3d8f2e1f281f9f92ed8d9489a47f65a4 100644
--- a/dart/tests/language/language.status
+++ b/dart/tests/language/language.status
@@ -16,6 +16,7 @@
# 3) Update the language/src directory with the updated test.
[ $compiler == none ]
+built_in_identifier_prefix_test: Fail # http://dartbug.com/6970
library_juxtaposition_test: Fail # Issue 6877
part_test: Fail
part2_test: Fail
@@ -82,6 +83,7 @@ compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
[ $compiler == dartc ]
+built_in_identifier_prefix_test: Fail # http://dartbug.com/6971
class_syntax_test/01: Fail # http://dartbug.com/6969
library_juxtaposition_test: Fail # Issue 6881
new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error.
@@ -392,6 +394,7 @@ string_escape1_negative_test: Skip
*: Skip
[ $compiler == dart2dart ]
+built_in_identifier_prefix_test: Fail # Inherited from dart2js.
factory_redirection2_test/01: Fail # Inherited from dart2js.
const_factory_redirection_test: Fail # http://dartbug.com/6894
« no previous file with comments | « dart/tests/language/built_in_identifier_prefix_test.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698