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

Unified Diff: pkg/pkg.status

Issue 1399243006: Increase timeout for analysis_server tests in debug mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « no previous file | tools/bots/bot.py » ('j') | 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 674f7ebdbc72de8e3f97a06dc44478be160a6612..9b6e218b6dbff32d084930dfd0983e44ded545ca 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -19,18 +19,12 @@ mutation_observer: Skip # Issue 21149
unittest/*: Skip # Issue 21949
lookup_map/*: SkipByDesign
-[ $runtime == vm && $mode == debug]
-analysis_server/test/analysis_server_test: SkipSlow # Times out
-analysis_server/test/completion_test: SkipSlow # Times out
-analysis_server/test/domain_context_test: SkipSlow # Times out
-analysis_server/test/domain_server_test: SkipSlow # Times out
-analysis_server/test/integration/*: SkipSlow # Times out
-analysis_server/tool/spec/check_all_test: SkipSlow # Times out
-analyzer/test/generated/element_test: SkipSlow # Times out
-analyzer/test/generated/parser_test: SkipSlow # Times out
+[ $runtime == vm && $mode == debug ]
+analysis_server/test/analysis_server_test: RuntimeError, Pass # Issue 24597
[ $runtime == vm && $system == windows]
analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
+analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
[ $compiler == dart2js ]
collection/test/equality_test/01: Fail # Issue 1533
@@ -123,9 +117,6 @@ typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
# Unexplained errors only occuring on Safari 6.1 and earlier.
typed_data/test/typed_buffers_test: RuntimeError
-[ $runtime == vm && $system == windows ]
-analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
-
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
« no previous file with comments | « no previous file | tools/bots/bot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698