blob: d045b0b36dc56abb780eb57e1225dc70f53e96e1 [file] [log] [blame]
# 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
[ $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
[ $runtime == ff && $unchecked ]
# Compilation is slow, test fails at runtime due to time out.
web/incremental_compilation_update_test: Slow, Fail
[ $compiler == dart2js && $checked ]
# Compilation is slow, test fails at runtime due to time out.
web/incremental_compilation_update_test: Slow, Fail