Cleanup suppressions.

TBR=vsm@google.com

Review URL: https://codereview.chromium.org//15969012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23548 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
antonm@google.com 2013-06-03 15:44:39 +00:00
parent 03de0e182f
commit 3264ecdd1b
4 changed files with 0 additions and 13 deletions

View file

@ -160,11 +160,6 @@ dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
[ $runtime == dartium || $runtime == drt ]
serialization/test/no_library_test: Skip # Expected Failure
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
intl/test/number_closure_test: Fail # Bug 11030
intl/test/number_format_test: Fail # Bug 11030
intl/test/date_time_format_http_request_test: Fail # Issue 11030
# Skip mdv_observe tests on command line VM, they only run in the browser.
[ $runtime == vm ]
mdv_observe: Skip

View file

@ -13,10 +13,6 @@ symbol_test/01: Fail
symbol_test/02: Fail
symbol_test/03: Fail
[ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
string_from_list_test: Fail # Bug 11030
uri_path_test: Fail # Bug 11030
[ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
unicode_test: Fail

View file

@ -306,13 +306,10 @@ final_variable_assignment_test/01: Fail
final_variable_assignment_test/02: Fail
final_variable_assignment_test/03: Fail
final_variable_assignment_test/04: Fail
optimized_string_charat_test: Fail # Issue 11030
optimized_string_charcodeat_test: Fail # Issue 11030
[ $runtime == dartium ]
import_combinators_test: Fail
optimized_string_charcodeat_test: Fail # Issue 11030
[ $runtime == vm || ($runtime == drt && $compiler == none) ]

View file

@ -106,7 +106,6 @@ async/timer_not_available_test: Skip # only meant to test when there is no way t
# implement timer (currently only in d8)
mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
async/run_async6_test: Fail # Issue 10910
utf/utf8_test: Fail # Issue 11030
[ $compiler == none && $runtime == drt && $system == windows ]
async/multiple_timer_test: Fail, Pass # See Issue 10982