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

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

Issue 9190042: Add test case for utils/utf8/utf8.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Moved test to utils Created 8 years, 8 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
« dart/tests/utils/src/Utf8Test.dart ('K') | « dart/tests/utils/src/Utf8Test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/utils/utils.status
diff --git a/dart/tests/utils/utils.status b/dart/tests/utils/utils.status
index a8665bdc696c79b1eb69f2fb098b2ea1e13517e9..906fff4edb49c502b1f444e87a3292d9b91fc1ad 100644
--- a/dart/tests/utils/utils.status
+++ b/dart/tests/utils/utils.status
@@ -13,6 +13,12 @@ MarkdownTest: Skip
[ $compiler == frog || $compiler == frogsh ]
DummyCompilerTest: Fail
+[ $compiler == frog ]
+Utf8Test: Crash
+
+[ $compiler == dart2js ]
+Utf8Test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
+
[ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
# TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
# dartdoc uses, so disable for now. Once the deps files are unified this should
« dart/tests/utils/src/Utf8Test.dart ('K') | « dart/tests/utils/src/Utf8Test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698