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

Unified Diff: tests/corelib/corelib.status

Issue 27731004: - Fix status files for main(args) in Dartium. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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 | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
===================================================================
--- tests/corelib/corelib.status (revision 28829)
+++ tests/corelib/corelib.status (working copy)
@@ -14,6 +14,12 @@
symbol_test/none: Fail # bug 11669
error_stack_trace2_test: Fail # Bug 5802
+[ $compiler == none && $runtime == drt ]
+main_test: Fail # Dartium needs to check for both main() and main(args).
+
+[ $compiler == none && $runtime == dartium ]
+main_test: Fail # Dartium needs to check for both main() and main(args).
+
[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
unicode_test: Fail
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698