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

Unified Diff: pkg/pkg.status

Issue 474533002: Skip analysis server integration tests with dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index fb006569d402b1d101997ccb9689fc5f6177b566..7e4b632dfc39cf9679f838a3fb8c1c71f54da03b 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -102,6 +102,11 @@ typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
analysis_server/test/search/element_references_test: Pass, Slow
analysis_services/test/index/store/codec_test: Pass, Slow
+# Analysis server integration tests don't make sense to run under
+# dart2js, since the code under test always runs in the Dart vm as a
+# subprocess.
+analysis_server/test/integration: Skip
+
[ $compiler == dart2js && $runtime == ff && $system == windows ]
http/test/html/client_test: Fail # Issue 19750
scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750
« 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