Files
sdk/tests/try/try.status
T
ricow@google.com 62a9bb4192 Mark try/web/end_to_end_test slow on safarimobilesim
This is timing all on almost every commit

R=ahe@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41738 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-14 12:36:22 +00:00

41 lines
1.4 KiB
Plaintext

# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
# 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.
[ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ]
web/*: Skip
[ $compiler == dart2js && $runtime == drt ]
web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=3347
[ $csp ]
web/end_to_end_test: Fail, OK # http://dartbug.com/17935
web/incremental_compilation_update_test: Skip # Test uses eval, not supported in CSP mode.
[ $runtime == safari || $runtime == safarimobilesim ]
web/cursor_position_test: Fail # http://dartbug.com/19836
web/incremental_compilation_update_test: Skip # Safari may crash on this test.
[ $runtime == safari && $checked ]
# The following tests flake with this error:
# type '*Theme' is not a subtype of type 'Theme'
# Suspect this is a bad optimization.
web/source_update_test: Fail, Pass
web/paste_content_rewriting_test: Fail, Pass
[ $runtime == safarimobilesim ]
web/end_to_end_test: Skip # Issue 21608
[ $browser ]
poi/poi_test: SkipByDesign # Uses dart:io.
poi/poi_find_test: SkipByDesign # Uses dart:io.
poi/serialize_test: SkipByDesign # Uses dart:io.
[ $compiler == dart2js ]
poi/*: Skip # http://dartbug.com/20031
[ $compiler == dart2js ]
# Compilation is slow, test fails at runtime due to time out, but
# unpredictably.
web/incremental_compilation_update_test: Skip