Files
sdk/tests/try/try.status
T
2014-07-04 14:22:05 +00:00

20 lines
740 B
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.
# Try Dart is tested on the following configurations:
# dart2js-drt (Content Shell --dump-render-tree)
# dart2js-chrome
# dart2js-ff (Firefox)
[ $compiler != dart2js || ($runtime != drt && $runtime != chrome && $runtime != ff && $runtime != safari) ]
*: Skip
[ $compiler == dart2js && $runtime == drt ]
end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=3347
[ $csp ]
end_to_end_test: Fail, OK # http://dartbug.com/17935
[ $runtime == safari ]
cursor_position_test: Fail # http://dartbug.com/19836