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

Unified Diff: tests/lib/lib.status

Issue 26409004: Update crash suppression to include dartium timeout (for 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
===================================================================
--- tests/lib/lib.status (revision 28442)
+++ tests/lib/lib.status (working copy)
@@ -157,7 +157,7 @@
async/timer_isolate_test: Skip # See Issue 4997
mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
-[ $runtime == vm || ($compiler == none && $runtime == drt) ]
+[ $compiler == none ]
async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001.
mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test coverage on dart2js.
@@ -169,16 +169,15 @@
mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
-# Crash = Issue 13952
-# RuntimeError = Issue 13808
-mirrors/generic_bounded_test/none: Crash
-mirrors/generic_bounded_test/01: Crash, RuntimeError
-mirrors/generic_bounded_test/02: Crash, Pass
-mirrors/generic_bounded_by_type_parameter_test/none: Crash
-mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
-mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
-mirrors/generic_f_bounded_test: RuntimeError
+mirrors/generic_bounded_test/none: Crash, Timeout # Issue 13952
kustermann 2013/10/10 10:48:37 This would be way to general, the VM and content_s
ricow1 2013/10/10 11:10:30 I will update the bug number with info on this
+mirrors/generic_bounded_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
+mirrors/generic_bounded_test/02: Crash, Pass, Timeout # Issue 13952, 13808
+mirrors/generic_bounded_by_type_parameter_test/none: Crash, Timeout # Issue 13952
+mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError, Timeout # Issue 13952, 13808
+mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass, Timeout # Issue 13952
+mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
+
[ $compiler == none && $runtime == drt ]
async/timer_isolate_test: Skip # See Issue 4997
async/timer_not_available_test: Skip # only meant to test when there is no way to
« 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