Issue 5064. Some more 'skip' tests triage

http://code.google.com/p/dart/issues/detail?id=5064

R=brianwilkerson@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16227 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
scheglov@google.com 2012-12-17 20:39:03 +00:00
parent aef9047742
commit ecd5c7d0bf
6 changed files with 12 additions and 14 deletions

View file

@ -13,7 +13,7 @@ fixnum/test/int_64_vm_test: Skip
*: Skip
# Don't compile tests that use dart:io to JS
[ $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
[ $compiler == dart2js || $compiler == dart2dart ]
http/test/*: Skip
oauth2/test/*: Skip
@ -50,7 +50,14 @@ serialization/test/serialization_test: Skip
unittest/test/mock_regexp_negative_test: Fail
unittest/test/mock_stepwise_negative_test: Fail
[ $compiler == dart2js || $compiler == dartc ]
# pkg/http issue 7458
http/test/client_test: Fail
http/test/mock_client_test: Fail
http/test/request_test: Fail
http/test/multipart_test: Fail
[ $compiler == dart2js ]
unittest/test/instance_test: Skip
[ $compiler == none && $runtime == drt ]

View file

@ -9,7 +9,6 @@
*: Skip
[ $compiler == dartc ]
*: Skip
[ $runtime == vm ]
*: Skip

View file

@ -26,7 +26,6 @@ timer_not_available_test: Skip # only meant to test when there is no way to
# implement timer (currently only in d8)
[ $compiler == dartc ]
serialization_test: Skip # tests dart2js-specific serialization code
isolate_negative_test: Fail # status change with --check-only
isolate2_negative_test: Fail # status change with --check-only
spawn_function_negative_test: Fail, OK # Fails at runtime.

View file

@ -8,9 +8,6 @@
[ $runtime == safari && ($system == linux || $system == windows) ]
*: Skip
[ $compiler == dartc ]
*: Skip
[ $runtime == vm ]
*: Skip

View file

@ -2,7 +2,7 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js || $compiler == dartc ]
[ $compiler == dart2js ]
math/*: Skip
mirrors/*: Skip
@ -16,6 +16,6 @@ crypto/sha1_test: Slow, Pass
[ $compiler == dartc ]
# lib issue 6322
crypto/hmac_sha1_test: Fail, OK
crypto/hmac_sha256_test: Fail, OK
crypto/hmac_sha1_test: Fail
crypto/hmac_sha256_test: Fail

View file

@ -71,10 +71,6 @@ io/web_socket_protocol_processor_test: Skip # dart:io unit test.
io/process_exit_negative_test: Fail # This is a compilation-time negative test.
io/status_file_parser_test: Skip # test.dart uses old syntax. Issue 7387.
status_expression_test: Skip # test.dart uses old syntax. Issue 7387.
io/test_runner_test: Skip # test.dart uses old syntax. Issue 7387.
[ $compiler == frog ]
*: Skip