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

Unified Diff: client/tests/client/client.status

Issue 9791039: Fix client.status file again. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/client.status
===================================================================
--- client/tests/client/client.status (revision 5911)
+++ client/tests/client/client.status (working copy)
@@ -26,13 +26,13 @@
dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
dom/HiddenDom2Test: Fail # Issue 1912, frog exposes natives not defined in the class
-[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
+[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)]
# TODO(vsm): Triage DOM tests.
dom/DOMIsolatesTest: Fail
dom/HTMLElementTest: Fail
dom/WindowOpenTest: Fail
-[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera ]
+[ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == opera || ($runtime == drt && $compiler == frog) ]
Siggi Cherem (dart-lang) 2012/03/27 21:35:30 I think this one was ok without the change.
dom/ImplementationTest: Fail
dom/HistoryTest: Fail
html/html_tests: Pass, Fail # "Measurement measurement is async but before" See issue 1946.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698