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

Unified Diff: pkg/pkg.status

Issue 24077003: fix polymer tests -- replace run.sh and run tests using bots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 6460d2eac600a63d9e9ce440bca47155245d8eed..32f3593a507e5b7fc5194c3b8d7cff5d7348b571 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -12,8 +12,7 @@
# Skip non-test files ending with "_test".
scheduled_test/lib/*: Skip
-polymer/lib/*: Skip
-polymer/example/*: Skip
+polymer/example/scoped_style/*: Skip
scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
@@ -24,6 +23,7 @@ third_party/html5lib/test/browser/browser_test: Skip
[ $compiler == dart2js ]
analyzer_experimental/test/generated/ast_test: Fail #Issue 12341
+polymer/example/component: Fail # Issue 13198
[ $compiler == dart2js && $checked && $runtime == ie9 ]
crypto/test/base64_test: Timeout # Issue 12486
@@ -63,11 +63,18 @@ crypto/test/sha1_test: Fail # Issue 11407.
stack_trace/test/trace_test: Fail # http://dartbug.com/12380
crypto/test/sha256_test: Pass, Fail # Issue 12502
+[ $runtime == ff ]
+polymer/test/events_test: Fail # Issue 13197
+polymer/test/event_path_test: Fail # Issue 13197
+
# Skip browser-specific tests on VM
[ $runtime == vm ]
path/test/browser_test: Fail, OK # Uses dart:html
intl/test/find_default_locale_browser_test: Skip
intl/test/date_time_format_http_request_test: Skip
+polymer/test/events_test: Fail, OK # Uses dart:html
+polymer/test/event_path_test: Fail, OK # Uses dart:html
+polymer/example: Fail, OK # Uses dart:html
[ $runtime == vm && $system == windows ]
docgen/test/single_library_test: Fail # Issue 11985
@@ -133,7 +140,8 @@ oauth2/test/credentials_test: Fail, OK # Uses dart:io.
oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
observe/test/transform_test: Fail, OK # Uses dart:io.
path/test/io_test: Fail, OK # Uses dart:io.
-polymer/test/*: Fail, OK # Uses dart:io.
+polymer/test/build/*: Fail, OK # Uses dart:io.
+polymer/test/transform/*: Fail, OK # Uses dart:io.
watcher/test/*: Fail, OK # Uses dart:io.
scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440

Powered by Google App Engine
This is Rietveld 408576698